t3n3t Posted July 18, 2013 Share Posted July 18, 2013 Good day. I try to change product-list.tpl to show product full description instead of product name in the product listing. I found an answer on how to do this, but it seem to work in PS 1.4.x only. I tried to insert {$product.description} instead of {$product.name}, but the required field just goes blank. Any clues? Link to comment Share on other sites More sharing options...
vekia Posted July 18, 2013 Share Posted July 18, 2013 {$product.description} should work by default. make sure that you've got force compilation turned to on moreover, you've got there truncate: <h3><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'|truncate:35:'...'}</a></h3> try to put the {$product.description} for example, under the <h3> tag Link to comment Share on other sites More sharing options...
t3n3t Posted July 18, 2013 Author Share Posted July 18, 2013 emm... my bad, i hadn't fill in the product description, while importing csv . thnx for the answer, though ) Link to comment Share on other sites More sharing options...
vekia Posted July 18, 2013 Share Posted July 18, 2013 okay, so the problem is solved {$product.description} works well on product-list.tpl file thanks for information regards Link to comment Share on other sites More sharing options...
Recommended Posts