Reply To: Show SKU in the results list

#15360
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

You are looking for the Advanced content field on the Advanced Options -> Content options panel: https://i.imgur.com/UOegjef.png
This documentation part will clarify almost everything about it’s usage: Advanced title and Description fields

Long story short, the product SKU is stored within the _sku custom field, and the advanced description field allows displaying custom fields content as well. In your case it would be something like this:

{descriptionfield}<p>{_sku}</p>

..or if you want the SKU text to be bold:

{descriptionfield}<p><strong>{_sku}</strong></p>

.. if the SKU field is not set on every product, then using the conditional brackets will make sure that the paragraph is only displayed is the _sku is set:

{descriptionfield}[<p><strong>{_sku}</strong></p>]

I hope this helps!

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)