Jump to content

[Solved] Help. When I delete an item from wishlist block ...


Recommended Posts

It deletes it but says this in the wishlist cart

You 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

×
×
  • Create New...