milkyway-multimedia/ss-shop-persistent-orders

There is no license information available for the latest version (dev-master) of this package.

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

dev-master / 0.1.x-dev 2016-01-20 03:14 UTC

This package is not auto-updated.

Last update: 2024-03-27 22:02:13 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