Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

AndrewKrolivets

Admin
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    AndrewKrolivets got a reaction from osCommerce-Official in UPSXML not returning quotes   
    You should change this line:
            $this->host = ((MODULE_SHIPPING_UPSXML_RATES_MODE == 'Test') ? 'wwwcie.ups.com' : 'www.ups.com');
    to the following:
            $this->host = ((MODULE_SHIPPING_UPSXML_RATES_MODE == 'Test') ? 'wwwcie.ups.com' : 'onlinetools.ups.com');
     
×
×
  • Create New...