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!!
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 ...
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!!
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.
Bookmarks