-
Methods Method Description com.broadleafcommerce.pricing.service.DefaultPriceInfoService.addBaseCostPriceDetail(PriceableTarget, PriceableTargetPriceState, ContextInfo) com.broadleafcommerce.pricing.service.DefaultPriceInfoService.addBasePriceDetail(PriceableTarget, PriceableTargetPriceState, ContextInfo) com.broadleafcommerce.pricing.service.DefaultPriceInfoService.getBestPriceOverall(Map<String, PriceDetail>) in favor ofDefaultPriceInfoService.getBestPriceOverall(Map, Currency)Retrieves all of the
PriceableFieldTypesin ascending order byPriceableFieldType.order(). Then, returns aPriceDetailfor the best price found for the type.Out of the box, the lowest price is chosen.