shipping-method Questions
2
Solved
I have searched and found a number of examples of how to change the shipping rates. Basically I am looking to do the same, but I want to use a 3rd party API.
I have set up a custom plugin with a f...
Kindred asked 14/2, 2018 at 12:2
2
I am trying to add a select field to Woocommerce Shipping tab and to Shipping Zones section of it while creating a new shipping zone. I found this on official documentation of Woocommerce while sea...
Wringer asked 11/4, 2018 at 6:23
2
Solved
(How) can I set a max_fee for flat fee shipping costs in WooCommerce?
Adding this to the costs field in the flat fee settings of a shipping method works:
(1 * [qty]) + [fee min_fee = "2,5"]
(i....
Claudette asked 28/12, 2018 at 14:34
2
Solved
I have two flat rate shipping methods set up within Shipping Zones. At the checkout both of these shipping methods are available.
I'd like to display a text description under each flat rate shippi...
Canales asked 15/7, 2018 at 16:29
2
In woocommerce, I need to display custom message on cart or checkout page, based on shipping zone, like "you'll be charged 10% more for this zip code".
My workaround is about customizing ...
Typescript asked 10/10, 2018 at 19:9
3
Solved
I am essentially trying to replicate functionality like on the cart page where a user can add their zip code and it calculates available shipping rates, but I'm trying to do it from the back-end fr...
Markusmarl asked 13/3, 2019 at 20:58
1
Solved
I am developing an eCommerce website on Wordpress using WooCommerce. I want to retrieve and display the 'Shipping Method' (i.e. Delivery or Collection etc.), that the customer had selected at the t...
Cusk asked 10/8, 2019 at 18:27
1
Solved
In WooCommerce, I am hiding shipping methods based on different shipping classes in cart using "Hide shipping methods for specific shipping class in WooCommerce" answer code (the 2nd way), but the ...
Meson asked 1/6, 2019 at 12:48
1
Solved
I've been trying numerous solutions to programmatically set the price of shipping (per order) via Woocommerce. I'm having no luck
I have tried overwriting the meta value for the item:
update_pos...
Uncleanly asked 7/12, 2018 at 14:55
1
Solved
i just implemented a custom shipping solution.
It depends on the total price of items in the cart. For example:
if total is < 20 -> display free shipping
if total is >= 20 -> paid de...
Parity asked 5/11, 2018 at 10:14
1
Solved
I have two separate e-commerce platforms.
A large, old system that drives all the orders and dispatch.
An online store powered by WordPress / WooCommerce.
So far, we've managed to automate a lo...
Tolmach asked 13/9, 2018 at 9:20
1
Solved
I'm trying to customize the WC checkout page. In my checkout page I've set 2 shipping methods. My goal is to add a custom field down below the first shipping method. To achieve this I used the hook...
Directional asked 20/8, 2018 at 7:46
2
Solved
Essentially I'm trying to make the flat rate method Id flat_rate:7 disabled when there is cart items that have the shipping class "Roller" (ID 92).
This is the code I tried:
add_filter('woocommer...
Tympanites asked 8/12, 2017 at 16:14
2
Solved
I'm running a woocommerce shop and using a Flat Rate shipping $15. I have written a formula to add $1.25 for each additional item.
13.50 + ( 1.25 * [qty])
Sipping "flat rate settings | $1.25 ...
Manrope asked 4/7, 2018 at 3:23
1
Solved
I have added two custom input fields in the shipping method section by changing the template /genesis-sample/woocommerce/checkout/review-order.php
I have also managed to get them conditionally requ...
His asked 7/3, 2018 at 19:3
1
I need to display the shipping cost in other side of cart page.
I tried:
<?php
$current_shipping_cost = WC()->cart->get_cart_shipping_total();
echo $current_shipping_cost;
?>
But pr...
Driest asked 6/1, 2018 at 4:43
1
Solved
How can I get the order shipping method id.?
For example 'flate_rate'.
Since WooCommerce 3 it is now complicated as everything has changed.
I have tried it with $order->get_data() in a foreach l...
Lindner asked 7/9, 2017 at 17:51
1
© 2022 - 2024 — McMap. All rights reserved.