I want to extend the order entity

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!
rud99
Posts: 10
Joined: 21 Mar 2022, 10:38

I want to extend the order entity

Post by rud99 » 25 Mar 2022, 16:37

Hello!
I want to extend the order entity.
I want to add a new field.
I don't understand which entity I need to expand order or order_base?
I want to use this https://aimeos.org/docs/2021.x/models/e ... properties

Thanks!

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

Re: I want to extend the order entity

Post by aimeos » 28 Mar 2022, 07:17

The mshop_order_base table represents the stored basket whereas the mshop_order table is like an invoice and you can have several entries in the mshop_order table for one order in mshop_order_base.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

rud99
Posts: 10
Joined: 21 Mar 2022, 10:38

Re: I want to extend the order entity

Post by rud99 » 28 Mar 2022, 07:19

Thanks!

Post Reply