[set page_title][L]Tax Information[/L][/set] [set ui_checklist]1[/set] [set help_name]wizard.tax[/set] [set ui_override_next][/set] @_UI_STD_HEAD_@ [calc] undef $Variable->{UI_META_LINK}; [/calc]
[L WIZARD_STEP_TAX_PAR_1]Enter your tax calculation information. This information is used to determine the amount of tax to be charged.[/L]
[table-editor left_width=120 table_width=500 wizard=1 defaults=1 bottom_buttons=1 no_top=1 no_bottom=1 row_template="[scratch row_template]" ui_profile="*tax" mv_nextpage="[either][cgi ui_nextpage][or]__UI_BASE__/wizard/step_ship[/either]" mv_prevpage="[either][cgi ui_prevpage][or]__UI_BASE__/wizard/step_email[/either]" hidden.ui_return_to="__UI_BASE__/wizard/index" ui_wizard_fields="taxlocation taxrate taxship" label.taxlocation="[L]Tax location[/L]" help.taxlocation="[L]The location this tax applies to (often a state, possibly a country)[/L]" widget.taxlocation=text_15 default.taxlocation=`$Values->{country} eq 'US' and return $Values->{state}; return;` label.taxrate="[L]Tax rate[/L]" help.taxrate="[L]Percentage of order assessed for tax[/L]" widget.taxrate=text_25 label.taxship="[L]Tax shipping?[/L]" help.taxship="[L]Check this box if tax should be applied to shipping costs[/L]" widget.taxship=checkbox filter.taxship=checkbox passed.taxship="1= " ] @_UI_STD_FOOTER_@