Jump to content

EAN code missing form my products


Otaksone

Recommended Posts

You can consider to use SQL to update database directly if you have EAN data mapping between product and EAN code

 

For example

UPDATE ps_product set ean13 = 'xxxxxxxxxx' where id_product = 1;

UPDATE ps_product set ean13 = 'yyyyyyyyyy' where id_product = 2;

....
 
 
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...