Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Oct 2009
    Posts
    3
    Plugin Contributions
    0

    Default help needed to complete a custome shipping module

    Hi, There's a problem in my customized shipping module. Hope someone here can help.

    The problem is:
    After selecting one of three shipping methods available( radio button) on the checkout_shipping page, the cart shows check_payment page. But, on the checkout_payment page it doesn't show the correct shipping method that selected previously. It just show the 1st shipping method. Even though the order variable has correct shipping CODE, but the title and cost are wrong.

    The quotes variable returned from my shipping module is:
    Array
    (
    [id] => myshipping
    [module] => my shipping
    [methods] => Array
    (
    [0] => Array
    (
    [id] => GD
    [title] => UPS Ground
    [cost] => 8.33
    )

    [1] => Array
    (
    [id] => 2D
    [title] => UPS Second Day Air
    [cost] => 21.95
    )

    [2] => Array
    (
    [id] => 1D
    [title] => FedEx Standard Overnight
    [cost] => 47.59
    )

    )

    )

    Thanks in advance.
    neongeo

  2. #2
    Join Date
    Oct 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: help needed to complete a custome shipping module

    Or maybe I should change the question. Could someone tell me how shipping related values are stored in the ORDER varible? Thanks.

  3. #3
    Join Date
    Oct 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: help needed to complete a custome shipping module

    My shipping module didn't return individual quote for selected shipping method.

    Just made change to the header_php.php file for checkout_shipping page, so that session['shipping'] variable is updated with the selected shipping method.

    Now it seems to be working.

    Please share your thoughts on this mod.

 

 

Similar Threads

  1. Shipping Module Help Needed Please
    By jund in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 20 Aug 2007, 08:44 PM
  2. Help needed with implementing Shipping cost- complete Novice
    By bonesoflondon in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 18 Aug 2007, 05:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg