Skip to content

milkyway-multimedia/ss-shop-persistent-orders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silverstripe Shop - Persistent Orders

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

About

Allows orders to be stored in cookies, and also allows continuation of orders via URL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages