This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Replace description with SKU/Variation Description or?

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Replace description with SKU/Variation Description or? Reply To: Replace description with SKU/Variation Description or?

#8954
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Chase,

Thanks for your kind words!

It is possible to display the SKU instead of the description.

On the Advanced Options -> Content panel, there is an option called Advanced Description Field, which allows you to enter custom fields alongside with the product description: https://i.imgur.com/WLrnYYe.png
Basically, in your case I would use this value there:

[code]{_sku} – {descriptionfield}[/code]

This should result: ProductSKU – Product description

Or if you simply only need the sku, then use only:

[code]{_sku}[/code]

I hope this helps your case!