Jump to content

How to have EAN13 code in orders ?


Recommended Posts

Hi,

 

I can see the received orders on :

Back Office >> Orders

 

The ordered products are listed on a table entitled :

Products

 

Is there a way to add another column to this table, a column which would be the EAB13 item code ?

 

Thank you in advance for any help in this mater.

 

Patrick

Link to comment
Share on other sites

The ordered products are listed on a table entitled :

Products

No, the orders are in orders and related tables. product (no s at the end) table gives all products, whether they are ordered or not, and already has a column for EAN13.

 

orders table also gives the EAN13 implicitly (table->column)(orders->id_order=>order_detail->id_order&id_product=>product->id_product =ean13).

 

Is there a way to add another column to this table, a column which would be the EAB13 item code ?
Adding columns in a table without affecting code that will populate that column will not help, and will break future updates.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...