Show different prices for customers of different membership

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Kylin00
Posts: 3
Joined: 27 Jan 2018, 11:22

Show different prices for customers of different membership

Post by Kylin00 » 27 Jan 2018, 11:50

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!

Kylin00
Posts: 3
Joined: 27 Jan 2018, 11:22

Re: Show different prices for customers of different members

Post by Kylin00 » 27 Jan 2018, 12:06

Notes: My Laravel version is 5.5, Aimeos version is 2017.10.4, PHP version is 7.1, my environment is Linux

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Show different prices for customers of different members

Post by aimeos » 28 Jan 2018, 17:53

You need the customer / customer group extension form the Aimeos company for this:
https://aimeos.com/extensions/#c823
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Kylin00
Posts: 3
Joined: 27 Jan 2018, 11:22

Re: Show different prices for customers of different members

Post by Kylin00 » 29 Jan 2018, 15:46

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.

Post Reply