[set page_title]Upload Products[/set] [set ui_checklist]1[/set] [set help_name]wizard.batchupload[/set] @_UI_STD_HEAD_@
[calc] my $readstatus = q{[version extended=1 modtest="Spreadsheet::ParseExcel"]}; my $writestatus= q{[version extended=1 modtest="Spreadsheet::WriteExcel"]}; return if $readstatus && $writestatus; my @mod; push @mod, "Spreadsheet::WriteExcel" unless $writestatus; push @mod, "Spreadsheet::ParseExcel" unless $readstatus; my $miss = join "
", @mod; push @inst, "perl -MCPAN -e 'install Spreadsheet::ParseExcel'" unless $readstatus; push @inst, "perl -MCPAN -e 'install Spreadsheet::WriteExcel'" unless $writestatus; my $inst = join "
", @inst; my $out = <XLS product upload will not work properly. Please install needed Perl modules:
$miss
The easiest way to do this is to use the CPAN module and do:
$inst
EOF return $out; [/calc] This section allows you to enter your products. To use the Interchange spreadsheet:
  1. Download the Interchange Spreadsheet Template template.xls.
  2. Or download one of our spreadsheets preloaded with sample products:
  3. Add your products to the spreadsheet and click Save.
  4. Click Browse. Find the location where you saved products.xls and click Next to upload the populated spreadsheet.
[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]" hidden.did_products=1 mv_nextpage="[either][cgi ui_nextpage][or]__UI_BASE__/wizard/step_preview[/either]" mv_prevpage="[either][cgi ui_prevpage][or]__UI_BASE__/wizard/step_about[/either]" hidden.ui_return_to="__UI_BASE__/wizard/index" file_upload=1 ui_wizard_fields="products" label.products="Products" help.products="Select the Excel-format file you entered your products list into (optional)." widget.products=uploadhelper outboard.products=upload ] @_UI_STD_FOOTER_@