Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Transaction total on email.
- This topic has 7 replies, 3 voices, and was last updated 14 years ago by
gamehermit.
-
AuthorPosts
-
September 9, 2011 at 3:47 pm #4277
gamehermit
MemberUber 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:
Code:Your product details:Transaction ID: {transaction_id}
{product_details}
Do I need to add {purchase_amt} to have the total amount of the order displayed? Like this:
Code:Your product details: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
September 9, 2011 at 6:13 pm #36461zenji
MemberI 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
September 10, 2011 at 12:56 am #36462admin
KeymasterThe {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
September 10, 2011 at 10:59 am #36463gamehermit
MemberCool…Thanks!
Can you put email shortcodes in the subject line?
September 11, 2011 at 1:38 am #36464admin
KeymasterI 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:
September 11, 2011 at 4:04 pm #36465gamehermit
MemberThat’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?
September 12, 2011 at 12:28 am #36466admin
KeymasterThose changes were added to the core, so yes you will get those discount changes in the updated version too.
September 15, 2011 at 6:05 pm #36467gamehermit
MemberI just wanted to report back to let you know that it works perfectly….thanks so much
-
AuthorPosts
- You must be logged in to reply to this topic.