Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search Dropdown › Reply To: Search Dropdown
July 9, 2019 at 9:52 am
#23646
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 🙂