Where to store tracking info for products that have been ordered.
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Where to store tracking info for products that have been ordered.
I am looking to store tracking information for services such as fedex and UPS for products that have been ordered.
After an order is submitted, a third party API will send back tracking information that I need to attach to the individual products of each order.
Should I use mshop_order_base_product_attr? I'm trying to figure out how exactly to use that table.
After an order is submitted, a third party API will send back tracking information that I need to attach to the individual products of each order.
Should I use mshop_order_base_product_attr? I'm trying to figure out how exactly to use that table.
Re: Where to store tracking info for products that have been ordered.
Use the mshop_order_base_service_attr table for the delivery service the customer has chosen.
There are several methods available for working with that items:
- https://github.com/aimeos/aimeos-core/b ... #L137-L177
- https://github.com/aimeos/aimeos-core/b ... /Iface.php
There are several methods available for working with that items:
- https://github.com/aimeos/aimeos-core/b ... #L137-L177
- https://github.com/aimeos/aimeos-core/b ... /Iface.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
