Re: Order Charge iteration oddity in Customer Order Confirmation email
I'm also now trying to use the Toolkit snippets to try this and I'm getting all sorts of errors - figure it's time to open some support tickets.
Announcement
Collapse
No announcement yet.
Order Charge iteration oddity in Customer Order Confirmation email
Collapse
X
-
Re: Order Charge iteration oddity in Customer Order Confirmation email
I tried that too and it's not working...okay this is now getting weird...
Leave a comment:
-
Re: Order Charge iteration oddity in Customer Order Confirmation email
Are you moving both the for each loop that has the charge description and the charge_disp_amt?
Code:<td colspan="3" style="padding: 5px 20px 5px 20px; vertical-align: bottom; text-align: right;"> <mvt:foreach iterator="charge" array="order:charges"> &mvt:charge:descrip;:<br /> </mvt:foreach> <h2 style="font-size: 16px; color: #5b639c; margin: 0;">Total:</h2> </td> <td style="padding: 5px 20px 5px 20px; vertical-align: bottom; text-align: right;"> <mvt:foreach iterator="charge" array="order:charges"> &mvt:charge:formatted_disp_amt;<br /> </mvt:foreach> <h2 style="font-size: 16px; color: #5b639c; margin: 0;">&mvt:order:formatted_total;</h2> </td>
Last edited by Brennan; 08-19-14, 08:30 AM.
Leave a comment:
-
Order Charge iteration oddity in Customer Order Confirmation email
I'm trying to change the layout of the Customer Order Confirmation email. I want to move this
Code:<mvt:foreach iterator="charge" array="order:charges"> <tr> <td align="right" valign="middle" colspan="3"> </td> <td align="right" valign="middle" nowrap><font size="2" face="Arial, Helvetica, sans-serif"><i>&mvt:charge:descrip;:</i></font></td> <td align="right" valign="middle" nowrap><font size="2" face="Arial, Helvetica, sans-serif">&mvt:charge:formatted_disp_amt;</font></td> </tr> </mvt:foreach>
Code:<mvt:foreach iterator="item" array="order:items">
What am I missing?
Leslie
Leave a comment: