Kit Price vs Product Price
Posted: Thu Oct 07, 2010 10:35 am
I bet this is here someplace but I can't find it....
SImply stated in the ProductDiscountsDialog.ascx.cs it uses the product.Price as the base upon which any discounts are calculated.
I want to use the sum of the prices of the kit components when the product is a kit rather than a "product"
Is there some easy way to get a "kit.Price" rather than the "product.Price"?
I suspect I would need to have an "if" statement to determine if the kit price (sum of the components' prices) was the one to use or not. Not all kits we have use the sum of component prices, but some do.
SImply stated in the ProductDiscountsDialog.ascx.cs it uses the product.Price as the base upon which any discounts are calculated.
I want to use the sum of the prices of the kit components when the product is a kit rather than a "product"
Is there some easy way to get a "kit.Price" rather than the "product.Price"?
I suspect I would need to have an "if" statement to determine if the kit price (sum of the components' prices) was the one to use or not. Not all kits we have use the sum of component prices, but some do.