Jump to content

How to add features of product in order history?


Recommended Posts

OK thank you but I took this code, however. 

{assign var='features' value=Product::getFrontFeaturesStatic($cookie->id_lang, $product.id_product)}
            {if isset($features) && $features}
                {foreach from=$features item=feature}
                    {if isset($feature.value)}
                        {$feature.name|escape:'htmlall':'UTF-8'}:
                        {$feature.value|escape:'htmlall':'UTF-8'} <br>
                    {/if}
                {/foreach}
            {/if}
 
I didn't notice that I was pasting between wrong IF clause
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...