Price "From" doesn't include tier prices

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Darren, thanks a lot!
P.S. Seems I need some rest =))
12 years ago
BTW, I wouldn't use "if (product.ProductVariants.Count > 0)" because it loads all variants (deleted, unpublished, not available). Use _productService.GetProductVariantsByProductId(). And productVariants variable is already defined in the method

UPDATE: see changeset 5a624d2d5cac
12 years ago
a.m. wrote:
BTW, I wouldn't use "if (product.ProductVariants.Count > 0)" because it loads all variants (deleted, unpublished, not available). Use _productService.GetProductVariantsByProductId(). And productVariants variable is already defined in the method

UPDATE: see changeset 5a624d2d5cac


Cheers
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.