Results 1 to 5 of 5
  1. #1
    Join Date
    May 2008
    Posts
    14
    Plugin Contributions
    0

    Default Ordering in multiples (Product Qty Units) for wholesale customers?

    Hi all,

    I desperately need to figure out SOME way to get this done, and I'm sure there has to be a solution somewhere...I just can't figure it out.

    The Dual Pricing mod works *great* for one thing we need, which is just wholesale pricing for our retail customers. However, here's the problem. We need regular customers to be able to order whatever number of units (usually it will be 1 only of a product), but wholesalers must only be able to order units in multiples of 4 (our wholesale 'packs') or 6 in the case of one product.

    I am thinking maybe some combination of Dual Pricing with Product Qty Units, although i'm all for another solution if there is one.

    I know enough PHP to get around, but not Zen Cart as of yet and am still learning how it works. I know basically I need to find a way to display one ordering option to regular customers and another to retailers/wholesale in multiples of a specified number.

    Is there some way I can achieve this?

    Thanks!

    Skye

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,119
    Plugin Contributions
    6

    Default Re: Ordering in multiples (Product Qty Units) for wholesale customers?

    Why not just "clone" your store, separating the retail from the wholesale? Then, this and future problems would be much easier to solve. Just an idea.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    May 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Ordering in multiples (Product Qty Units) for wholesale customers?

    That doesn't seem like a solution. Running two stores, two databases, having two admin panels, inventories, etc etc is not what I'm trying to achieve at all.

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,119
    Plugin Contributions
    6

    Default Re: Ordering in multiples (Product Qty Units) for wholesale customers?

    Yea, well, like I said...........it was just an idea. Didn't mean to ruffle any feathers. Sorry.

    But, I don't think what you're wanting is been created, yet. Sound like a good project to work on, huh?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    May 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Ordering in multiples (Product Qty Units) for wholesale customers?

    No feathers ruffled, just frazzled from reading my 100000th post in here looking for a solution. Don't mean to be short.

    Maybe I can come up with something, I'm just hoping to find something I can do to the template quick-n-easy style that doesn't require too many brain cells. I thought maybe just a couple conditional statements somewhere in the template using this:

    if##($_SESSION['customer_id'])##{
    ####$customers_id##=##$_SESSION['customer_id'];
    ########$customer_check##=##$db->Execute("select##*##from##"##.##TABLE_CUSTOMERS##.##"##where##customers_id##=## '$customers_id'");
    ##if##($customer_check->fields['customers_whole']##!=##"0")##{##
    ########
    CODE##YOU##WANT##TO##USE##IF##CUSTOMER##IS##WHOLE##SALE

    ##}
    }

    not sure why it keeps sticking those #s in there, but that's the code to check if it's a logged in wholesale customer... just don't know what to do from there.

 

 

Similar Threads

  1. Need to have wholesale pricing with quantity discounts for wholesale customers only..
    By littleturtlemama in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 4
    Last Post: 16 Dec 2010, 04:47 AM
  2. Need to have wholesale pricing with quantity discounts for wholesale customers only..
    By littleturtlemama in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 0
    Last Post: 29 Sep 2007, 10:01 PM
  3. Wholesale Customers
    By Peaches in forum Managing Customers and Orders
    Replies: 1
    Last Post: 22 Dec 2006, 11:31 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
  •