Download the PHP package milkyway-multimedia/ss-shop-order-history without Composer

On this page you can find all versions of the php package milkyway-multimedia/ss-shop-order-history. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ss-shop-order-history

Silverstripe Shop Order History

Silverstripe Shop Order History add some additional versioning and history to your orders, allowing you to completely use the CMS for order management, and plugging into external communication tools (only email is supported for now).

This makes a few changes to the current order processing within the shop module, in that the main source of status logging is via the status log, rather than through the Order itself. This allows users to set up their own statuses. If you do not like this idea, you can always decorate the OrderStatusLog class and replace the field with a dropdown.

IMPORTANT NOTE

This completely replaces the OrderStatusLog class with the OrderLog class. It is not actually used very much in the default module, I have made it more useful for my specific use cases.

Features

A few of the features this module provides includes:

  1. Full history - plugs in to Order events (and also relevant objects such as member, items, modifiers, address and payment depending on event)
  2. Communication log - send emails via the CMS related to orders
  3. Attach tracking number to orders
  4. New front end actions for order owners
    • Forward via email
    • Print order
    • Repeat orders

Install

Add the following to your composer.json file

Usage

Enabling the new front end actions

These have to be added manually as extensions to: Milkyway\SS\Shop\OrderHistory\Actions\Handler in your _config.yml file. By default, these add logs to the order so users/admins know what they have done.

Enable forward via email

Enable printing

Enable repeat orders

License

Version

Contact

Milkyway Multimedia


All versions of ss-shop-order-history with dependencies

PHP Build Version
Package Version
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package milkyway-multimedia/ss-shop-order-history contains the following files

Loading the files please wait ....