Needs work
Project:
MartPlug
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Sep 2011 at 18:47 UTC
Updated:
1 Dec 2011 at 16:02 UTC
We need to figure out a way to export commerce products to features. And add some sample products and categories to MartPlug Sample Content feature.
Comments
Comment #1
mojzis commentedhttp://drupal.org/project/commerce_kickstart does it, probably it would help ?
Comment #2
recidive commentedFixed. I did this using feeds module, importing products from a csv file programmatically on sample content feature.
Check here for more details:
http://drupalcode.org/project/martplug.git/commit/f8f888a
Comment #4
recidive commentedThe products aren't being imported correctly. The product field on product displays are being nulled.
Comment #5
recidive commentedI added code to improve how cvs is imported. But it still not working well during install.
Adding beta blocker tag.