Studio1one Posted June 21, 2012 Share Posted June 21, 2012 (edited) Anyone who nows how I can remove the info text at the product showing at the subcategori section? But I still want it inside product page. See image. Edited June 22, 2012 by corecosmetic (see edit history) Link to comment Share on other sites More sharing options...
Studio1one Posted June 22, 2012 Author Share Posted June 22, 2012 Anyone who nows how I can remove the info text at the product showing at the subcategori section? But I still want it inside product page. See image. If anyone want to know, then I solved this in the categorylist.tpl file. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted June 22, 2012 Share Posted June 22, 2012 Thanks corecosmetic! Since this is a community forum, can you please share the modifications you made to that file? -Mike Link to comment Share on other sites More sharing options...
Studio1one Posted June 22, 2012 Author Share Posted June 22, 2012 Thanks corecosmetic! Since this is a community forum, can you please share the modifications you made to that file? -Mike Absolutely. Sorry but I wrote wrong, I took away this string: <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'}">{$product.description_short|truncate:90:'...'|strip_tags:'UTF-8'}</a></p> In the product-list.tpl file ;-) Link to comment Share on other sites More sharing options...
Mike Kranzler Posted June 22, 2012 Share Posted June 22, 2012 Absolutely. Sorry but I wrote wrong, I took away this string: <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'}">{$product.description_short|truncate:90:'...'|strip_tags:'UTF-8'}</a></p> In the product-list.tpl file ;-) Great, thanks for your contribution! I'm sure some of our users will find that this comes in very handy -Mike Link to comment Share on other sites More sharing options...
Recommended Posts