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



