Add a Shipping Method column to the order table display in the control panel.
To install Commerce CP Tweaks, follow these steps:
- Download & unzip the file and place the
commercecptweaks
directory into yourcraft/plugins
directory - -OR- do a
git clone https://github.com/surprisehighway/craft-commercecptweaks.git
directly into yourcraft/plugins
folder. You can then update it withgit pull
- -OR- install with Composer via
composer require surprisehighway/craft-commercecptweaks
- Install plugin in the Craft Control Panel under Settings > Plugins
For now the plugin just adds the ability to add the Shipping Method to the order table. It can be easily customized for your own needs.
In the ‘Commerce > Orders’ section of the control panel click the icon to customize the table columns. Check the ‘Shipping Method’ checkbox and click ‘Save’. The name of the Shipping Method will be displayed in the column. If the stored shipping method is no longer available the original shipping method's handle will be displayed instead.
- Initial release
Brought to you by Surprise Highway