Jump to content

Custom user groups and features


Recommended Posts

Hi,

Is there a functionality in prestashop or is there a module which will allow me to run a site with the following scenario?

 

1. There needs to be 2 categories of users (VIP & General users)

2. VIP Can order products and not pay at checkout (They will be billed at the end of the month)

3. The General user can buy any product he likes and pay for it at checkout

4. The VIP users see a different price than normal users

 

Waiting for your response

Link to comment
Share on other sites

Hello Vinay. Here's how I would go about for this scenario:

 

1. You can create additional Customer Groups, besides the 3 default ones. The catch is that you must manually add each customer you want to this "special" VIP group, as soon as they register an account on your site

2. Using this module, you can create a custom payment method (e.g. "Pay at month's end") and make it available only to the customers belonging to "VIP" group

3. No need to change something in order to accomplish this. It's the default behavior of PrestaShop

4. This can be accomplished in 2 different ways (that I can think of): the easiest one would be if the VIP prices can be calculated directly from the normal prices, by adding a fixed discount percentage. This discount can be assigned to a whole customer group, in that case the VIP group. Otherwise, if you want arbitrarily lower prices for the VIP group, you should designate a "special" price for each product.

Link to comment
Share on other sites

×
×
  • Create New...