Results 1 to 2 of 2

Easy Populate and Customer groups

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

      
  1. #1
    New Member
    Join Date
    Sep 2004
    Posts
    12
    Rep Power
    0


    Default Easy Populate and Customer groups

    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. #2
    osCMax Testing Team
    Join Date
    Sep 2004
    Posts
    357
    Rep Power
    10


    Default Re: Easy Populate and Customer groups

    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.

Similar Threads

  1. customer groups
    By jschafer52 in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 11-28-2006, 06:13 PM
  2. customer groups
    By joanstead in forum osCMax v2 Features Discussion
    Replies: 3
    Last Post: 02-20-2006, 03:44 AM
  3. Easy Populate - Customer Pricing/groups
    By RoyceK in forum osCMax v1.7 General Mods Discussion
    Replies: 1
    Last Post: 02-08-2006, 07:24 PM
  4. Separate pricing per customer No groups in Products
    By zel in forum osCMax v1.7 General Mods Discussion
    Replies: 6
    Last Post: 02-20-2005, 01:49 PM
  5. Quantity Discounts + Customer Groups
    By mat123slade in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 10-27-2004, 08:20 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •