Added to cart confirmation

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
User avatar
clevername
Lieutenant (LT)
Lieutenant (LT)
Posts: 54
Joined: Tue Jan 11, 2011 8:54 am

Added to cart confirmation

Post by clevername » Mon Apr 18, 2011 3:52 pm

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?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Added to cart confirmation

Post by mazhar » Tue Apr 19, 2011 4:42 am

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.

User avatar
clevername
Lieutenant (LT)
Lieutenant (LT)
Posts: 54
Joined: Tue Jan 11, 2011 8:54 am

Re: Added to cart confirmation

Post by clevername » Mon May 02, 2011 2:40 pm

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.

Post Reply