west28 Posted December 6, 2013 Share Posted December 6, 2013 hello. I have a problem in Ps 1.5.6 - one page checkout if the customer chooses first carrier [point 2], and then registers [point 1] script changes the previous customer's choice on the default shop carrier. This applies to the installation of two PS version 1.5.6. Any solution ? Link to comment Share on other sites More sharing options...
NemoPS Posted December 6, 2013 Share Posted December 6, 2013 Did you maybe setup different carriers for specific countries? Link to comment Share on other sites More sharing options...
west28 Posted December 6, 2013 Author Share Posted December 6, 2013 Thank's for reply. The carriers have only settings for zones. And I have this bug in two different installations..... I think that this may relate to each store and even a default theme. look at http://hotelowe.co/quick-order Link to comment Share on other sites More sharing options...
NemoPS Posted December 6, 2013 Share Posted December 6, 2013 Is the registered customer eligible for the carrier selected previously? both for zones and customer groups? Link to comment Share on other sites More sharing options...
west28 Posted December 6, 2013 Author Share Posted December 6, 2013 yes all clients and groups have access to the carrier. default zone Europe default country - Poland active zones Poland and Europe Link to comment Share on other sites More sharing options...
west28 Posted December 8, 2013 Author Share Posted December 8, 2013 Bump another question. how to remove default selection [checkbox] carrier in one page checkout? Link to comment Share on other sites More sharing options...
west28 Posted December 16, 2013 Author Share Posted December 16, 2013 Anybody ? Link to comment Share on other sites More sharing options...
west28 Posted December 23, 2013 Author Share Posted December 23, 2013 Here's the code to hide delivery options.... $(document).ready(function() { if($('.address_address1').length == 0) { $('#opc_delivery_methods').hide(); } else { $('#opc_delivery_methods').show(); } }); 1 Link to comment Share on other sites More sharing options...
tetrevv Posted September 2, 2014 Share Posted September 2, 2014 Helped a lot, thanks Link to comment Share on other sites More sharing options...
Recommended Posts