{* $Id: shipping_zones.tpl,v 1.8 2002/10/22 10:27:05 olga Exp $ *} {include file="location.tpl" last_location="Shipping/Tax zones"} This section allows you to define shipping/tax zones. In order to select more than one country for a zone, hold down the CTRL key while selecting them.

Note:
Any country can be designated to only one zone at a time.

{capture name=dialog} {assign var="zone_sections" value=$all_zones} {section name=zonenumber loop=$zone_sections}
{$zone_sections[zonenumber].zone}
Move selected to:

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