Bulk Update Product Price from CSV

Developer CubeCart
License Free
Compatibility CubeCart v6
Date Added 20th Nov 2019, 08:31
Last Updated 22nd Nov 2019, 20:25
Downloads 633

Free

  • bulk-price-update-1.0.xml.zip
Description
Documentation
  1. Take a full backup of the store files and database.
  2. Go to "Manage Hooks" then click on the "Import Code Snippets" tab.
  3. Choose the attached file and save.
  4. Create a csv file called ccbup.csv with up to four column headers. e.g.
    product_id,price,sale_price,cost_price
    186,10.00,4.99,2.00
    180,199.78,,100
    187,5000.23,4000.12,
  5. You can use either `product_code` or `product_id` for the first column then any of `price`, `sale_price`, `cost_price` for the next. For example you may just want to use `product_code` & `sale_price` or `product_code` and `price`, `sale_price`.
  6. Go to "Documents" under "Filemanager" and upload it to the root folder.
  7. It will run straight away and let you know how many rows succeeded and failed.
  8. Once done delete the file `ccbup.csv` from the file manager.

No documentation exists.

Ref: 1/451