该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Admin Shipping Calculator for WooCommerce

描述

If you create orders for your customers via phone (for example) you go to wp-admin and create a order.
But when you select a shipping method it always show 0 – because there is no calculation.
With this plugin you now see the correct shipping rate for the selected country and for the selected products.

评价

2024 年 10 月 25 日
The JS is not loaded when using the newest wordpress and woocommerce version.Had to change the follwing code, afterwards it does what advertised add_action(‘admin_enqueue_scripts’, function() { //Check if the current page is the WooCommerce “Add New Order” page if (is_admin() && isset($_GET[’page’], $_GET[’action’]) && $_GET[’page’] === ‘wc-orders’ && $_GET[’action’] === ‘new’ && ($_GET[’post_type’] ?? ‘shop_order’) === ‘shop_order’ ) {
2023 年 8 月 17 日
We use this plugin for sales and CS agents placing orders over the phone. Much easier than switching to another user. At first I was confused because there are no admin settings and no instructions. So I just went and tested it and it’s amazing.
阅读所有2条评价

贡献者及开发者

「Admin Shipping Calculator for WooCommerce」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「Admin Shipping Calculator for WooCommerce」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「Admin Shipping Calculator for WooCommerce」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.0 – 2022-07-17

  • First version