Jump to content

Insert new product in ps_product_shop in mySql


kentcheung2000

Recommended Posts

I successfully insert the new item in mysql using the following:

 

INSERT INTO cfpr_product_shop(id_product,id_shop, id_category_default, id_tax_rules_group, date_add, date_upd ) values('100', '1', '14', '0', '0000-00-00 00:00:00', ' 0000-00-00 00:00:00')

 

I check the mysql the product is there.  However, it is not showing up in the prestashop web site for products.  Is there anything I new to do other then that?

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