patrmich Posted March 19, 2012 Share Posted March 19, 2012 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 More sharing options...
phrasespot Posted March 21, 2012 Share Posted March 21, 2012 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now