{* $Id: shipping.tpl,v 1.19 2002/12/06 09:49:21 svowl Exp $ *} {include file="location.tpl" last_location="Shipping methods"} This section allows you to define shipping methods that you wish to be available to customers. Once a shipping method has been created, product vendors will be allowed to setup shipping charge calculations for it.

Real-time shipping calculations can be activated/deactivated under 'General settings' menu ('Shipping options' submenu).

Note: If you set Destination field to 'National' then this shipping method will not be available to international customers or customers who are not logged in.

{capture name=dialog}

{section name=prod_num loop=$shipping} {if $shipping[prod_num].code ne ""} {if %prod_num.first%} {/if} {/if} {/section} {section name=prod_num loop=$shipping} {if $shipping[prod_num].code eq ""} {/if} {/section}
Real-time calculated shipping methods
Shipping method Period Destination Weight limit ({$config.General.weight_symbol}) Pos. Active
{$shipping[prod_num].shipping} {if $shipping[prod_num].destination eq "L"}National{else}International{/if}

Defined shipping methods
Shipping method Period Destination Weight limit ({$config.General.weight_symbol}) Pos. Active

Add shipping method

{/capture} {include file="dialog.tpl" title="Edit shipping methods" content=$smarty.capture.dialog extra="width=100%"}