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

Reply To: Search Dropdown

#23646
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

You can use the advanced title & description field features for that. For example, if you want to display the price within the title, you could use this as the advanced title field:

[{_price} - ]{titlefield}

..or for example displaying the SKU and price as well as the product description, within the advanced content field:

[SKU: <strong>{_sku}</strong>]<br>
[Price: {_price}]<br>
{descriptionfield}

You should checked the linked documentation as well, there are many more examples 🙂