This is a discussion on Easy Populate and Customer groups within the osCMax v2 Features Discussion forums, part of the osCMax v2.0 Forums category; Hi Wondering if anyone can tell me how to get Easy Populate to download the fields required for the seperate ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi Wondering if anyone can tell me how to get Easy Populate to download the fields required for the seperate pricing for customers. Have had a search but can't find any clear info on how to do this! Thanks!! |
|
#2
| |||
| |||
| Currently to do prices for customer groups in admin under easypopulate you download model/price/qty to edit and that will show your customer group prices. Dont forget to uncomment the number of groups you are using in easypopulate.php file. catalog/admin/easypopulate.php Around line 1040 looks like this where I have all but group 4 uncommented // uncomment the customer_price and customer_group to support multi-price per product contrib $filelayout = array( '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++, ); I wish it was in the complete download file but it is not. |
| The Following User Says Thank You to bkpie For This Useful Post: | ||
oakhill (06-17-2007) | ||
| 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 |
| Easy Populate - Customer Pricing/groups | RoyceK | osCMax v1.7 General Mods Discussion | 1 | 02-08-2006 07:24 PM |
| 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 |