Ubercart Feeds Product Updater

Categories

Component ID

2050525

Component name

Ubercart Feeds Product Updater

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Features

This module let you import and update attributes for Ubercart products with Ubercart Feed Mappers module.

The module creates a feed csv importer from all Ubercart fields - including attributes - automatically.

Use

1) Download the template from import page (/import/uc_feeds_product_updater/template)
2) Fill in the template. For each attribute option you want enabled, fill in at least one of the cells for weight, price, or cost (a zero value works). If you fill in at least one of the three, any unfilled will default to zero. If you leave all three blank, that option will not be enabled on the imported product.
3) Import the completed csv at /import/uc_feeds_product_updater.

Pay attention
- Empty node fields which are not attributes or options, if setted to '', will be setted to '' on import/update: you can lose Node title, SKU and so on if you don't care enough.
- Set nid as unique for updating.

Note

- This module cannot delete options or attributes: it just imports new or update existing ones.
- The module is not deeply tested, please be careful and report bugs.

Required module

Ubercart Feed Mappers

Credits

The development of this module started from Ubercart Feeds Product Importer module (https://drupal.org/node/1802908#comment-6556560 posted by goodeit, many credits go to him).