2017 © Pedro Peláez
 

silverstripe-module ss-shop-persistent-orders

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

image

milkyway-multimedia/ss-shop-persistent-orders

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

  • Wednesday, January 20, 2016
  • by mi3ll
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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, (*1)

Install

Add the following to your composer.json file, (*2)


"require" : { "milkyway-multimedia/ss-shop-persistent-orders": "~0.1" }

Important: Extensions are not added automatically

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)

License

  • MIT

Version

  • Version 0.1 (Alpha)

Contact

Milkyway Multimedia

  • Homepage: http://milkywaymultimedia.com.au
  • E-mail: mell@milkywaymultimedia.com.au
  • Twitter: @mwmdesign

The Versions

20/01 2016

dev-master

9999999-dev

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

  Sources   Download

The Requires