I'd like to be able to apply discounts to certain members' profiles. Ideally an admin could edit that member's profile and set a 10% or 20% discount, which would apply to all link and member upgrades.
This should apply every time the member makes a deposit. He should be credited with 100% (enabling the link or member upgrade) when paying only 90%.
This would be good for sites which offer web hosting or other services & who would like to package the services together with their WSN Directory.
This seems too obscure to warrant the extra field. Adding a member field pct with a default value of 1 and a modifications directory file that multiplies each $settings->sponsorcharge value by $thismember->pct when $thismember->isregistered() would probably work.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Discounts for specific members
Nothing is impossible...
Usergroup: Customer
Joined: Aug 07, 2006
Location: Tampa, Florida
Total Topics: 36
Total Comments: 91
I'd like to be able to apply discounts to certain members' profiles. Ideally an admin could edit that member's profile and set a 10% or 20% discount, which would apply to all link and member upgrades.
This should apply every time the member makes a deposit. He should be credited with 100% (enabling the link or member upgrade) when paying only 90%.
This would be good for sites which offer web hosting or other services & who would like to package the services together with their WSN Directory.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
This seems too obscure to warrant the extra field. Adding a member field pct with a default value of 1 and a modifications directory file that multiplies each $settings->sponsorcharge value by $thismember->pct when $thismember->isregistered() would probably work.