Breakdown of products into individual entries in the mshop_order_base_product table
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!
Breakdown of products into individual entries in the mshop_order_base_product table
Is it possible to do this if someone orders product A in the amount of 3 pieces, so that in the mshop_order_base_product table there will be 3 entries of 1 piece each instead of 1 entry with 3 pieces ?
Re: Breakdown of products into individual entries in the mshop_order_base_product table
Not out of the box. You would have to either change the order/base item so it doesn't combine the same ordered products:
https://github.com/aimeos/aimeos-core/b ... #L759-L806
Or you adapt the order/base manager to store each product as a separate row:
https://github.com/aimeos/aimeos-core/b ... #L558-L614
https://github.com/aimeos/aimeos-core/b ... #L759-L806
Or you adapt the order/base manager to store each product as a separate row:
https://github.com/aimeos/aimeos-core/b ... #L558-L614
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star