Adding product's target in Deliver Email Template

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
woo13244
Posts: 10
Joined: 02 Aug 2018, 21:49

Adding product's target in Deliver Email Template

Post by woo13244 » 16 Aug 2018, 15:13

First and foremost thank you for your great responses to all my questions. They have all benefited in completing my project! Okay, so I have been utilizing the target column in the mshop_order_base_product table to store tracking numbers for each product. Now I would like to add the tracking number to the delivery email once the status is changed on the product. How can I utilize the product list in the delivery email template? Also is there a way to send a duplicate email to a manager's email when a customer's delivery email is sent.

Thank you Again,
Woo

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Adding product's target in Deliver Email Template

Post by aimeos » 17 Aug 2018, 17:59

You can set a BCC address for the e-mail:
https://aimeos.org/docs/Configuration/C ... /bcc-email
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

woo13244
Posts: 10
Joined: 02 Aug 2018, 21:49

Re: Adding product's target in Deliver Email Template

Post by woo13244 » 17 Aug 2018, 20:38

Thanks!
Any advice on how to add the order base product's target to the delivery email?

User avatar
aimeos
Administrator
Posts: 7885
Joined: 01 Jan 1970, 00:00

Re: Adding product's target in Deliver Email Template

Post by aimeos » 18 Aug 2018, 05:57

The order product item has a getTarget() method:
https://aimeos.org/api/latest/class-Aim ... _getTarget
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply