to fill out the ship-to Country field, which normally is
optional, and that makes the whole procedure a bit
forced...... any tips how to work my way around this?

www.kenogamioutpost.com/store
Ola
Thanks again:)
-------------------------------------------------------------------------
Ola,
You could do something like:
Code:
@sc_order_form_shipping_related_fields =
("Ecom_ShipTo_Postal_CountryCode","Ecom_ShipTo_Method");
@sc_shipping_logic = ( "USA||||-5.000|18.00",
"USA||||5.001|26.00",
"Canada||||-5.000|10.00",
"Canada||||5.001-|15.00");
#
$shipping_price = &calculate_shipping($temp_total,
$total_quantity, $total_measured_quantity);
HTH!