- 7
We are on nopCommerce ver 3.3. with this plugin NopUltimatePluginCollection_3.3.528.11414.zip full version.
The executed sproc looks like this.
[dbo].[ProductLoadAllPagegNopAjaxFilters]
@CategoryIds = N'3',
@ManufacturerId = 0,
@StoreId = 0,
@VendorId = 0,
@PriceMin = 45,
@PriceMax = 50
In our setup, category id 3 have grouped product assigned to.
In the result set, one of the returned group products have 6 associated products. Out of the 6, 5 are not published and the 1 published has a special price of 29 and price of 45.
In my scenario, is this a bug that this group product returned in the result set or by design? If by design, what other way I can have it not returned in the result set?
Thanks in advance,
Sunny
The executed sproc looks like this.
[dbo].[ProductLoadAllPagegNopAjaxFilters]
@CategoryIds = N'3',
@ManufacturerId = 0,
@StoreId = 0,
@VendorId = 0,
@PriceMin = 45,
@PriceMax = 50
In our setup, category id 3 have grouped product assigned to.
In the result set, one of the returned group products have 6 associated products. Out of the 6, 5 are not published and the 1 published has a special price of 29 and price of 45.
In my scenario, is this a bug that this group product returned in the result set or by design? If by design, what other way I can have it not returned in the result set?
Thanks in advance,
Sunny