Download the PHP package kuriousagency/commerce-admin-orders without Composer

On this page you can find all versions of the php package kuriousagency/commerce-admin-orders. 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 commerce-admin-orders

Commerce Admin Orders plugin for Craft CMS 4.x

Commerce Admin Orders is a Craft 4 plugin that allows control panel users to create and update orders.

Requirements

This plugin requires Craft CMS 4 and Craft Commerce 4.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

    cd /path/to/project
  2. Then tell Composer to load the plugin:

    composer require webdna/commerce-admin-orders
  3. In the Control Panel, go to Settings → Plugins and click the "Install" button for Commerce Admin Orders.

Commerce Admin Orders Overview

Creating A New Order

1. New Order

Click Commerce in the sidebar and click "New Order" in the top right.

2. Users

Select a user using one of the following options:

3. Products

4. Address

Select an existing address or choose the option to add a new address. Any shipping options can also be selected on this page.

5. Summary

For Guest Checkouts, a "Create User Account" option is given. If this option is selected, once the continue button is clicked a user account is created and an activation email is sent to the order email address.

6. Payment

Finally, a payment can be processed for the order by clicking "Make Payment" and selecting a payment method.

Updating An Order (up to version 2.6.6)

Incomplete orders now have extra options to add/remove products, update quantities or add a coupon code.

Search for the incomplete order (the best way to do this is to use Craft Commerce’s predefined "Active Carts" and "Inactive Carts" filters) and select.

To add a new product simply select or search for a product, enter the required quantity and click "Add to cart".

To update the quantity of a product, change the line item quantity and click the update button. Likewise, to add a coupon code, enter the code and click the Update button.

Products can be removed by either clicking the X on right of the line item or by entering a quantity of 0 and clicking the Update button.

Brought to you by webdna


All versions of commerce-admin-orders with dependencies

PHP Build Version
Package Version
Requires craftcms/cms Version ^3.7.17
craftcms/commerce Version ^3.2.0
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 kuriousagency/commerce-admin-orders contains the following files

Loading the files please wait ....