Jump to content

Order complete email


Recommended Posts

The way CubeCart processes an admin-updated order when having moved it to any order status is to update the database, then to query the database to load variables used by the email templates.

So, there should be no issues with using {$DATA.ship_tracking} and {$DATA.ship_method} in the template contents.

Link to comment
Share on other sites

48 minutes ago, bsmither said:

The way CubeCart processes an admin-updated order when having moved it to any order status is to update the database, then to query the database to load variables used by the email templates.

So, there should be no issues with using {$DATA.ship_tracking} and {$DATA.ship_method} in the template contents.

Thanks, I got it working now

Link to comment
Share on other sites

  • 4 weeks later...

Put the whole line, paragraph, whatever HTML you do not want to show if the tracking number is not available, between the {if} and {/if}.

So, probably:

{if $DATA.ship_tracking}<p>Tracking number: {$DATA.ship_tracking}</p>{/if}
Link to comment
Share on other sites

  • 9 months later...

In admin, Email Templates, click the flag of the language you wish to change for Cart: Order Complete.

On the next page, the HTML Content and Plain Text Content tabs will have the means to add this new code. (For the HTML tab, you should switch the editor to Source mode.)

Then, when finished with this admin session, be sure to first clear the cache.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...