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

mojzis’s picture

http://drupal.org/project/commerce_kickstart does it, probably it would help ?

recidive’s picture

Version: » 7.x-1.x-dev
Status: Active » Fixed

Fixed. 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

recidive’s picture

Status: Closed (fixed) » Needs work

The products aren't being imported correctly. The product field on product displays are being nulled.

recidive’s picture

Issue tags: +beta blocker

I added code to improve how cvs is imported. But it still not working well during install.

Adding beta blocker tag.