besstess Posted February 23, 2017 Share Posted February 23, 2017 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 More sharing options...
jetway Posted February 23, 2017 Share Posted February 23, 2017 You need to activate the carrier for the specific Warehouse. 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