uc_stock_update
Categories
Component ID
2236481
Component name
uc_stock_update
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Ubercart Stock & Price CSV Updater 2
Under construction - migrating from http://www.ubercart.org/project/uc_stock_update-2x
This module allows you to transfer stock and price data between an
Ubercart online store and text files on your desktop computer in
comma-separated-values (CSV) format. CSV files can be easily read and
written by spreadsheet applications. It can export product prices,
stock levels and product option prices to CSV files and import updated
versions of those same files to adjust prices and stock levels.
Derived from http://www.ubercart.org/contrib/12428, this module has the following features:
- Writes and reads RFC-4180 compliant CSV files (unlike code based on PHP's fgetcsv() function, which doesn't handle quote escaping correctly).
- Uses column headings to identify columns. This allows you to reorder or add new columns in the downloaded CSV file before importing it back into your store. It also guards against accidentally importing the wrong CSV file.
- Updates prices only for the current revision of a product, leaving prices for other revisions alone.
- Handles both product prices and product option prices
See the module's README.txt file for installation details.
This module was previously located at http://www.ubercart.org/project/uc_stock_update-2x
