Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donquixote/drupal-ajaxcart
Drupal Commerce: Ajax update for cart summary to show shipping cost
https://github.com/donquixote/drupal-ajaxcart
Last synced: 7 days ago
JSON representation
Drupal Commerce: Ajax update for cart summary to show shipping cost
- Host: GitHub
- URL: https://github.com/donquixote/drupal-ajaxcart
- Owner: donquixote
- Created: 2013-12-19T10:35:41.000Z (almost 11 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2013-12-19T11:48:42.000Z (almost 11 years ago)
- Last Synced: 2023-03-10T21:12:58.732Z (over 1 year ago)
- Language: PHP
- Size: 102 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Configuration
=============* Enable ajaxcart, and enable the _ui modules for various commerce stuff.
* Create some shipping methods.
* Go to admin/commerce/config/checkout.
* Move the billing information, shipping information, shipping service and "Shopping cart contents" all on the same page.Test
===========* Put some products into your cart.
* Go to checkout.
* Change the shipping or billing address or the shipping service, and see if this triggers any AJAX updates for the cart summary.