Đã xóa Từ không xác định 30 thg 1 2015 19:23 Hi, during checkout, if I specify a country as""different shipping address"" nothing happens when I save changes. After sending the order, the country of the different shipping address that I have specified is the same as the one chosen in customer information.
litecart Main Crew Từ Sweden Thành viên kể từ thg 2 2013 litecart 31 thg 1 2015 03:29 What browser are you using? Does the web console say there are javascript errors?
Đã xóa Từ không xác định 31 thg 1 2015 10:26 Hi, thanks for your interest. The problem occurred with chrome and firefox. The console show this allert. Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. In the demo site, during checkou, if you try to change or add any value in the ""Different Shipping Address"" works, except only for the value country.
Đã xóa Từ không xác định 2 thg 2 2015 12:47 Hi, how can you see in this image, during the ceckout process if I choose a differente country in the ""Different Shipping Address"" this not change. Please, someone can help me to do that?
litecart Main Crew Từ Sweden Thành viên kể từ thg 2 2013 litecart 2 thg 2 2015 15:05 Confirmed. Will seek a solution for this.
litecart Main Crew Từ Sweden Thành viên kể từ thg 2 2013 litecart 3 thg 2 2015 23:40 In ~/includes/library/lib_customer.inc.php On line ~143, Find self::$data['shipping_address']['country_code'] = self::$data['country_code']; self::$data['shipping_address']['zone_code'] = self::$data['zone_code']; Replace with if (empty(self::$data['shipping_address']['country_code'])) { self::$data['shipping_address']['country_code'] = self::$data['country_code']; self::$data['shipping_address']['zone_code'] = self::$data['zone_code']; }