Jump to content

[Resolved] new order email


Angrek

Recommended Posts

The email we receive from the store when a new order is placed is not showing all the ordered products :  it shows only 1 product while there are 3.

First dump comes from the admin, second one from the email.

This occurs after updating to 6.1.4.

thanks

angrek

 

Capture.PNG

Capture1.PNG

Link to comment
Share on other sites

Have you edited the Order Confirmation email?

Look in the Source Code(top left icon on the email template screen):

<table border="0" cellpadding="3" cellspacing="0" width="100%">
	<tbody>
		<tr>
			<td><strong>Item</strong></td>
			<td><strong>Quantity</strong></td>
			<td><strong>Cost</strong></td>
		</tr>
		<!--{foreach from=$PRODUCTS item=product}-->
		<tr>
			<td>{$product.name}<br />
			{$product.product_options}</td>
			<td>{$product.quantity}</td>
			<td>{$product.price}</td>
		</tr>
		<!--{/foreach}-->

The foreach should cause the list to show all products ordered.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...