Woocommerce Admin Shipping Calculator
Wordpress Plugin that allows the calculation of shipping fees for admin-placed orders, based on WooCommerce settings
by George Nikolopoulos · github.com/gnikolopoulos/woocommerce-admin-shipping-calculator
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/gnikolopoulos/woocommerce-admin-shipping-calculator/archive/refs/heads/master.zipReadme
WooCommerce admin shipping calculator
This plugin adds a small JS file in the WooCommerce new order page. This JS makes it possible to automatically perform the shipping calculation based on WooCommerce shipping settinng.
How to use
While creating a new order from the Wordpress backend, add a shipping fee as usual. Once you select a shipping method, the calculation will use the order subtotal and customer's shipping address data to perform the same calculation that would be performed if the order was placed from the websites frontend.
It will them match the returned results with the selected shipping method and addthe shipping amount to the relvand input field automatically.