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

Reply To: Show product sku in title of search results

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Show product sku in title of search results Reply To: Show product sku in title of search results

#15157
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Yes, by using the advanced title field. Product SKUs are stored in the ‘_sku’ custom field.

Depending on where you want to position it, to display it before the title:

[html][{_sku} – ]{titlefield}[/html]

..or after the title:

[html]{titlefield}[ – {_sku}][/html]

Use them like so: https://i.imgur.com/5CsT4tD.png

I hope this helps!