Page 1 of 1

Show different prices for customers of different membership

Posted: 27 Jan 2018, 11:50
by Kylin00
Hi, everybody. Firstly, I have to say that my tongue is not English, please forgive me if I say something in a wrong way.
Then, my question is "how to show different prices for customers of different membership ?", to be explicit, Our shop have three types of membership currently, and they can buy the product in different price according to their membership level, here I had two thought:(1) every time a customer visit our shop, I will call a ajax to search the corresponding price to them, but It seems too complex if a new product needed to be add in the shop as I must manually add it to my database, (2) Try to change the controller behavior before it render the prices to the front end, and after a week, I still could not find the right way to do that so.

Would you please give me some advice, I will be appreciate!

Re: Show different prices for customers of different members

Posted: 27 Jan 2018, 12:06
by Kylin00
Notes: My Laravel version is 5.5, Aimeos version is 2017.10.4, PHP version is 7.1, my environment is Linux

Re: Show different prices for customers of different members

Posted: 28 Jan 2018, 17:53
by aimeos
You need the customer / customer group extension form the Aimeos company for this:
https://aimeos.com/extensions/#c823

Re: Show different prices for customers of different members

Posted: 29 Jan 2018, 15:46
by Kylin00
aimeos wrote:You need the customer / customer group extension form the Aimeos company for this:
https://aimeos.com/extensions/#c823
So much thanks, I will consider it seriously.