Click or drag to resize
ProductPricingService Constructor
Creates a new instance of the ProductPricingService.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public ProductPricingService(
	ISKUPriceSourceFactory priceSourceFactory,
	IProductDiscountService productDiscountService
)

Parameters

priceSourceFactory
Type: CMS.EcommerceISKUPriceSourceFactory
A factory creating SKU price sources for site.
productDiscountService
Type: CMS.EcommerceIProductDiscountService
A IProductDiscountService service for discounts calculation.
See Also