Page 1 of 1

Added to cart confirmation

Posted: Mon Apr 18, 2011 3:52 pm
by clevername
I need to either display a message that confirms the item was added to their cart or redirect to the basket once they add it to the cart. Can someone help me with either?

Re: Added to cart confirmation

Posted: Tue Apr 19, 2011 4:42 am
by mazhar
Well if you remove mini basket from any page in store then any product added from that page will lead to basket.aspx page automatically. For example if you remove minibasket from category page then any product added via category page will automatically lead to basket page showing all basket items.

Re: Added to cart confirmation

Posted: Mon May 02, 2011 2:40 pm
by clevername
I just added a redirect code after it successfully added the item to the cart. However, we would like to have the code show a pop up. I could probably add some javascript or something to get a nice popup when they add it to the cart. Just through that code where I put the redirect.