[set page_title][L]Company Information[/L][/set]
[set ui_checklist]1[/set]
[set help_name]wizard.companyinfo[/set]
[set ui_override_next][/set]
@_UI_STD_HEAD_@
[L WIZARD_STEP_COMPANY_PAR_1]Enter your company information. This contact information will be displayed
to users visiting your e-commerce site. The required fields are displayed
in Bold .[/L]
[unless value domainname]
[if type="file" term="upload/[data session username].wizard"]
[page href="@@MV_PAGE@@" form="
mv_action=back
mv_click=profile_get_values
"][L]Retrieve saved values[/L][/page]
[elsif variable MV_DEMO_MODE]
[page __UI_BASE__/wizard/guess_info][L]Detect Settings[/L][/page]
[/elsif]
[/if]
[/unless]
[if session browser =~ /.*/i]
[and session browser !~ /Opera/i]
[comment] Using a browser that supports tags [/comment]
[tmp state_options]
[loop search='
fi=state.txt
rf=state,country,name
tf=country,name
ra=yes
ml=1000
'][loop-change 1][condition][loop-pos 1][/condition],~~[loop-pos 1]~~[/loop-change 1]
,[loop-code]=[loop-pos 2][/loop][/tmp]
[else]
[tmp state_options]
[loop search='
fi=state.txt
rf=state,country,name
tf=country,name
ra=yes
ml=1000
'][loop-code]=[loop-pos 2],[/loop][/tmp]
[/else]
[/if]
[tmp country_options]
=--select--[loop search='
fi=country.txt
rf=0,name
tf=name
ra=yes
ml=1000
'],[loop-code]=[loop-pos 1][loop-calc] return '*' if "[loop-code]" eq 'US'; [/loop-calc][/loop][/tmp]
[table-editor
bottom_buttons=1
defaults=1
no_bottom=1
no_top=1
row_template="[scratch row_template]"
left_width=180
table_width=500
wizard=1
ui_profile="*company"
hidden.ui_return_to="__UI_BASE__/wizard/index"
mv_failpage=@@MV_PAGE@@
mv_nextpage="[either][cgi ui_nextpage][or]__UI_BASE__/wizard/step_email[/either]"
mv_prevpage="[either][cgi ui_prevpage][or]__UI_BASE__/wizard/index[/either]"
ui_wizard_fields="company domainname address city state zip country phone fax tollfree"
widget.company=text_40
label.company="[L]Your company name[/L]"
label.domainname="[L]Main domain name[/L]"
widget.domainname=text_40
help.domainname="[L]Base Internet domain name, e.g. yourcompany.com[/L]"
label.address="[L]Street address[/L]"
widget.address=text_40
label.city="[L]City[/L]"
widget.city=text_40
passed.state=`$Scratch->{state_options}`
widget.state=select
label.state="[L]State[/L]"
help.state="[L]Two-letter state code[/L]"
widget.zip=text_10
label.zip="[L]ZIP/Postal code[/L]"
label.country="[L]Country[/L]"
passed.country=`$Scratch->{country_options}`
widget.country=select
label.phone="[L]Telephone number[/L]"
widget.phone=text_20
help.phone="[L]If you don't wish to provide this, leave blank and it will not be shown.[/L]"
label.fax="[L]Fax number[/L]"
widget.fax=text_20
help.fax="[L]If you don't wish to provide this, leave blank and it will not be shown.[/L]"
label.tollfree="[L]Toll-free number[/L]"
widget.tollfree=text_20
help.tollfree="[L]If you don't have one or don't wish to provide it, leave blank and it will not be shown.[/L]"
]
@_UI_STD_FOOTER_@