dev-master
9999999-devAllows orders to be stored in cookies, and also allows continuation of orders via URL
The Requires
- burnbright/silverstripe-shop ~1.2
- milkyway-multimedia/ss-mwm ~0.3
- milkyway-multimedia/ss-behaviours ~0.2
Allows orders to be stored in cookies, and also allows continuation of orders via URL
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, (*1)
Add the following to your composer.json file, (*2)
"require" : { "milkyway-multimedia/ss-shop-persistent-orders": "~0.1" }
You will have to add the ones you want, (*3)
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, (*4)
Allows orders to be stored in cookies, and also allows continuation of orders via URL