This is a discussion on Easy Populate - Customer Pricing/groups within the osCMax v1.7 General Mods Discussion forums, part of the osCMax v1.7 Forums category; I have been readign both here and the osc forum to try and find out how to get the customer ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I have been readign both here and the osc forum to try and find out how to get the customer pricing working in easy populate. I would like a retail and reseller pricelist. Now I know how to use this in the admin, but I don't want to have to add/change the pricing on each product each time there is a price change. Can EP export the additional fields so I can change the pricing in excel? I can see the option in easypopulate.php, but I can not for the life of me get it to function. Do I need the current version 2.78? I would really like to get this working. Hope someone out there can step me through it. Thanks |
|
#2
| |||
| |||
| File to edit catalog/admin/easypopulate.php 1st around line 1039 uncomment the number of pricing groups you are using.(uncomment meaning remove pound sign) In my case I am using 2 additional wholesale pricing groups in addition to the original retail pricing group. So the code would look like this. 'v_products_model' => $iii++, 'v_products_price' => $iii++, 'v_products_quantity' => $iii++, 'v_customer_price_1' => $iii++, 'v_customer_group_id_1' => $iii++, 'v_customer_price_2' => $iii++, 'v_customer_group_id_2' => $iii++, #'v_customer_price_3' => $iii++, #'v_customer_group_id_3' => $iii++, #'v_customer_price_4' => $iii++, #'v_customer_group_id_4' => $iii++, ); save the file Go to easypopulate and download Model Price Quantity file open with excel and have fun I save mine as text and tabs |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| customer groups | jschafer52 | osCMax v2 Customization/Mods | 0 | 11-28-2006 06:13 PM |
| customer groups | joanstead | osCMax v2 Features Discussion | 3 | 02-20-2006 03:44 AM |
| Separate pricing per customer No groups in Products | zel | osCMax v1.7 General Mods Discussion | 6 | 02-20-2005 01:49 PM |
| Quantity Discounts + Customer Groups | mat123slade | osCMax v1.7 Discussion | 0 | 10-27-2004 07:20 AM |
| Easy populate bug | test3be | osCMax v1.7 Discussion | 0 | 03-29-2004 03:01 AM |