Shipping Flat Rate and UPS
Hi,
I'm having same issue.
I would like to set the shipping option to Flat Rate and UPS.
I added the select list in the check out page(right after shipping country in the same table.
I added hidden field in confirm page and added 'set session value (ShippingOption)
I also set triggers in shipping the Shopping cart object
Trigger for Flat Rate
If the value of the session varable 'ShippingObtion' is = a value of 'Flat Rate'
Calculation Flate rate = 10$
Trigger for UPS
If the value of the session varable 'ShippingObtion' is = a value of 'UPS'
Caculation Based on UPS shipping qoute vale
But the shipping cost doesn't show up in the confirm page.
I'm not sure if I missed any step.
Also is the eCart UPS Shipping supposed to be in server behavier for both check out and confirm page?
Please help. Thank you