Sort Order Strategy (Priority List)

When the global "Price Select Rule" is set to Sort order, Pricesystem selects the first available price from your configured priority list.

To prioritize category pricing, include categoryprice near the top.

How The Selection Works

  1. Pricesystem builds a map of candidate prices by price code.
  2. It iterates the configured price_sort_order list from top to bottom.
  3. The first price code that exists and has a valid value is selected.
  4. If nothing matches, it falls back to orig_price (Magento original price).

Skip Zero Price

If pricesystem/price_calculation/skip_zero_price = Yes, any price that resolves to 0.00 (or lower) is treated as "not set" and skipped.

Found an issue with this documentation? Let us know