brandonc503 Posted November 3, 2009 Share Posted November 3, 2009 It deletes it but says this in the wishlist cartYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JOIN `ps_wishlist_product` pc ON (wp.id_wishlist_product = wpc.id_wishlist_produ' at line 2 DELETE FROM `ps_wishlist_product_cart` wpc JOIN `ps_wishlist_product` pc ON (wp.id_wishlist_product = wpc.id_wishlist_product) WHERE `wp.id_wishlist` = 1 AND `wp.id_product` = 13 AND `wp.id_product_attribute` = 0[solved]http://www.prestashop.com/forums/viewthread/25613/developpement_et_modules/resolu_module_liste_de_cadeaux_whishlist_ps_version_1_dot_2 Link to comment Share on other sites More sharing options...
Recommended Posts