There are two types of this module. The first replace the 'Add to Cart' button. The second add another button called 'Buy Now' which will redirect to cart.
The extension can be found here: http://www.opencart.com/index.php?route ... n_id=13714
--------------------------------------
[vQMod] ShowCart after AddToCart
version 1.0
written by Zoltán Demeter
--------------------------------------
Features:
Replace:
- Rename the ’Add to Cart’ button to ’Buy Now’
Add:
- Add a new button called 'Buy Now' which will redirect to cart
Both of them:
- After clicking on this button the content of the cart appears on a new page
Support: opencart@pappco.hu
Demo: http://demo.opencartgeek.com/
Admin demo: http://demo.opencartgeek.com/admin/ (demo/demo)
Prerequirements:
- vQmod (2.3.2)
Update:
- Connect using a FTP program to your hosting/server account and browse the root of your OpenCart installation folder.
- Upload contents of "upload" folder to OpenCart's root folder. If you get file replacement warnings, double check to make sure you are not replacing any critical files (if you had an older version of the modules already installed, you will need to replace the old files).
- Enter OpenCart's administration menu, Extensions > Modules and "Edit" the module
- Save your settings
Installation:
- First you need install vQmod (http://code.google.com/p/vqmod/)
- Extract the downloaded archive
- Connect using a FTP program to your hosting/server account and browse the root of your OpenCart installation folder.
- Upload contents of "upload" folder to OpenCart's root folder. You should not get any file replacement warnings. If you do, double check to make sure you are not replacing any critical files (if you had an older version of the modules already installed, you will need to replace the old files).
Compatibility:
This version is tested with OpenCart 1.5.6.*, 1.5.5.*, 1.5.4.*, 1.5.3.*, 1.5.2.*
Custom css:
You will need to copy the included css files:
"OC_FOLDER/catalog/view/theme/default/stylesheet/ShowCart_After_AddToCart_Add.css"
for your custom theme's module folder:
"OC_FOLDER/catalog/view/theme/YOUR_THEME/stylesheet/ShowCart_After_AddToCart_Add.css"
and edit it to fit your theme.
Version history:
1.0 (20130826):
- initial release

