Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Dec 2006
    Location
    Connecticut
    Posts
    8
    Plugin Contributions
    0

    Default Member and quantity discount pricing

    Forgive me if this has been answered before...

    I have a zencart installation for a non-profit association (www.iands.org). The cart is used mainly to sell DVDs, audio tapes and downloads of conference proceedings. I need to implement a pricing strategy that:

    - has different pricing for members/non members

    - has quantity discounts within categories that works like this:
    first dvd non members: $25 members: $16
    each additional dvd $18 members :$12

    I've looked at: Dual Pricing (might work for member vs non-member... if I can figure out how to identify members); Quantity Discounts (pricing strategy seems to be globally applied); Group Pricing (per item) (can't figure out how to download/install the patch)

    I can implement the member/non member pricing when quantity discounts are not involved by an attribute (and verify membership offline). But I'm clueless as to how to implement this crazy pricing strategy.

    Help?

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Member and quantity discount pricing

    Does the discount for members vs non members boil down to the same percentage across the board? If so you could use the Customer Groups to give a discount at the checkout.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Dec 2006
    Location
    Connecticut
    Posts
    8
    Plugin Contributions
    0

    Default Re: Member and quantity discount pricing

    No, the discount does not equate to any kind of consistent pricing. Also, the discount is not across-the-board. E.g., the pricing looks like this:

    Customer buys 1 dvd: total is $25

    Customer buys 2 dvds: total = $25 + 18 = 43

    Customer buys 3 dvds: total = 25 + 18 +18 = 61


    As far as I can see, a discount module would charge $25 for 1 dvd and $36 for two dvds, not at all what was intended.

  4. #4
    Join Date
    Dec 2006
    Location
    Connecticut
    Posts
    8
    Plugin Contributions
    0

    Default Re: Member and quantity discount pricing

    After a bunch of scratching and sniffing, I've come up with this solution to my problem:

    1. Installed the Group Pricing by Item patch (Firefox wouldn't download the file, but Safari would).

    2. Installed Quantity Discounts module.

    3. Added code in the Quantity discounts to look up the group pricing category and generate the appropriate discount.

    4. Created my own observer hook that upon a successful logon: searches a member database (not part of zencart), examines the membership status and updates the group pricing category for the customer based on whether they are a current member.

    It works, but I'm concerned about the amount of custom code, particularly the Group Pricing by Item patch and what issues I'll have when the next release of ZC comes out.

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Member and quantity discount pricing

    You will have to merge your changes. It's not that big a deal.

    Scott
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

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

    Default Re: Member and quantity discount pricing

    Quote Originally Posted by acmfox View Post
    After a bunch of scratching and sniffing, I've come up with this solution to my problem:

    1. Installed the Group Pricing by Item patch (Firefox wouldn't download the file, but Safari would).

    2. Installed Quantity Discounts module.

    3. Added code in the Quantity discounts to look up the group pricing category and generate the appropriate discount.

    4. Created my own observer hook that upon a successful logon: searches a member database (not part of zencart), examines the membership status and updates the group pricing category for the customer based on whether they are a current member.

    It works, but I'm concerned about the amount of custom code, particularly the Group Pricing by Item patch and what issues I'll have when the next release of ZC comes out.
    acmfox, is there any way you might post all your hard work as a contrib?
    I need basicaly the same thing with a few changes that I could make.

  7. #7
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Member and quantity discount pricing

    Quote Originally Posted by acmfox View Post
    It works, but I'm concerned about the amount of custom code, particularly the Group Pricing by Item patch and what issues I'll have when the next release of ZC comes out.
    If you were clever enough to figure this out, you should have no problem merging changes. :)

    But there will be extra work. In particular, although I support Quantity Discounts (and validate it when new releases come out), Group Pricing's author has moved on so the support is somewhat uneven. You would have to debug new interoperability problems yourself.

    Good luck,
    Scott
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #8
    Join Date
    Jan 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Member and quantity discount pricing

    What version of zen-cart are you using.

    This is something I need to have done on my site.

    I am running 1.3.7, but trying to install the group pricing by item would not install

  9. #9
    Join Date
    Nov 2006
    Posts
    55
    Plugin Contributions
    0

    Default Re: Member and quantity discount pricing

    Quote Originally Posted by acmfox View Post
    After a bunch of scratching and sniffing, I've come up with this solution to my problem:

    1. Installed the Group Pricing by Item patch (Firefox wouldn't download the file, but Safari would).

    2. Installed Quantity Discounts module.

    3. Added code in the Quantity discounts to look up the group pricing category and generate the appropriate discount.

    4. Created my own observer hook that upon a successful logon: searches a member database (not part of zencart), examines the membership status and updates the group pricing category for the customer based on whether they are a current member.

    It works, but I'm concerned about the amount of custom code, particularly the Group Pricing by Item patch and what issues I'll have when the next release of ZC comes out.

    I need something like this too. Was it ever added as a mod? acmfox, can you share the info?

    thanks,
    K

  10. #10
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Member and quantity discount pricing

    I am on a similar path.

    I'd like to display 2 prices for each item. One is a 'non-member' price the other is a 'member' price. I would like everyone to see both prices to encourage sign-ups. The discount would not be the same across the board as my items price varies greatly from item to item. I'd like them to be able to purchase a membership, and then automatically be added to any list so when they go back and make their purchases they'll get the discounted rate.

    Clear as mud? < - that's Southern for 'Make Sense?'
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 Quantity Discount Pricing
    By partinrl in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 23 May 2013, 07:49 PM
  2. Group Pricing + Quantity Discount
    By zilwiz in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 5
    Last Post: 20 Dec 2006, 01:48 PM
  3. Discount Pricing/Quantity by Category
    By sukuinushi in forum General Questions
    Replies: 2
    Last Post: 27 Oct 2006, 10:57 AM

Posting Permissions

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