milkyway-multimedia / ss-shop-persistent-orders
Allows orders to be stored in cookies, and also allows continuation of orders via URL
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 1
Type:silverstripe-module
Requires
This package is not auto-updated.
Last update: 2024-10-24 00:43:55 UTC
README
Persistent Orders allows orders to be stored via cookies, so users can continue them later. It also allows you to continue orders from a link, so you can send them a continue link via email
Install
Add the following to your composer.json file
"require" : {
"milkyway-multimedia/ss-shop-persistent-orders": "~0.1"
}
Important: Extensions are not added automatically
You will have to add the ones you want
Order Extensions
- Milkyway\SS\Shop\PersistentOrders\Extensions\Persist - Order will persist in a cookie, and will be retrieved as a last resort from session etc.
- Milkyway\SS\Shop\PersistentOrders\Extensions\AllowContinue - Allow shopping carts to be continued via a url
- Milkyway\SS\Shop\PersistentOrders\Extensions\AllowContinueFromCheckout - This will change the continue link from checkout/order/$Slug to checkout/$Slug
License
- MIT
Version
- Version 0.1 (Alpha)
Contact
Milkyway Multimedia
- Homepage: http://milkywaymultimedia.com.au
- E-mail: mell@milkywaymultimedia.com.au
- Twitter: @mwmdesign