New Zenner
- Join Date:
- Mar 2008
- Posts:
- 22
- Plugin Contributions:
- 0
At wits end -- order totals (shipping)
In Step One of checkout, the user can select Ground Shipping (a table option with shipping based upon the total amount ordered) or they can select Store Pickup (with a cost of 0). If I select Store Pickup and proceed to Step Two, the Ground Shipping option becomes the option I selected and the order total displays it instead of the Store Pickup option.
I've tried:
- Reordering the shipping options
- Making Store Pickup have a price (just to see if the $0 cost was a problem)
I'm completely at my wit's end. I've been pouring over the code for days, but still can't see what is causing this issue. Both shipping options have unique names in their value field.
I've looked at ot_total.php, tpl_checkout_shipping_default.php, ot_shipping.php, and tpl_checkout_payment_default.php but can't find any issues. Of course it's probably one simple line of code -- or an argument -- that needs fixin'.
Can anyone help a gal out?