roja45 Posted May 11, 2016 Share Posted May 11, 2016 I've had a bug report on forge since March, that hasn't even been looked at as far as I can see. Responses used to be pretty quick. http://forge.prestashop.com/browse/PSCSX-7849 With 1.6.1.2 a new computeExtraConditions function was introduced in the specifcprice class, which is dropping previous clauses in the SQL query on id_customer and id_cart. When you call getPrice on the product it will pass null as the cart id when there is no cart id available, which cause the previous 'AND id_cart IN (0, 0')' clause in the query, in 1.6.1.1, to be dropped completely. This means all specific prices get returned when null is passed to this function, i.e. from other front office customers browsing, the back office, wherever. I can see a cart's specific price against the product in the back office, which can't be correct. Link to comment Share on other sites More sharing options...
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