Access eCart Variable for Universal E-Mail
I want to insert the Total Price from an e-Cart into the template for a Universal E-Mail response. I'm using success.php to trigger the e-mail -- I don't want the e-mail to go unless the transaction is approved. The Blank.php template file does not have access to the eCart object, and the Session variables from the eCartCheckoutForm do not include the $TotalPrice from the eCart object.
How can I access the $TotalPrice from Blank.php??
Mike


you would need to add code to attach the eCart object, to the email template page and show the total, for example:
