Problem/Motivation

When you try to import a product XLS it just hangs and doesn't do anything. No products are imported.

Proposed resolution

Find out why it's doing this and fix it.

Remaining tasks

  1. Find out what's causing this issue
  2. Remove anything to do with languages
  3. Fix the issue
CommentFileSizeAuthor
#2 tops_template.xls6.5 KBcbanman
#1 Selection_006.png107.62 KBcbanman

Comments

cbanman’s picture

Issue summary: View changes
StatusFileSize
new107.62 KB

A bunch of errors/logs/warnings are getting logged.

The first three issue seems to be with the module wanting a .zip filled with images.

The next issue is something with an invalid args for the foreach() statement on line 1394.

Then there's a bunch of undefined indexes for product information fields that I had left blank in the XLS I was trying to import.

The last error seems to be because it is expecting there to be a laguages db table on the site. I think the languages part of the import should just be removed altogether as it's not a stock module for commerce kickstart.

cbanman’s picture

StatusFileSize
new6.5 KB

This is the file I was using to test the import

cbanman’s picture

Issue summary: View changes
cbanman’s picture

Status: Active » Fixed

Was fixed with previous commits.

cbanman’s picture

Status: Fixed » Closed (fixed)