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?
June 10, 2016 at 8:59 am
#8954
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!