Code:
@sc_shipping_logic = ("|0-24.99|||6.50",
"|25.00-49.99|||8.50",
"|50.00-74.99|||12.50",
"|75.00-|||0.00");
#
$shipping_price = &calculate_shipping($temp_total,
$total_quantity, $total_measured_quantity);
I want to be able to offer free shipping for the local area. Do you have any ideas on how I can incorporate that into my current setup. I am using paypal as my payment gateway. You can view my shopping cart at the following link.
http://www.capebretonbaby.com/test
Thanks.