Would it be possible to display the brand with the image I have uploaded for each brand on the product page? I have it listed now and displaying the breeder (brand) using %db_breeder% but I would like to display the image that goes with it. My brand page is below along with a product page sample.
{link saved}
Hi David I had this working once and was trying to get this working again but when I add the code above all I get is a broken image. I have the image file in pt/logos. If I simply add %db_brand% it list the text "%db_brand%" what could I be doing wrong?
{link saved}
Hi Shaun,
The tag is case sensitive so you need to use %DB_brand% - that should be all it is...
Cheers,
David.
--
PriceTapestry.com
Hi Shaun,
Sure - you can write the IMG tag directly into Product / Main template (wp-admin > Settings > PriceTapestry.org) using %db_breeder% within the image URL, e.g.
<img src='/pt/logos/%db_breeder%' />
Cheers,
David.
--
PriceTapestry.com