What it does:
********
This contribution shows a cart layer on product_info.php, when the customer klicks the ADD TO CART button. The layer contains following information:
- 1 product has been added to your shopping cart
- list of all products in cart
- sum of all products
- button CONTINUE SHOPPING (closes the layer)
- button SHOW CART (link to shopping_cart-php)
- button CHECKOUT (link to checkout_shipping.php)
This is very easy to install, only 2 files has to be changed, no databank changes.
/********************************/
/* IMPORTANT NOTES */
/********************************/
This addon only works if "Display Cart After Adding Product" in Admin/Configuration/My Store is set to false
Legend: 
Download

Report
Some minor tweaks i forgot
>>> Popup now closes on every click.
Just click somewhere on the page and it disappears.
>>>Splitted code and design
Style information now goes to stylesheet.css and code goes to includes/footer.php
Updated install.txt - FULL PACKAGE
Just modified the original version to show darkened background just like those lightboxes do. So popup is easier to find on big screens :-)
Modified installation instructions and code to work ON ALL PAGES now. Original contrib just worked on product_info.php
Should work on all systems, all osc-versions and all browsers now (hopefully)
Thanks for the nice work to karlchen ;-)
Sorry, I forgot to mention the credits, here they are:
1) This Addon is based on a free XTC modul, which I only modified for OSC
2) The essentail hint to get the script working with OSC was given by SIR.K.O from german osc forum, thanks.
Things to be done:
1) design improvement
2) center the layer in browser window with Javascript
3) make it work in modified shops, where you could add products to the cart elsewhere, e.g. on products_new.php, specials.php etc. For this case I would place the code in the footer, this should work (and of course the CSS in stylesheet.css)
FULL PACKAGE
-= NOT FULL PACKAGE =-
Tested it and works fine with IE 7 & FireFox 3
That is except i have Ultimate SEO URLs installed and get this message when I click on Buy Now:
"
The requested URL /catalog/microsoft-intellimouse-explorer-p-26 was not found on this server.
"
But Backspace fixes this.
All credits to our new member -=karlchen=-
-= NOT FULL PACKAGE =-
What it does:
********
This contribution shows a cart layer on product_info.php, when the customer klicks the ADD TO CART button. The layer contains following information:
- 1 product has been added to your shopping cart
- list of all products in cart
- sum of all products
- button CONTINUE SHOPPING (closes the layer)
- button SHOW CART (link to shopping_cart-php)
- button CHECKOUT (link to checkout_shipping.php)
This is very easy to install, only 2 files has to be changed, no databank changes.
/********************************/
/* IMPORTANT NOTES */
/********************************/
This addon only works if "Display Cart After Adding Product" in Admin/Configuration/My Store is set to false