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 can I output tier prices in the feed?
Since v.4.1.0 of Product Feed extension, it is possible to add tier prices to the feed. You can find the 'amasty/module-product-feed-subscription-functionality' package for installing in composer suggest. Please note that the module is available as a ...
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 to import tier prices?
In order to import Tier (Customer Group) prices, the following fields are needed in the import entity with the following fields: Root Entity Customer Group Price Entity Here are some tips on how to find the values for the fields: 1) ...
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 ...
How to Hide All Categories By Default and Show Them Only for Specific Customer Groups?
By default, Magento shows all categories to all customers. Nevertheless, with the help of our Customer Group Catalog module, you may hide all categories and show only specific ones to your selected customers. To achieve the desired result, two rules ...