SkyHiRider Posted December 25, 2013 Share Posted December 25, 2013 When I add an image to a product's short description it shows on the product page, but does NOT show in the product list short description. Is this working as intended and if so how can this behavior be disabled? Link to comment Share on other sites More sharing options...
Paulito Posted December 25, 2013 Share Posted December 25, 2013 Good morning If memory serves correctly I believe you need to go to product-list.tpl and remove strip_tags Paul 1 Link to comment Share on other sites More sharing options...
vekia Posted December 26, 2013 Share Posted December 26, 2013 you're talking about product page, so you have to check product.tpl file make sure that description variable hasn't got modifier |strip_tags exactly as Paul suggested above Link to comment Share on other sites More sharing options...
SkyHiRider Posted December 26, 2013 Author Share Posted December 26, 2013 (edited) Good morning If memory serves correctly I believe you need to go to product-list.tpl and remove strip_tags Paul Thanks Paul, that did the trick. For future reference, BEFORE: <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:360:'...'|strip_tags:'UTF-8'}</a></p> AFTER: <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:360:'...'}</a></p> just removed the second |strip_tags:'UTF-8' Edited December 26, 2013 by SkyHiRider (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 26, 2013 Share Posted December 26, 2013 whole topic marked as [solved] it was my mistake, i thought that wanted product.tpl, my bad. with regards, Milos Link to comment Share on other sites More sharing options...
SkyHiRider Posted December 26, 2013 Author Share Posted December 26, 2013 whole topic marked as [solved] it was my mistake, i thought that wanted product.tpl, my bad. with regards, Milos No problem, I am glad for any help Cheers, Sky Link to comment Share on other sites More sharing options...
sohagfaruque Posted December 30, 2013 Share Posted December 30, 2013 whole topic marked as [solved] it was my mistake, i thought that wanted product.tpl, my bad. with regards, Mi This is my site http://www.evocure.com/. in the index page there are 4 products with short description.I want to show the full short deescription not truncated.Please help me Link to comment Share on other sites More sharing options...
vekia Posted December 30, 2013 Share Posted December 30, 2013 you use nondefualt theme. we don't know what module you use to display these products. moreover it's not related to this theme. create new topic. Link to comment Share on other sites More sharing options...
Recommended Posts