Hello all,
I want to add a shipping module to the PhP order form from www.dyn-web.com I
Here is what I want to do:
Country 1 item 2 and more
Canada 6.50$ + 2.50$/item
USA 8.50$ + 3.50$/item
Other countries 9.50$ + 4.50$/item
Her's how I code it : (I replace the original shipping option by this one)
// shipping options
$qty = "quantity";
$qtyship = "$qty-1";
$ship_options = array (
array ("Le Canada:", 6.50+$qtyship2.50),
array ("Les U.S.A.:", 8.50+$qtyship3.50),
array ("Autres pays:", 9.50+$qtyship*4.50)
);
Obviously, I'm wrong ! I don't know how to solve this problem and don'get the solution in the forum.
Can someone help me, please!
Tanks in advance