[tmp page_title]__COMPANY__ -- [L]Select Shipping[/L][/tmp]
[tmp display_class]noleft[/tmp]
[include include/checkout/initialization]
@_TOP_@
[edisplay show_var=0 keep=1]
[set Check_shipmode]
&fatal=no
&fail=@@MV_PAGE@@
mv_shipmode=mandatory You need to select a shipping mode.
[cgi name=ship_ok set=""]
[cgi name=mode_ok set=""]
[seti allowed_modes][either][query list=1 sql="select shipmodes from state where state = '[value state]' and country = '[value country]'"][sql-code][/query][or][data table=country col=shipmodes key="[value country]"][/either][/seti]
[calc]
$CGI->{mode_ok} = $Scratch->{allowed_modes} =~ /(^|\s)$CGI->{mv_shipmode}(\s|$)/;
return;
[/calc]
&fatal=yes
mode_ok=mandatory Shipping type [shipping-desc] not valid for country [value country].
[/set]
[set jump_to_paymode]
mv_nextpage=ord/payment
[/set]
@_BOTTOM_@