gabybelmonte Posted December 1, 2015 Share Posted December 1, 2015 Good evening, We're experimenting several issues with the module blockwishlist in our prestashop 1.6. We instaled Warehouse theme (http://warehouse.iqit-commerce.com/en/). These are the issues related with the Wishlist module: - We cannot delete any wishlist created. ( http://www.desarrollofundasbcn.com/es/module/blockwishlist/mywishlist?rand=1448995484303&deleted=1&myajax=1&id_wishlist=2&action=deletelist&_=1448993810346 ) - The url provided in the "permanent link" of the wishlist is not working. ( http://www.desarrollofundasbcn.com/es/module/blockwishlist/view?token=82D0E8D94F3DC48E ) - When I share my wishlist with a friend, the URL provided in the e-mail is not working also. With the debug mode on (Browser Console) all the urls / calls gives a 404 Error. The weird thing is that there are other actions (such as add to wishlist, show the list of my wishlists, and also show the details of each wishlists) that are working properly. I believe that maybe the issue is related with the type of request as the ajax ones are working properly, but not the http ones (returns 404). We already tried the solutions posted in the links below but any of them worked for us: - https://www.prestashop.com/forums/topic/327523-solved-i-cant-delete-my-wishlist/ - https://www.prestashop.com/forums/topic/48684-solvedadd-to-wishlist-doesnt-work/ - https://www.prestashop.com/forums/topic/376480-wishlist-is-not-working-in-prestashop/ Please, can somebody help out with this issue. Many thanks in advance. Link to comment Share on other sites More sharing options...
Mélissa Posted December 8, 2015 Share Posted December 8, 2015 Hi gabybelmonte, I had similar bugs with my own wishlist and I discovered that my problem was very simple. If you are using a custom theme, be sure that your wishlist module is positioned on HookTop for this theme. This point resolved the problem with deleting option, for me. I didn't thought to verify this point and I lost hours, so maybe it's your case too…? Best regards, 2 Link to comment Share on other sites More sharing options...
CristinaJimenez03 Posted December 9, 2015 Share Posted December 9, 2015 Hi Melisa, I have the same issue. Do you mean to remove the hook "DisplayTop" for Wishlist module? My wishlist is on and it's not working either. Any suggestions? Many thanks, Link to comment Share on other sites More sharing options...
Mélissa Posted December 9, 2015 Share Posted December 9, 2015 Hi Cristina, No, in your case, no need to modify the position. If you remove it, the module couldn't call the js file needed. Did you already try the proposed solutions in the links posted by gaby ? 1 Link to comment Share on other sites More sharing options...
CristinaJimenez03 Posted December 10, 2015 Share Posted December 10, 2015 Hi Mélissa, Unfortunately I did and no results... I think could be something related with PrettyURLs module I installed, opening a ticket to their support at the moment. ( 1 Link to comment Share on other sites More sharing options...
Jonathan-92 Posted February 17, 2016 Share Posted February 17, 2016 It's a bit late but I hope this can help someone.. I've had the same problem, I was unable to delete a wishlist... I realized that in themes/name-of-the-theme/js/modules/blockwishlist/js/ajax-wishlist.js the js file wasn't up to date. I took the js file from the module in webroot/blockwishlist/js/ajax-wishlist.js and replace the old js file and it worked fine for me. 1 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