Bug in PriceCalculationService.GetProductAttributeValuePriceAdjustment

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 年 前
This method has a Customer object and a ProductAttibuteValue object as parameters.

It performs a test on the ProductAttributeValue.AttributeValueType

If Simple, it performs some calculations but uses GetFinalPrice with the Customer object parameter

However, if AssociatedToProduct, it doesn't use the Customer parameter, it uses _workingContext.CurrentCustomer in the call to GetFinalPrice

This seems inconsistent - surely, the Customer object should be used in both cases?
3 年 前
Reported here too
https://www.nopcommerce.com/en/boards/topic/85541/getproductattributevaluepriceadjustment-issue
3 年 前
Already fixed. Thanks anyway.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.