Jump to content

timovanham

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by timovanham

  1. hi bsmither,

     

    i added {$DATA.customer_comments} in the order received template and it works!

     

    now i see that only the first ordered product is listed in the same email (more products are ordered)

     

    this is what's in that template:

    {foreach from=$PRODUCTS item=product} {/foreach} {foreach from=$TAXES item=tax} {/foreach}
    Item                                  	Quantity           	Costs
    {$product.name}
    {$product.product_options}	{$product.quantity}	{$product.price}
    

    how can i change it so every product is shown in the e-mail?

     

    thanks

×
×
  • Create New...