lepusa Posted January 19, 2017 Share Posted January 19, 2017 (edited) The post I linked to below solves the well known issue of "There are no carriers that deliver to the address you selected":https://www.prestashop.com/forums/topic/261489-there-are-no-carriers-that-deliver-to-the-address-you-selected/page-2The issue comes about when there are specific carriers applied to products (Catalog -> Products, edit an item, then click on Shipping on the left). Leaving the carriers field blank allows a product to be shipped by any carrier, which is what we want: So, we would like to remove all carriers from all products without having to do it one product at a time via the admin GUI. I assume that an SQL query will be needed, but that's not really my strong suit… ;-)Any help would be greatly appreciated! Edited January 19, 2017 by lepusa (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted January 20, 2017 Share Posted January 20, 2017 All products? Try via sql, DELETE FROM ps_product_carrier 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