Contributions
Price Updater
This contribution makes it easy to apply a price change to a range of products. You can:
# Increase or decrease prices
# By a fixed amount or by a percentage
# For a single manufacturer or for all products
It is integrated into the admin panel.
This contribution has been tested with osCommerce 2.2 MS2. It should be fairly simple to adapt to other versions.
Please post support questions or feature requests in the Contribution Support Forum.
Expand All / Collapse All
Version update
File update : admin/price_updater.php
Add file : admin/includes/languages/french/price_updater.php
Screen visible at : http://www.oscommerce-screenshots.com/price-updater-p-360.html
Version update
File update : admin/price_updater.php
Add file : admin/includes/languages/french/price_updater.php
Screen visible at : http://www.oscommerce-screenshots.com/price-updater-p-360.html
I have added support for attributes into this contribution and also fixed a bug with the select statement for products. If the product existed in more than one category, the price was being updated multiple times. I simply added a distinct to the product selection to avoid this.
P.S. This is my first contribution, so I hope I have done everything correctly.
Added selection by Category. Added selection by product model (range or wildcard match.) Any combination of the selection methods may be used.
This contribution makes it easy to apply a price change to a range of products. You can:
# Increase or decrease prices
# By a fixed amount or by a percentage
# For a single manufacturer or for all products
It is integrated into the admin panel.
This contribution has been tested with osCommerce 2.2 MS2. It should be fairly simple to adapt to other versions.
Please post support questions or feature requests in the Contribution Support Forum.
Note: Contributions are used at own risk.