{* $Id: shipping_rates.tpl,v 1.22.2.1 2003/02/13 10:56:24 svowl Exp $ *} {include file="location.tpl" last_location="Shipping charges"} This section allows you to define the shipping rates for each shipping method defined for your store.

Shipping formula:
SHIPPING = Rate + TOTAL_WEIGHT*Weight_Rate +
+ ITEMS*Item_Rate + SUM*Percent_Rate/100

Flat shipping charge:
If you want customer orders to be subject to a flat amount shipping charge regardless of the number of ordered products or the weight of the products, enter the amount into "Flat" field.
Charge as % of the Total Amount Ordered:
If you want the shipping charges calculated as a percentage of the total amount of products ordered, enter a value into "%" field.
Flat Shipping Charge Per Unit Ordered:
If you want shipping costs to be calculated based on the number of items (quantity) purchased, enter the amount into "Per unit" field.
Flat Shipping Charge Based on Product Weight:
If you want shipping costs to be calculated based on the weight of products ordered, enter an amount into "{$config.General.weight_symbol}" field. This uses a flat amount of shipping for each {$config.General.weight_symbol} of products ordered.

Edit charges for

{capture name=dialog} {section name=prod_num loop=$shipping_rates} {/section} {if $shipping ne ""} {else} {/if}
Shipping methodRangeShipping charges


Weight

Order total
Flat

Per item
%

Per {$config.General.weight_symbol}

Add shipping charge values

Weight

Order total
Flat

Per item
%

Per {$config.General.weight_symbol}
Shipping rates are calculated in real time. User-defined shipping methods are not defined.

{/capture} {include file="dialog.tpl" title="Shipping charges" content=$smarty.capture.dialog extra="width=100%"}