Jump to content

Add Feature In Blockcart


fornoone

Recommended Posts

Hi!!

 

I'm trying to display a product feature within the blockcart module with no success...

 

I've already get it working in product listings and product page with this code:

 

{foreach from=$product.features item=feature name=features}

{if isset($feature.value)}

{if ($feature.name|escape:'htmlall':'UTF-8'=='feature_name')}

<p class="fabricante"><strong>{$feature.value|escape:'htmlall':'UTF-8'}</strong></p>

{/if}

{/if}

{/foreach}

 

If i write the same code in blockcart... doesn't work...

 

Do I have to declare something new in blockcart.php? In that case, can anyone help, please?

 

Thanks to all...

Link to comment
Share on other sites

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...