Search:

Type: Posts; User: swguy

Search: Search took 0.02 seconds.

  1. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    UPSXML users: note that UPS has set June 2024 as the deprecation date for the API this module uses. See announcement here:

    https://www.zen-cart.com/showthread.php?229812-Warning-about-UPS-XML
    ...
  2. Replies
    245
    Views
    82,614

    v155 Re: UPS XML causing errors in Shipstation

    Small bug in a recent update.

    line 387
    if ($next_zone['zone_id'] < 1 || $next_zone['zone_id'] === $order->delivery['zone_id']) {

    fails to work because of ===. ...
  3. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    Installed UPSXML 1.8.1 into Zen Cart 1.5.8 under PHP 8.1, looks fine, no trouble found.
  4. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    I'm not sure ... I'm not even sure upsxml should be changed for most people (based on the paucity of complaints).

    Shipping by Item sort of works this way now (exclude free shipping items in the...
  5. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    My concern is not so much that the cart is all free shipping but rather that some items are and others aren't.
    It makes sense for UPS to appear as an options even if a cart is free shipping (for...
  6. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    My solution was just to recompute $shipping_num_boxes.
    Just before the loop that calls _addItem,



    // Handle free shipping
    $free_weight =...
  7. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    Has anyone figured out the changes required to make UPSXML respect the free shipping setting (product_is_always_free_shipping) in the products table?
  8. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    - I had some custom logic in UPSXML which was not in UPS.
    - UPSXML has its own origin zip code but UPS uses the one from Admin > Configuration > Shipping, which was incorrectly set.
  9. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    Update: Cindy was right - I had other issues that prevented the values returned from ups.php vs upsxml.php from being identical.
    Thanks Cindy!
  10. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    Looking at the code I would have thought that would work too but comparing it against the regular ups.php module, I get different rates - $11.06 with upsxml and $14.63 with ups. There are a ton of...
  11. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    Is there a way to change this module from using UPS Negotiated Rates to using UPS Standard Rates?
  12. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    Upgrade won't help (although obviously you will want to do it at some point). The issue you are hitting is that there is something in the message you are sending which makes the XML invalid. Look...
  13. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    Cindy, thanks for your support of this module and aggressive fixing of issues as they are discovered. The project is lucky to have you.
  14. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    If you configure it with your account information, then yes, it will give you negotiated rates.
  15. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    01 is correct.
  16. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    Try setting debug on to see what the server is saying.
  17. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    A PR awaits. Thank you for taking over support of this important mod.
  18. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    That's fair. And it makes it a pretty straightforward change.
  19. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    It seems wrong to show different rates if the state is not filled in. Some people will just enter a zip and think that's their rate.
    Options:
    - Disable the submit button on shipping estimator...
  20. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    You need to use a 2 letter code (TX) not a spelled out state name (Texas). That's the problem.
  21. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    Looks as though SurePost is not supported in the Rating API as a normal service code (although it is in the Shipping API).
  22. Replies
    245
    Views
    82,614

    v155 Re: UPS XML: Support Thread

    Has anyone successfully added SurePost to this module? I thought I made all the right changes but this service is not being quoted (although I have successfully quoted it with the same account...
Results 1 to 22 of 22
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR