Page 1 of 1

AddToBasket/Wishlist in BuyProductDialog Not Working

Posted: Wed Mar 25, 2009 1:43 pm
by euroluxantiques
I have a problem with the BuyProductDialog.ascx buttons not working properly. At first, I thought it was something wrong with my CSS, but it's strange that the Add to Cart button on Recently Viewed dialog works fine and I can transfer items from the basket to wishlist and vice versa, but I cannot put items in the basket or wishlist from the BuyProductDialog that appears at the top of my product description page.

I noticed that the javascript called on this page is different from the script called from the Recently Viewed dialog, but I'm not sure if that's the problem.

An example page on my dev site:

http://dev.euroluxantiques.com/Vintage- ... P5953.aspx

Any help in debugging this would be most appreciated.

Thanks!

Re: AddToBasket/Wishlist in BuyProductDialog Not Working

Posted: Wed Mar 25, 2009 2:04 pm
by jmestep
Did you take the quantity box off? Maybe that is the problem.

Re: AddToBasket/Wishlist in BuyProductDialog Not Working

Posted: Wed Mar 25, 2009 3:02 pm
by euroluxantiques
Hi Judy, thanks for your reply.

Actually I did comment the quantity box out (quantities are pretty much irrelevant for one-off antiques), but I took the comments out and it still doesn't seem to work.

Re: AddToBasket/Wishlist in BuyProductDialog Not Working

Posted: Wed Mar 25, 2009 3:45 pm
by jmestep
I was able to add it to my cart OK. Maybe you aren't noticing that the minibasket control on the right nav gets updated when you add to cart, but you don't go to the cart page.

Re: AddToBasket/Wishlist in BuyProductDialog Not Working

Posted: Wed Mar 25, 2009 4:06 pm
by euroluxantiques
Judy, thanks, I see that now. I guess I didn't notice it before...It definitely wasn't working but I think uncommenting the quantity worked. I'll just go and add a div around the quantity control and hide it and see if it still works. Thanks!