Bug in PriceCalculationService.GetProductAttributeValuePriceAdjustment

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 3 ans
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?
Il y a 3 ans
Reported here too
https://www.nopcommerce.com/en/boards/topic/85541/getproductattributevaluepriceadjustment-issue
Il y a 3 ans
Already fixed. Thanks anyway.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.