Jump to content

Add data sheet to product list view


Komijo

Recommended Posts

It's wasn't work with your code. But I changed code a little bit and now it's work. 

 

<!-- product's features -->
{if $product.features}
{foreach from=$product.features item=feature name=features} 
<span class="feture">{$feature.name|escape:'htmlall':'UTF-8'}: {$feature.value|escape:'htmlall':'UTF-8'}</span>
{/foreach}
{/if}    
<!-- product's features -->

Ok, Your code working to if you change a 
 

<p class="product-desc" itemprop="description">
{$product.description_short|strip_tags:'UTF -8'|truncate:350:'...'} 

for 

 

<div class="product-desc" itemprop="description">
{$product.description_short|strip_tags:'UTF-8'|truncate:350:'...'} 
Edited by jprzezdziek (see edit history)
Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...