Customer Group Overrides (Advanced Config Add-On)
Customer group overrides require the Pricesystem Advanced Config Add-On:
- Composer package:
mageb2b/pricesystem-advancedconfig - Magento module:
MageB2B_PricesystemCoreAdvancedConfig
Where To Configure
- Admin ->Customers -> Customer Groups -> Edit
When Group Overrides Apply
- For guests: group-level selection applies (NOT_LOGGED_IN group).
- For logged-in customers: group-level selection applies only if the customer-level rule is set to Fallback.
Group vs System Configuration
If the group-level rule is set to "Default/System Config", the global system configuration is used:
pricesystem/price_select_rule/priceselect
Group Custom Sort Order
If the group-level rule is set to "Custom sort order":
- Pricesystem uses the group-specific priority list stored in
pricesystem_customer_group_sort_position - If the group has no custom list configured, it falls back to the global
price_sort_order
Group Formula
If formula pricing is active, the formula itself is resolved in this order:
- Customer formula (if set)
- Group formula (if set)
- System configuration formula
Details: Formula Pricing
