Results 1 to 2 of 2

Easy Populate - Customer Pricing/groups

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

      
  1. #1
    New Member
    Join Date
    Jul 2005
    Posts
    6
    Rep Power
    0


    Default Easy Populate - Customer Pricing/groups

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


    Default RE: Easy Populate - Customer Pricing/groups

    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

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. 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
  4. Quantity Discounts + Customer Groups
    By mat123slade in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 10-27-2004, 08:20 AM
  5. Easy populate bug
    By test3be in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 03-29-2004, 03:01 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
  •