[set page_title][L]Upload Products[/L][/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 = <[L]XLS product upload will not work properly.[/L] [L]Please install needed Perl modules[/L]:
$miss
[L]The easiest way to do this is to use the CPAN module and do[/L]:
$inst
EOF return $out; [/calc] [L]This section allows you to enter your products. To use the Interchange spreadsheet[/L]:
  1. [L]Download the Interchange Spreadsheet Template[/L] template.xls.
  2. [L]Or download one of our spreadsheets preloaded with sample products[/L]:
  3. [L]Add your products to the spreadsheet and click Save.[/L]
  4. [L]Click Browse. Find the location where you saved products.xls and click Next to upload the populated spreadsheet.[/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]" 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="[L]Products[/L]" help.products="[L]Select the Excel-format file you entered your products list into (optional).[/L]" widget.products=uploadhelper outboard.products=upload ] @_UI_STD_FOOTER_@