Quote Originally Posted by paulm View Post
Attached new version to this post. It includes the wholesales price column (as said untested!), and default it's switched off. To enable it edit admin\includes\extra_configures\quick_updates.php and change:

Code:
define('QUICKUPDATES_MODIFY_WHOLESALE_PRICE', 'false');
to
Code:
define('QUICKUPDATES_MODIFY_WHOLESALE_PRICE', 'true');
Don't forget to backup your database, and try this version on a testshop first. Feedback welcome!!

Advised browser: Firefox (IE will work, but has some issues with css :hover features)
I tested the copy feature and it works great! Thanks! Now for the wholesale price feature, I changed it to "true", but when I click on Quick Updates in the admin, I get this:

1054 Unknown column 'p.product_price_w' in 'field list'
in:
[select DISTINCT p.products_id, p.products_type, p.products_image, p.product_price_w, p.products_model, pd.products_name, p.products_status, p.products_weight, p.products_quantity, p.manufacturers_id, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_quantity_order_min, p.products_quantity_order_units, p.products_priced_by_attribute, p.product_is_free, p.product_is_call, p.products_quantity_mixed, p.product_is_always_free_shipping, pd.products_description, p.products_quantity_order_max, p.products_sort_order, p.master_categories_id, m.manufacturers_name, p2c.categories_id from products p LEFT JOIN products_description pd ON (p.products_id = pd.products_id and pd.language_id = '1') LEFT JOIN manufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN products_to_categories p2c ON (p.products_id = p2c.products_id) where p2c.categories_id = '127' order by p.products_id DESC limit 0, 25]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

I wish I could help!