I've tried adding an image after the price (namely a small flag for the country the product is available from) using the filter option, and after re-importing the feed, nothing happens.
So then I tried it again using the "text after" option and putting in the text "GBP", re-imported, but still nothing.
My site features products from different countries in different currencies, so I have the currency symbol turned off in the config.php, and I wanted to append the currency after the price (either a flag image or currency text), but neither seems to work.
My guess is that the filter option just does not work for appending after the Price field.
Any suggestions?
Hi,
The price field in the database is DECIMAL, so it has to be a number. Whilst you can apply filters to the price field, these are applied before the field is converted into a decimal amount; and is intended for you to be able to remove superfluous characters that are preventing it from being recognised correct as a price.
However, I understand your scenario, and what you could always do is add "currency" as a field to your Price Tapestry database, and then display this alongside the price wherever necessary. All the instructions for adding a new field like this, and then how to display that value throughout the site are in the following thread:
http://www.pricetapestry.com/node/313
Cheers,
David.