lipingziy Posted February 6, 2010 Share Posted February 6, 2010 hi guyswho can tell me how the show the defferent tags in the products webpage or the others? is that need to create the modules? who can provide the free modules? and thank you very much Link to comment Share on other sites More sharing options...
rocky Posted February 7, 2010 Share Posted February 7, 2010 Try putting this in product.tpl in your theme's directory: {foreach from=$product->tags key=lang item=tags} {if $lang == $cookie->id_lang} {foreach from=$tags item=tag name=tags} {$tag}{if !$smarty.foreach.tags.last},{/if} {/foreach} {/if} {/foreach} This will display the tags of the current language. Just put it in a <p> in product.tpl. Link to comment Share on other sites More sharing options...
lipingziy Posted February 7, 2010 Author Share Posted February 7, 2010 hi rocky i tryed this program and failed. i hope when create the new webpage ,i need the new tags are different other product web page. thank you to provide this to me , rocky Link to comment Share on other sites More sharing options...
rocky Posted February 8, 2010 Share Posted February 8, 2010 Sorry, I don't understand what you want. Do you want to display an individual product's tags on its page? Or do you want to put the tag module on the product page, or on its own page? Link to comment Share on other sites More sharing options...
jovijavi Posted June 4, 2013 Share Posted June 4, 2013 Hello, you put the code works, fine, but I would like that for every tag, had its own link, to see all products with the same tags. It could?. thanks Link to comment Share on other sites More sharing options...
Recommended Posts