Click or drag to resize

DefaultStoreProductFqlFiltersStoreDiscountsFilter Property

Filters down to "Discounts" (since the query is based on oe_price), "Discounts Sold Online", and discounts attached to "Active Products" and "Active Prices".

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public virtual string StoreDiscountsFilter { get; }

Property Value

String

Implements

IStoreProductFqlFiltersStoreDiscountsFilter
Remarks
Note that we filter down to discounts attached to "Active Products" and "Active Prices" not store-products/prices, as the latter filters exclude products/prices not sold online. Discounts use their own field to decide if they are sold online: prc_eweb_code.
See Also