Question
4 Sessions Into One?
I have 4 sessions for shipping on my checkout page.
1. WAEC_FlatRateUnder8Ground
2. WAEC_FlatRateOver8Ground
3. WAEC_FlatRate2ndDayAir
4. WAEC_FlatRate2ndDayAirover100
They correctly display the shipping cost. I just hide all that are empty,
one will always have a value. That's where the problem comes in because I
don't know which will have a value.
I need to pull that shipping cost that is stored in one of those 4 sessions
and I need to put it into something like another session or a table in a
database. Because I don't know which Shipping Method will be used, I can't
just assign one of the four to a shipping variable.
Any ideas how I could do this?
