हे प्लगइन 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.

समीक्षा

ऑक्टोबर 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” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

1.0.0 – 2022-07-17

  • First version