Advanced Config Add-On

The Advanced Config add-on extends Pricesystem with additional configuration and override options, mainly around price selection.

Installation

composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ composer require mageb2b/pricesystem-advancedconfig:* php bin/magento setup:upgrade php bin/magento cache:flush

Magento module: MageB2B_PricesystemCoreAdvancedConfig

What It Adds

  • Formula strategy in price selection (for configurable, calculated pricing)
  • Customer overrides for how Pricesystem selects prices
  • Customer group overrides for how Pricesystem selects prices
  • Custom sort order per customer / customer group (when using the Sort order strategy)
  • Additional checks that affect applicability of prices (for example "verified" / "discountable" flags, depending on your setup)

Where To Configure

  • Global defaults: Stores >Configuration > MageB2B > Pricesystem > Price select rule settings
  • Overrides (customer group): Customers >Customer Groups > Edit
  • Overrides (customer): Customers >All Customers > Edit

Found an issue with this documentation? Let us know