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.
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.
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.
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.
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.
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
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.
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]
This is exactly what I've been looking for as well...the only thing I would add is possibly the ability to trigger the member prices when the "membership item" is added to the cart...ie, sign up today and get member prices without having to come back later.
I'm tired of making refunds!!!
Thanks!
Michelle