{* $Id: shipping_markups.tpl,v 1.2.2.2 2003/02/13 10:56:24 svowl Exp $ *} {include file="location.tpl" last_location="Shipping markups"} This section allows you to define the markup for realtime calculated shipping methods. This is useful when your expences for shipping exceeds the value returned by realtime shipping calculator (eg. packing, insurance etc.). The markup defined here will be added to the value returned by realtime shipping calculation service.
Shipping formula:
SHIPPING = Rate* + Markup + TOTAL_WEIGHT*Weight_Markup +
+ ITEMS*Item_Markup + SUM*Percent_Markup/100
*Rate - shipping cost returned by real time calculation service (like UPS, FedEx etc.)
Flat Shipping Markup:
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.
Markup 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 Markup 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 Markup 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.
{capture name=dialog}
{/capture} {include file="dialog.tpl" title="Shipping markups" content=$smarty.capture.dialog extra="width=100%"}