Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Custom response email to seller
- This topic has 5 replies, 2 voices, and was last updated 6 years, 9 months ago by mihalp.
-
AuthorPosts
-
February 15, 2018 at 1:44 pm #14703mihalpMember
Is there a way to include custom html code in response mail to seller?
I really need to customize content, some of key data is not included in available shortcodes (delivery details – local pickup or shipping, phone..)
Is it possible to define shortcodes in functions.php file for email content use?
Thank you!
February 15, 2018 at 8:24 pm #77298mihalpMemberI would like to see phone and that if order should be delivered or locally picked.
February 16, 2018 at 7:32 am #77299PeterMemberHi,
The local pickup info is not available because there currently isn’t a tag for shipping method.
I will need to add a new tag to show the shipping method.
Just in case you are not aware, currently the available tags are:
{first_name} – First name of the buyer
{last_name} – Last name of the buyer
{payer_email}- Buyer email address
{product_details} – Lists the item name (with variation), quantity, currency and price of every purchased item.
{product_name} – Name of the purchased products (comma separated)
{product_link_digital_items_only} – List of purchased digital items with encrypted download links (The item is only listed if the product has a downloadable file)
{shipping_info} – Buyer’s shipping address
{product_specific_instructions} – Add the product specific instructions (e.g password for a PDF file) specified in the product to the email body.
{purchase_date} – The date of the purchase.
{transaction_id} – The unique transaction ID of the purchase.
{order_id} - The ID of the order as shown in the Orders menu
{purchase_amt} – The amount paid for the current transaction.
{discount_amt} – The amount of discount given.
{total_tax} – Total tax amount for this transaction.
{total_shipping} – Total shipping amount for this transaction.
{total_minus_total_tax} – The total amount minus the total tax.
{product_receipt_digital_items_only} –display receipt link
{customer_comment} – buyer commentFebruary 16, 2018 at 8:47 am #77300mihalpMemberi know for existing tags, it would be nice if more tags would be available.
Please let me know when you’ll add new tags to the code.
Thank you!
February 16, 2018 at 11:02 am #77301mihalpMemberI added some codes to WPSCommon.php file to include {phone} tag in email. Actually i done it in 5 min. I’ll try with shipping method now.
February 16, 2018 at 11:44 am #77302mihalpMemberI have another question.. Ordered items in response email looks a little chaotic [http://prntscr.com/ifjl32]
If two different dimensions of one item is ordered, they are randomly placed in email. Problem is, we run a photo studio with online purchasing of photos from prom dances. Number of ordered photos from one customer are usually more than 20 and in different dimensions. Any ideas how to solve this?
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.