Shipping Options
Using eCart has worked out very well-
Our client has asked us to modify shipping options-
at the moment we have configured the checkout page to have both Billing and shipping info,
the form has a static select list with shipping_country and a static shipping_type select list with four shipping options 1. standard 2. next day 3. overnight 4. international
Ideally the goal is to have the customer select the shipping country and if it is US all four options show, if the customer selects any other country only number 4 International will show
what I have tried so far...
1. create 2 select lists for shipping type
one with all 4 options, and the other with only the international option
2. Using the Utility show region - I configured an if statement to show if == US
and another if statement to show if not US !=
3. while I can get this to work (bind) from the customer database table / record set billing_country
I would like to be able to have (bind) this to the shipping_country select list
should I create a dynamic shipping_country select list?
should I be trying dynamic dropdowns?
should I create a recordset with a query based on a join table?
any additional help would be appreciated-- thank you


