See : http://www.zerospec.com/store/agora.cgi?cartlink=index.html
As test produkt i use a airintake ( left menu) and choose : toyota allproducts => you get a vivid airintake weight 3 kg
- i set up the shipping array:
@sc_shipping_logic =("zone1worldpackspec|||-1.99|12.75",
"zone1worldpackspec|||2-4.99|17.50",
"zone1worldpackspec|||5-9.99|22.75",
"zone1worldpackspec|||10-14.99|22.75",
"zone1worldpackspec|||15-19.99|33.25",
"zone1worldpackspec|||19.99-30|43",
"Nederland|||-1.99|13.50",
"Nederland|||2-4.99|18.25",
"Nederland|||5-9.99|23.75",
"Nederland|||10-14.99|30",
"Nederland|||15-19.99|36.25",
"Nederland|||19.99-30|45.25");
$shipping_price = &calculate_shipping($temp_total,
$total_quantity, $total_measured_quantity);
- And on the 2 orderforms : inppaypal and offline ..orderform i placed a dropdownmenu
<select name="Ecom_ShipTo_Method">
<option value="Nederland">Nederland Verzendkosten </option>
<option value="zone1worldpackspec">Belgium </option>
<option value="zone1worldpackspec">Germany </option>
<option value="zone1worldpackspec">Luxembourg </option>
</select>
3 countries : belgium, germany and Luxembourg for option value : zone1worldpackspec and option value Nederland for ...
case: suppose i order a toyota airintake => weight 3 kg => what happens next?
The customer sees his product and weigt => he wants to ship this to ... say belgium and than teh Agorashoppingcart must come up with the right shippingprice
So if i choose belgium Agora must choose the right weightclass ?/
WHY IS THIS NOT WORKING
Doumawis
