You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested Your gem with Rails 4 and Spree 2.1 stable. At first I would like to say that it was a brilliant idea to use Google Spreadsheets.
I set up a small, 10 row file with the following columns:
name
price
description
I tried to import it from both google and from csv, but it imports the first row only.
The only error message I get is this:
ActionController::RoutingError (No route matches [GET] "/admin/assets/spritemap.png")
Any idea why this happens?
The text was updated successfully, but these errors were encountered:
Interesting. One good way to go is to do a product export with an empty database. That will give you all of the columns that are required for an import. You're going to want to have a sku column (or a sku pattern column for import.
Hi,
I tested Your gem with Rails 4 and Spree 2.1 stable. At first I would like to say that it was a brilliant idea to use Google Spreadsheets.
I set up a small, 10 row file with the following columns:
name
price
description
I tried to import it from both google and from csv, but it imports the first row only.
The only error message I get is this:
ActionController::RoutingError (No route matches [GET] "/admin/assets/spritemap.png")
Any idea why this happens?
The text was updated successfully, but these errors were encountered: