I have a variable call 'YouSave' which contains the percentage saving for each product. I want this information shown in the search results, e.g.
Item Picture
My Price
Saving: ***%
replacing *** with 'YouSave'
ive added it to "StandardSearchResult' and tried this both inside and outside a block - but it doesn't show up in the results. Any ideas?
Item Picture
My Price
Saving: ***%
replacing *** with 'YouSave'
ive added it to "StandardSearchResult' and tried this both inside and outside a block - but it doesn't show up in the results. Any ideas?
Comment