Jump to content

Bug SQL sur le module CatAbandonnedPro


GrK

Recommended Posts

Hello, 

 

Voilà je ne sais pas ou remonter ça mais il s'agit d'un bug sur une requête dans la dernière mise à jour de CartAbandonnedPro...

 

Template.class.php :: editBeforeSending

 

La construction de la requête à la fin :

 

if (is_null($id_cart))
            $query .= ' LIMIT 1';
        else
            $query .= ' WHERE ca.id_cart = ' . (int) $id_cart;
 
Remplacer WHERE par AND
 
Voilà, pour vous l'équipe Prestashop !
 
N'hésitez pas par ailleurs à me payer un bon whisky ;)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...