Jump to content

Using MySQL to insert new carriers to product


besstess

Recommended Posts

Hi!

 

I tried to add a carrier to product and sql clause ran nicely, but new carriers didn't show on store front, only in admin side?

 

This is what I executed (in phpmyadmin):

INSERT INTO `ps_product_carrier` (`id_product`, `id_carrier_reference`, `id_shop`) VALUES ('22', '19', '1');
INSERT INTO `ps_product_carrier` (`id_product`, `id_carrier_reference`, `id_shop`) VALUES ('22', '33', '1');
INSERT INTO `ps_product_carrier` (`id_product`, `id_carrier_reference`, `id_shop`) VALUES ('22', '34', '1');
INSERT INTO `ps_product_carrier` (`id_product`, `id_carrier_reference`, `id_shop`) VALUES ('22', '37', '1');
 
Any help/instructions how to do this without addon?
 
Brs,
Marno
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...