Announcement

Collapse
No announcement yet.

Bug: Merchant handling of Require Shipping [x]

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Bug: Merchant handling of Require Shipping [x]

    If this has not been fixed please add it to the list.

    If a store has the Require Shipping [x] box checked and is using a module like Viking FedX Advanced or any other module that queries a remote server to get methods...

    You can get the following Fatal Error

    Error Code: MER-SUI-MMU-00002 Description: Shipping Selection is required and no shipping methods were found. Please contact the administrator directly.
    To trigger this error, select a state then enter zipcode from another state durring checkout.

    The Shipper can not return any valid shipping methods so the module returns none to Merchant.

    Rather than displaying a "red" onscreen error message, Merchant throws up the fatal error above. The customer has no idea what to do an will likely abandon the basket.
    Last edited by RayYates; 11-11-09, 06:58 AM.
    Ray Yates
    "If I have seen further, it is by standing on the shoulders of giants."
    --- Sir Isaac Newton

    #2
    Re: Bug: Merchant handling of Require Shipping [x]

    I ran into this the other day. The store had my sort shipping plus free shipping options module which has a default shipping method if there are no others available. But it was not even allowed to run. It runs in the component initialize function but that function did not even get called for the OSEL page because the fatal error was activated before the OSEL page started. That whole check for no shipping method should be run in the Action = SHIP which occurs when the continue button is clicked on the OSEL page. Course if a hacker is re-writing a form and omitting the SHIP action, then that would not work. There has to be a way to let the OSEL page display before bombing out.
    Last edited by wcw; 11-11-09, 07:04 AM.
    Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
    Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
    Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
    Facebook http://www.facebook.com/EmporiumPlus
    Twitter http://twitter.com/emporiumplus

    Comment


      #3
      Re: Bug: Merchant handling of Require Shipping [x]

      That's a good catch, I'll pass this on.
      Thanks,

      Rick Wilson
      CEO
      Miva, Inc.
      [email protected]
      https://www.miva.com

      Comment

      Working...
      X