By default, SalesCart provides your customer with shipping options to choose from, based on weight, price, or volume. See the section called Shipping Charges based on Weight, Value or Volume to change the shipping option from one value to another. If you are providing a service, or if your shopping cart does not need shipping, you can remove this step as follows:
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=shipping2.php?country=<% echo $shipcountry; %>&subweight=<% echo $subweight; %>"> <title>Calculate Shipping Charges</title> |
URL=shipping2.php?country=<% echo $shipcountry; %>&subweight=<% echo $subweight; %>"> |
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=payment1.php"> |