Hi all hopefully someone can help.
i am wanting to ship products based on quantity, i have tried changing the shipping logic but no shipping is added to the total. my setting from the top are 0, 0, no, yes, no. i do not want to use fedex or ups. this is what ive added in
# In this example Shipping Cost is based on the total order.
# $1-$29.99 is 10%, $30-$59.99 is 7.5%, etc. (TURN OFF UPS!)
# Code does not force exit, so handling charge will be added!
@sc_shipping_logic = (
"|1-4|||5.00",
"|5-8|||10.00",
"|9-12|||15.00",
"|13-18|||20.00",
"|19-22|||25.00",
"|23-28|||30.00",
#
$shipping_price = &calculate_shipping($temp_total,
$total_quantity, $total_measured_quantity);
i have added a 0 in the add product settingings, but no shipping is calculated.
Any help appreciated
thanks
Shaun