silvercommerce / shoppingcart
Module for managing estimates via a frontend controller
Installs: 2 366
Dependents: 4
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Type:silverstripe-vendormodule
Requires
- silvercommerce/discounts: ~2.0
- silvercommerce/orders-admin: ~1.0
- silvercommerce/postage: ~1.0
- silvercommerce/settings: ~1.0
- silverstripe/framework: ~4.0
Requires (Dev)
- phpunit/phpunit: ^5.7
- silvercommerce/catalogue-admin: ^1.0
- silvercommerce/tax-admin: ^1.0
- squizlabs/php_codesniffer: ^3.0
README
This module provides a simple interface to create estimates from the front end of your silverstripe site.
These estimates will persist until their expiry date (when they will be removed) unles they are linked to a user account (in which case they will be retained).
Dependancies
- SilverStripe Framework 4.x
- [SilverCommerce Orders Admin 1.x] (https://github.com/silvercommerce/orders-admin)