[set page_title]Shipping Preferences[/set] [set ui_checklist]1[/set] [set help_name]wizard.ship_flat[/set] @_UI_STD_HEAD_@
Flat rate shipping can be selected on a cost per item or flat rate per order basis.

[calc] push @dom, "=none"; push @dom, "FLATD=Flat rate per order"; push @dom, "PERD=Per item cost*"; push @int, "=none"; push @int, "FLATI=Flat rate per order (int'l)"; push @int, "PERI=Per item cost (int'l)*"; push @dom, "FREE=Free shipping"; push @int, "FREE=Free shipping"; $Scratch->{dom_ship_modes} = join ",\n", @dom; $Scratch->{int_ship_modes} = join ",\n", @int; return; [/calc] [table-editor table=variable left_width=120 table_width="500" wizard=1 defaults=1 bottom_buttons=1 no_top=1 no_bottom=1 row_template="[scratch row_template]" mv_nextpage="[either][cgi ui_nextpage][or]__UI_BASE__/wizard/step_ship_country[/either]" mv_prevpage="[either][cgi ui_prevpage][or]__UI_BASE__/wizard/step_ship[/either]" hidden.ui_return_to="__UI_BASE__/wizard/index" ui_data_key=code ui_data_fields="code defaultshipd defaultshipi flatd flati" ui_display_only="defaultshipd defaultshipi flatd flati" ui_hide_key="1" label.defaultshipd="Flat-rate domestic ship mode" widget.defaultshipd=select passed.defaultshipd=`$Scratch->{dom_ship_modes}` label.defaultshipi="Flat-rate int'l ship mode" widget.defaultshipi=select passed.defaultshipi=`$Scratch->{int_ship_modes}` label.flatd="Domestic Flat/Per item rate" widget.flatd=text_10 default.flatd="0.00" label.flati="Int'l Flat/Per item rate" widget.flati=text_10 default.flati="0.00" ] @_UI_STD_FOOTER_@