- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Visibilty and discount of products depends on customer group - Mag2
Hi
i want to make a little shop for 2 little customer groups. The products should only be available for a closed group. There exist only this 2 groups. The difference of the both groups are:
Group 1: they can find NOT all products, have the "normal" prices, no discount
Group 2: they can find ALL products, get quantity discount.
I saw that i can define customer groups, but I dont find something to specify that groups. Or can I specify the visibility in the product?
How can I implement this functions?
Thank you in advance
Regards
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Visibilty and discount of products depends on customer group - Mag2
First, create two Customer Groups which you'll use for separating products/prices for different groups.
In order to restrict some products for first Customer Group, you can use extension
GroupsCatalog extension. It allows you to do any kind of restriction by customer group.
For second part four configuration, you can set up quantity discount via:
- tier prices (check this link)
- set up catalog rule based on customer group (magento admin -> promotions -> catalog rules)
- set up shopping cart rule based on customer group (magento admin -> promotions -> shopping cart rules)
If this response solved your problem, click accept as solution to help others solve this issue