Order Navigation

Quickly move to the next or previous Commerce order in line.

Installation #

To install Order Navigation, follow these steps:

  1. Download & unzip the file and place the ordernavigation directory into your craft/plugins directory
  2. Install plugin in the Craft Control Panel under Settings > Plugins
  3. The plugin folder should be named ordernavigation for Craft to see it.

Order Navigation works on Craft 2.4.x and Craft 2.5.x.

Order Navigation Overview #

Order Navigation for Craft Commerce adds shortcuts to the next and previous order (sorted by order date), when looking at the order details screen.

In addition, you can jump quickly back and forth with the keyboard, with ALT + Left/Right arrow.

Sorting #

By default, the plugin will navigate through orders within the same status.

If you want to navigate through all orders, you can make a copy of config.php in craft/config called ordernavigation.php and set allOrders to true.

<?php
return [
    // Navigate through all orders
    'allOrders' => true,
];

Releases

1.0.4 — 2017-09-27
  • Fixed: Fixed error when accessing non-completed orders
1.0.3 — 2017-09-20
  • Added: Add config option for navigation through all orders
1.0.2 — 2017-09-20
  • Fixed: Fixed sort for order date
1.0.1 — 2017-09-18
  • Fixed: Fixed sort order
1.0.0 — 2017-09-18
  • Added: Initial release

Currently available for Craft consulting and custom plugin development

Contact me