Include Tracking Number in WooCommerce Emails
under review
S
Strong Butterfly
I want to include a tracking number in my WooCommerce email template when I click the 'processing complete' button. Currently, MailerSend does not support this feature directly. It would be beneficial if MailerSend could integrate with WooCommerce to automatically include tracking numbers in emails sent to customers.
S
Straightforward Crawdad
The idea is very good, I was looking for a way to do it. Just by sending the data from MAKE.com to a template, I was able to send the customer a separate email with their shipping details. What plugin are you using? The official Woocommerce one https://woocommerce.com/document/shipment-tracking/
Meta reference:
The Shipping Tracking plugin stores the tracking information in the order meta with the meta key _wc_shipment_tracking_items. It’s an array with the following structure:
tracking_provider — String of predefined provider
custom_tracking_provider — String of custom provider
custom_tracking_link — String of custom tracking URL
tracking_number — String of tracking number
date_shipped — Timestamp of shipment date
Una muy buena idea para implementar.
Agathe Brusset
marked this post as
under review