VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Payment Modules => Topic started by: codename44 on November 05, 2007, 21:54:25 PM

Title: [OK] Price depending on User's group ?
Post by: codename44 on November 05, 2007, 21:54:25 PM
Hello !
I'm new with VirtueMart and I would like first to thank you for all your work !

Maybe you could help me :
I would like to add groups, like "friends", and "customers", and "friends" would get -25% (example)
I have some knowledge in php, but I would like some ideas to start on the right way, exept if this function already exists !

Thanks  :)
Title: Re: Price depending on User's group ?
Post by: Nirm on November 05, 2007, 22:30:42 PM
No need for a function - in built functionality - You can set up a shopper group - 'friends' and set a discount of 25% for this group. And then assign users and products to this group.

good luck
Title: Re: Price depending on User's group ?
Post by: codename44 on November 06, 2007, 18:50:17 PM
thank you, i missed it !