musicmaster Posted July 31, 2022 Posted July 31, 2022 I have a problem with a updated/migrated website with the admin carts page. When I look at it on my development computer I see a total value for each cart. However, after I uploaded to the server all carts had value zero. When I open a cart I see the products but they too are shown with value zero. Only new carts have a real value. After some searching in the code I found that the problem happens in the function priceCalculation() in /classes/Product.php. This function contains the lines if (!isset(static::$_pricesLevel2[$cacheId2][(int) $idProductAttribute])) { return; } and there the code execution takes the wrong turn and returns. The result is an empty price field. I have no idea what this code is checking for and how I can fix this. Can anybody enlighten me?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now