Try our conversational search powered by Generative AI!

Ability to extend IPriceService to change default behavior

Found in

EPiServer.Commerce 10.3.0

Fixed in

EPiServer.Commerce 11.0.0

(Or a related package)

Created

Jun 16, 2017

Updated

Dec 19, 2023

Area

Core

State

Closed, Acceptance tests pass


Description

The default implementation of IPriceService automatically optimizes prices, so the lowest unit price for same market, currency and minimum quantity is selected.

A merchandiser might want to change the way to select which prices are saved. This should be done with ease, without having to implement the entire IPriceService interface.