WP Manifestindependent plugin directory
manifest / ecommerce / woocommerce-admin-shipping-calculator

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

0stars
0forks

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.zip

Readme

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.

Read the full README on GitHub →