Rylanb Posted October 23 Posted October 23 Hello, The email template 'Order Received Email' has some macros including {$DATA.ship_method} Shipping method. But on our templates it only shows 'Shipping: (USPS) $<price>' but we can ship Media Mail and Priority via USPS. I have tried search in the forums, if someone could point me to a post or help for the email macros, I'd love to add 'Shipping: (USPS - Priority)' or 'Shipping: (USPS - Media Mail)' if possible? Any pointers appreciated! Quote
bsmither Posted October 23 Posted October 23 Please try using {$DATA.ship_product}. The statement in the editor would be: <td>Shipping: {if $DATA.ship_method}({$DATA.ship_method}{if $DATA.ship_product} - {$DATA.ship_product}{/if}){/if}</td> Quote
Rylanb Posted October 23 Author Posted October 23 That worked great, thank you! It might be nice to add that to the list of macros in the admin form at some point. Thanks again, really helped! Quote
bsmither Posted October 23 Posted October 23 This issue has been posted in the Github. Expect to see it in the next release. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.