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.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public virtual string StoreDiscountsFilter { get; }
Public Overridable ReadOnly Property StoreDiscountsFilter As String
Get
public:
virtual property String^ StoreDiscountsFilter {
String^ get ();
}
abstract StoreDiscountsFilter : string with get
override StoreDiscountsFilter : string with get
StringIStoreProductFqlFiltersStoreDiscountsFilter
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.