Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Post Payment Action — add purchase details to email body?
Tagged: Post Payment Action
- This topic has 13 replies, 3 voices, and was last updated 12 years, 2 months ago by
admin.
-
AuthorPosts
-
November 15, 2012 at 7:27 pm #7926
Druwallpat
ParticipantI’d like to add purchase details to the emails triggered and sent by way of POST PAYMENT ACTION addon. Will the email tags used in the regular Buyer notifications from eStore work in the addon email body?
Also, are there any plans to create a means of establishing the Post Payment Actions through a bulk upload of product details from CSV file?
Alternatively, could an entire category be set up to trigger the Action?
November 15, 2012 at 9:59 pm #51427Peter
Member“Will the email tags used in the regular Buyer notifications from eStore work in the addon email body?”
No. Currently the email tags from eStore will not work in the email body of the Post Payment Actions addon.
“are there any plans to create a means of establishing the Post Payment Actions through a bulk upload of product details from CSV file?”
If enough people ask for a certain feature we usually incorporate it into a plugin.
However at the present moment you can quite easily bulk import data to the addon via PhpMyAdmin. Please see this video tutorial:
November 16, 2012 at 1:43 am #51428Druwallpat
ParticipantIf the product Id # triggers the Action, is the transaction#, buyer name, shipping address, etc. also potentially available?
We really need to send seller notifications for certain products to certain people, but don’t want to send seller notifications for every product to everyone when they’re not applicable. Any ideas?
Thanks for your help!
November 16, 2012 at 12:18 pm #51429admin
KeymasterYes, those info is available. This is an addon submitted by a community user so we can’t tell you why he didn’t add an option to filter email tags in that addon. I will contact the user who submitted this addon and request him to add this option.
November 16, 2012 at 6:58 pm #51430Druwallpat
ParticipantThat would be Excellent!!! Thank you!
November 20, 2012 at 11:28 pm #51431Druwallpat
ParticipantAny progress to report on filtering email tags in Post Payment Actions?
November 21, 2012 at 3:27 am #51432Peter
MemberWe’ve spoken to our community user who wrote the plugin and the work is apparently in progress.
We will update this post when the new version is in. Check back within a couple of days.
November 28, 2012 at 12:40 am #51433Druwallpat
ParticipantTapping my foot, patiently!!
November 28, 2012 at 5:19 am #51434admin
KeymasterThis work has been completed. Please download a new copy of this addon from the “addon download area”
November 28, 2012 at 6:57 pm #51435Druwallpat
ParticipantThat’s great! Many thanks!
November 29, 2012 at 7:15 pm #51436Druwallpat
ParticipantOne more request!!! Nearly every tag I’ve added to the PP action email body is functioning properly with the exception of {product_details} tag which returns empty. We need to include quantity in the email, so this is a stumbling block if I can’t get it to function properly.
This is the php line in the addon that was added to activate the tags:
$email_body = eStore_apply_post_payment_dynamic_tags($email_body,$payment_data);
Can you help me format this line so that product details are included? …. Is it something like:
$email_body = eStore_apply_post_payment_dynamic_tags($email_body,$payment_data,$constructed_products_details);
November 30, 2012 at 3:53 am #51437Druwallpat
ParticipantOr replace “$constructed_products_details” with “$cart_items” ?
November 30, 2012 at 8:15 pm #51438Druwallpat
Participantor with “$additional_data”?
December 10, 2012 at 4:16 am #51439admin
KeymasterUpdate: Druwallpat sent a donation to the user who developed this addon and the user added the ability to use the following email tag in this addon:
{product_details}
-
AuthorPosts
- You must be logged in to reply to this topic.