How to set different product prices for different customer groups?
It's possible to set prices per customer groups using the default Magento tier pricing feature. To configure tier prices, navigate to Products → Edit/create a product → Price → Advanced Pricing link. Here, is the Customer Group Price configurations, choose the Customer Group and set the Price per Quantity of the product.
Alternatively, you can implement catalog discounts per customer groups for all or specific products. For that, create a rule in Marketing → Catalog Price Rules and fill in the required information:
- Customer Groups for which the discount will be applied;
- Conditions for products the discount will be applied to;
- Actions with the discount bahvior and amount.
Related Articles
How to make product image change after choosing a configurable option on the product listing page?
Configurable products are assembled from simple products, which represent variations of the same item. Each simple product can have its own image that differs it from other options. For example, you can upload images of different color variations of ...
How can I add more countries to the Shipping Country condition dropdown?
Many rule conditions, such as in Magento Cart Price Rules or Amasty Shipping extensions, use the default Shipping Country condition option. It offers to choose countries allowed in the general settings of Magento. To add more default countries to ...
Is it possible to only give a user access to specific customers/customer groups?
At the moment, the Advanced Permissions for Magento 2 extension doesn't introduce the option to limit users' access to specific customers or customer groups. However, this feature is present in the Sales Reps & Dealers extension that allows for ...
How to create a promotion that will be available within a specific period of time?
Magento Community Magento offers the From - To setting for making a promotion temporary. To configure the start and end day of your promotion, navigate to Marketing → Promotions → Cart Price Rules, choose the rule or create a new one and set the time ...
I used the Customer Attributes on Magento 1 and recently I have migrated to Magento 2. How can I migrate the Customer Attributes settings to the new instance?
Unfortunately, there is no way to migrate the extension settings directly to a new environment due to the differences in the architecture of Magento 1 and 2. However, if you need to import Customer Attributes to the customer information it can be ...