picablaat Posted October 24, 2010 Share Posted October 24, 2010 Hi,I've got an issue with the Ajax Add to Cart button. (on which I can't find anything in the forum)The Add to Cart button can be set on 2 different modes: Non-Ajax and Ajax.Currently I'm using the Non-Ajax variant because after a client has added a product to their cart I want the cart to be displayed on a full page. (and not just in the top-right corner) The Non-Ajax cart has this option (BO -> Preferences -> Product), but this doesn't work with the Ajax cart. (it also says so at this page).I really want to use the Ajax variant because of the added value in the Back Office for viewing all the different Carts from visitors.The problem for me is that when somebody pushes the Add to Cart button with the Ajax variant and that person hasn't got the notion that there is a Cart block on the top right corner (because they scrolled down a couple of pages f.e.) they think the website is malfunctioning and they stop shopping.... (I got a couple of remarks on this one and therefore changed to the Non-Ajax cart)Is this possible?Thanks!(for the look of the current behavior of our Cart system go to www.afvallenmetbregje.nl/winkel ) Link to comment Share on other sites More sharing options...
razaro Posted October 24, 2010 Share Posted October 24, 2010 You could try with this code div#cart_block{position:fixed} Add it anywhere in global.css. That way cart will be visible even if customers scroll down.You may also need to add div#new-products_block_right { margin-top:14em; } so it doesn't overlaps with cart block. Link to comment Share on other sites More sharing options...
picablaat Posted October 24, 2010 Author Share Posted October 24, 2010 Thanks!I'll try that tomorrow....It looks like a good idea to me. Link to comment Share on other sites More sharing options...
Recommended Posts