This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of 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.

نقد و بررسی‌ها

25 اکتبر 2024
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’ ) {
17 آگوست 2023
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” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0.0 – 2022-07-17

  • First version