Bella Posted August 30, 2010 Share Posted August 30, 2010 This is the last issue I have to iron out before going 'live' so I am very excited, but this pesky issue has to be fixed!When a user clicks the button "Add to my wishlist" you see in the bottom of your browser where you would normally see the link only a little "[removed];". Clicking on the button does nothing...What can I do to resolve this? Link to comment Share on other sites More sharing options...
rocky Posted August 31, 2010 Share Posted August 31, 2010 Do you have the "Wishlist block" installed in the left or right column? If you do, then you should get an animation like with the cart block to the wishlist block. If you don't have the "Wishlist" block in a column, then the "Add to wishlist" button will appear as though it didn't do anything, even though it did actually work. You can go to My Account > My wishlists to check whether the product was added to the wishlist. If it wasn't, there must be a Javascript error on your product page. If it was added, then you simply need to add an alert so that the customer knows that the product was added to their wishlist. See my post here. Link to comment Share on other sites More sharing options...
Bella Posted August 31, 2010 Author Share Posted August 31, 2010 Thank you for your reply, Rocky. Yes, I have the wishlist block in the right column. I know what should happen, and I can go to the wishlist that I created (it told me I had to name it) and there is nothing in there. It shows nothing.When clicking on "Add to my Wishlist" there is nothing that happens. No javascript- nothing shows up in the Wishlist block, and clicking on the Wishlist block to see your wishlist takes you to a page and it says nothing is in your wishlist.I've gone through in FileZilla and verified that all the files are there and are the correct size for the blockwishlist (and the folders inside it).After I can get the item IN the wishlist as it is supposed to work, I'll be more than happy to install an alert letting them know it's in there, but I really need to get this basic function situation rectified first. Link to comment Share on other sites More sharing options...
rocky Posted August 31, 2010 Share Posted August 31, 2010 I got a Javascript error when I clicked on "Add to wishlist" on your page. It seems that the ajax-wishlist.js isn't being included on your page. Go to Modules > Positions and make sure that the wishlist block is installed in the "Header of pages" hook. If it isn't, add it. Doing that should add the following line in your <head> tags: <script type="text/javascript" src="modules/blockwishlist/js/ajax-wishlist.js"></script> Link to comment Share on other sites More sharing options...
Bella Posted August 31, 2010 Author Share Posted August 31, 2010 Excellent! That did the trick, thank you, Rocky! Link to comment Share on other sites More sharing options...
Recommended Posts