Jump to content

Add product feature into invoice


bennis.anas

Recommended Posts

Hi all!

I am adding a feature product on the invoice. 

I added that in invoice.tpl. the problem is that in OrderDetail.php there is no attributes features

{if isset($order_detail.features) && $order_detail.features}
		<!-- product's features -->
		{foreach from=$order_detail.features item=feature}
            {if isset($feature.value)}
			    <span>{$feature.name|escape:'htmlall':'UTF-8'}</span> {$feature.value|escape:'htmlall':'UTF-8'} <br/>
{/if}
{/foreach}
{/if}

How can I add a among one of the characteristics on the invoice?

Thanks in advance for any advice, this can not be that complex.

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