IeM Posted March 23, 2015 Share Posted March 23, 2015 (edited) Hi, When a user tries to checkout, they get the following message "No carriers available" and are therefore unable to complete the transaction. The error message shown on the page is "Error: None of your chosen carriers deliver to the address you have selected". I have a new install V1.6.0.14 with the included using the theme. Products have been added and the two default carriers have been selected for each product. 1) Pick up 2) My carrier Both are free. In the carrier settings I originally set my Zone Range to my local one (Oceania) and then tried selecting all Ranges. In localization I made sure that the local Zone, Country, and State are all set as active. Cache, Compile, and class_index have all been cleared. In the Configuration Information the following two files are shown as missing: .gitignore .gitmodules On the error_log there is "PHP Fatal error: Class 'QuickShopController' not found in /public_html................/classes/controller/Controller.php on line 135" ++++++++++++++++ public static function getController($class_name, $auth = false, $ssl = false) { [line 135] return new $class_name($auth, $ssl); } ++++++++++++++++++ Any ideas as to what may be wrong or what I may have missed? Thanks Edited March 25, 2015 by IeM (see edit history) Link to comment Share on other sites More sharing options...
IeM Posted March 24, 2015 Author Share Posted March 24, 2015 I've added the following files: .gitignore .gitmodules Not getting the following error anymore: ""PHP Fatal error: Class 'QuickShopController' not found in /public_html................/classes/controller/Controller.php on line 135"" Still have the same issue after going over the settings a dozen more times. I set up another site with the same settings but without the 100 products and it works fine. I tried exporting and then importing the categories and products but Prestashop still does not have the ability to move all of the details so this is not a solution either. May have to look at what DB files have to be exported and imported via PHPadmin to get around this. Link to comment Share on other sites More sharing options...
IeM Posted March 24, 2015 Author Share Posted March 24, 2015 Ok another day wasted and still in trouble, Just spent another day setting up a replacement site with 70+ products. All was going well until I was ready to leave it at that. On the last test, the shipping at check out failed AGAIN. "Error: None of your chosen carriers deliver to the address you have selected." It was working fine after adding the products, setting the localization etc. It stuffed up after playing with the top menu, Advanced Parameters, and Administration settings. Is it time to look for a less buggy system? Link to comment Share on other sites More sharing options...
IeM Posted March 25, 2015 Author Share Posted March 25, 2015 Found the problem. I started again this time copying the BD with each change and testing the effects on the shopping cart. Everything works fine until you activate Advanced Stock and the use of warehousing. Now will in the initial set up if you do not allocate any couriers to a product, it will take that as meaning all couriers are available for that product, this is not the case with the warehouses. If you do not go into each warehouse and actively set couriers for each of them, then when the customer goes to checkout they will get the error stating that there is no courier that delivers to the address. Sort of simple but there were no warnings or hints. Now onto the next problem. 4 1 Link to comment Share on other sites More sharing options...
newbie87 Posted May 15, 2015 Share Posted May 15, 2015 I tried everything and have been struggling with this issue for over a week. All of the above plus, the product itself has to have an assigned warehouse and assigned supplier. Otherwise, no rates will show in the cart for that product. So, here's what worked for me: install the UPS module configure the first page only (do not assign categories or products to the carrier) never could get the module rate choices to show on the order form so, I made new ones set the shipping charge flat rate by pricing- couldn't get the weight to configure correctly make sure each product has an assigned warehouse and supplier make sure each assigned warehouse has added assigned shipping methods - they appear under the warehouse but, have to be added hope I don't lose too much money in the process... and oh, if you make any change to the cart, you may have to uninstall/ reinstall / reconfigure these mods Link to comment Share on other sites More sharing options...
baronesselsa Posted August 17, 2015 Share Posted August 17, 2015 Thank you!!! This was driving me crazy and I had no idea why one product was having this issue while none of the others did. Link to comment Share on other sites More sharing options...
Logical IT Posted October 29, 2015 Share Posted October 29, 2015 Thanks IeM for posting problem and solution. Link to comment Share on other sites More sharing options...
JohnADK Posted May 15, 2016 Share Posted May 15, 2016 Found the problem. I started again this time copying the BD with each change and testing the effects on the shopping cart. Everything works fine until you activate Advanced Stock and the use of warehousing. Now will in the initial set up if you do not allocate any couriers to a product, it will take that as meaning all couriers are available for that product, this is not the case with the warehouses. If you do not go into each warehouse and actively set couriers for each of them, then when the customer goes to checkout they will get the error stating that there is no courier that delivers to the address. Sort of simple but there were no warnings or hints. Now onto the next problem. Awesome little point! No shipping available was driving me crazy, since I have added other carriers previously, but I forgot that the actual warehouse must ALSO get the carrier assigned! Thanks for posting this solution! 1 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