- This topic has 7 replies, 3 voices, and was last updated 13 years, 2 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Transaction total on email.
Uber embarrassing that I’m even asking this but I believe that I accidentally left out a short code on my thank you email that displays the order total…all the other info (product name, price for the item, download link etc is there).
Here’s what I have:
Transaction ID: {transaction_id}
{product_details}
Do I need to add {purchase_amt} to have the total amount of the order displayed? Like this:
Transaction ID: {transaction_id}
{product_details}
{purchase_amt}
Lastly…what doe sthe {purchase_amt} code look like when it’s displayed? does it have a field label like “Order Total:” built in or do I have to format the email like:
Order Total: {purchase_amt}
Thanks,
Jack
I too am looking for this options as well, so when I receive an email for a new order, it is nice to see the Transaction ID # to cross reference.
I have done the same as above, but it doe snot come through for the customer or the administrator.
Any ideas?
Cheers
The {purchase_amt} tag only outputs the amount number, for example:
50.00
This way the users can customize the label with whatever they like. For example: someone may want to use “Purchase Total” instead of “Order Total” or “Total Amount”. Get the idea?
All the available email tags and what they output is listed here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
Cool…Thanks!
Can you put email shortcodes in the subject line?
I just added the capability to use the email tags in the email subject field. If you download a new build of eStore from here you should be able to use it:
That’s awesome! Thank you!
Quick question…you had done some work on the coupon/discount on the build I’m currently using. Will those changes still be in effect if I upload the new version of the store?
Those changes were added to the core, so yes you will get those discount changes in the updated version too.
I just wanted to report back to let you know that it works perfectly….thanks so much