Bruz Posted November 6, 2008 Share Posted November 6, 2008 Hi there,I'd like to show the product-tags on the product page, but I don't know how to call them the right way... {if $product->tags} {foreach from=$product->tags item=tag name=myLoop} {$tag.name|escape:htmlall:'UTF-8'} {/foreach} {else} {l s='No tags specified yet' mod='blocktags'} {/if} gives me nothing for products with tags but the "no tags.." thing for those without... Link to comment Share on other sites More sharing options...
Matthieu Biart Posted November 10, 2008 Share Posted November 10, 2008 Hi Bruz!This looks to be the right way to display them.Please check that the product you're testing contains really some tags ad inside your current language.If both of them are ok, please debug it using var_dump($product->tags); on your /product.php page in order to see exactly what's inside your product tag variable.If that contains a "false" value, that means a MySQL error. Link to comment Share on other sites More sharing options...
mike235 Posted May 8, 2009 Share Posted May 8, 2009 Hi Bruz,Did you found a way to show the tags on the product listing ?I'm trying to do the same thing.. Link to comment Share on other sites More sharing options...
eshop2k9 Posted December 28, 2009 Share Posted December 28, 2009 Hi All.I am also looking for the same, i would like to display respective tag name in product-list. Please share if you have any solutionThanks Link to comment Share on other sites More sharing options...
Recommended Posts