![]() |
Re: UPS shipping activation
1 Attachment(s)
I should've probably mentioned this before but in the admin area UPS settings I cannot turn off test mode either.
|
Re: UPS shipping activation
Hi!
I just checked your web-store and your UPS seems to work OK. http://awesomescreenshot.com/0ff38twx50 Could you please let me know what problem exactly you are experiencing? Thank you. |
Re: UPS shipping activation
Quote:
This problem is a bug and it will be fixed in 5.1.5. Now you can either add the following code: PHP Code:
after this one: Code:
if ($country && $country->getCurrency()) { in the classes/XLite/Module/XC/UPS/Controller/Admin/Ups.php file and then redeploy the store. It will make checkbox working properly. Or, you can simply turn off the test mode by running following MySQL query: Code:
UPDATE xlite_config SET value="N" WHERE category="XC\\UPS" AND name="test_mode"; |
Re: UPS shipping activation
Quote:
On Checkout (Customer End) it doesn't update the shipping options after I enter or change the shipping address. |
Re: UPS shipping activation
Hi!
It looks like all your products are marked as non-shippable and that is why the shipping methods/shipping address sections do not appear on the checkout. Is that the problem you are trying to resolve or I am still missing the point? Tony. Quote:
|
All times are GMT -8. The time now is 07:17 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.