Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hws47a/VF_AjaxCart
[Magento Extension] Ajax Cart without any php code based on VF_EasyAjax module.
https://github.com/hws47a/VF_AjaxCart
Last synced: 14 days ago
JSON representation
[Magento Extension] Ajax Cart without any php code based on VF_EasyAjax module.
- Host: GitHub
- URL: https://github.com/hws47a/VF_AjaxCart
- Owner: hws47a
- Created: 2012-01-02T23:02:43.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-16T19:38:55.000Z (over 11 years ago)
- Last Synced: 2024-08-02T08:09:38.476Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 35
- Watchers: 3
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple ajax cart based on [VF_EasyAjax module](https://github.com/hws47a/VF_EasyAjax). Install it before usage current module.
Module contains only one .js file and no block/controller/helper/model files.
All ajax functionality based only on ajax js requests and [VF_EasyAjax module](https://github.com/hws47a/VF_EasyAjax).Current works via ajax:
* On each page:
* add product to cart from product and category pages via ajax and show messages as alert.
* remove item from cart sidebar via ajax
* update cart sidebar for community edition
* update top links
* On configure product page:
* update product on configure page via ajax
* On cart page:
* update qty and clear items button
* remove item buttonsModule is comportable with [modman](https://github.com/hws47a/modman-relative-links).
Developed with help of [MTool](https://github.com/hws47a/MTool)