PDA

View Full Version : Moving Quick Cart - is it possible?


stuart144478
03-26-2009, 08:17 AM
I have the Quick Cart sitting near the top-left of my page in a div. When customers scroll down the page and add items they are jumped back to the top of the page where the Quick Cart becomes visible. They then have to scroll back down to carry on adding items.

Is there any script or way of getting the Cart to follow the user down the page, or to offer customers a way of jumping back down to the last selected item?

Ray Borduin
03-26-2009, 11:30 AM
You could use anchor links in the form action to direct the focus to a point on a page after a submit like add to cart.

stuart144478
03-26-2009, 12:22 PM
Can you give me an example of how that would work please?
Would it mean the customer would not see the Cart had added an item though unless they scroll back up? (That might not be an issue of course.)

Ray Borduin
03-26-2009, 01:10 PM
http://www.w3.org/TR/REC-html40/struct/links.html

stuart144478
03-26-2009, 01:14 PM
Thanks Ray - nice link!