Questions tagged [shipping-method]

This tag is used in e-commerce essentially. A "shipping method" define basic shipping behaviors and allow some specific settings related to naming, conditional rates (pricing), and other additional settings.

Shipping Methods are used in e-commerce.

A "shipping method" has a basic specific shipping behavior and allow some specific settings related to naming, conditional rates and other additional settings.

Then each "shipping method" has specific shipping rules and shipping pricing defined for each Shipping Zone.

Additionally some Shipping methods handle Shipping classes that can be linked specifically to some products.

329 questions
0
votes
0 answers

Hide shipping address at woocommerce checkout based on a shipping table rate choice

I have been working to hide my woocommerce checkout shipping address if a user selects a shipping table rate option that has a Label of "Local Pickup". Most code snippets I have found trigger based on shipping_method. I tried a shipping-method…
0
votes
0 answers

Set WooCommerce Shipping Method Programatically Using Wildcard

I'm using a plugin that connect to a "Shipping Services Provider" via API and during the checkout process it will provide one value (the cheapest courier company) based on the customer's shipping postcode. But the value kept changing based on the…
Caracos
  • 31
  • 5
-1
votes
0 answers

Woocommerce giving wrong custom shipping box on over two or more quantities

I have a woocommerce website with canada post live shipping rates. I tried to make a transaction by ordering 2 quantity of products. Everything is set up on the product end. Dimension LWH and its weight. I also have custom shipping boxes declared…
-1
votes
1 answer

Sort WooCommerce shipping options by type and by ascending cost

Following Sort WooCommerce shipping options by ascending cost with free shipping at the end answer thread, I have tried to sort all shipping options by type and by ascending cost: Free shipping options first, followed by Flat rate options, then…
-1
votes
0 answers

Is there a way to add a checkbox under WooCommerce Shipping method to show another shipping method?

I want to add a checkbox under one of my shipping methods (all is flat rate). And when you click on it then another shipping method will be vissible. I already using a plugin to hide shipping methods for products. The case will be that if the only…
-1
votes
1 answer

Hide some shipping methods if cart has more than 4 items from specific shipping class

Here's the scenario: I ship trays of drinks using UPS. However, it becomes very difficult to pack 5 trays of drinks into boxes. So I would like to disable UPS shipping method and only display Flat Rate Shipping if a customer orders 5 or more trays…
-1
votes
2 answers

Display all available shipping methods and costs on WooCommerce Order pages

Previous / Related Question: Display ALL available shipping methods for each specific order on admin edit order pages in Woocommerce Currently in my WooCommerce based site, I am wanting to display the available shipping methods and prices on the…
Dalton
  • 59
  • 9
-1
votes
1 answer

Set dynamically shipping method label based on cart item count in WooCommerce

In my woocommerce cart, the shipping cost is still correctly calculated by the code below. But the shipping label is not being updated now. I can't found the cause; could be the recently woocommerce 3.7 update? Thanks for help! /** * Add different…
-1
votes
1 answer

Conditional free shipping method in WooCommerce

Edited my question for better understanding A woocommerce has the following two shipping methods: Free shipping Advance shipping ($3) In addition, I have two rules to decide if I will give free shipping or advance shipping. A simple one. If the…
Tasos
  • 7,325
  • 18
  • 83
  • 176
-1
votes
1 answer

Use different different shipping prices based on cart subtotal in Woocommerce

How can i use different different shipping prices based on cart subtotal in Woocommerce? For example: If subtotal is less than 5000 the flat rate cost is 250. If subtotal is less than 2000 the flat rate cost is 150. If subtotal is getter than 5000…
-2
votes
2 answers

WooCommerce Shipping: conditionally hide shipping method based on shipping radius/distance

I'm trying to hide shipping method based on shipping distance or based on radius around shipping origin. I've tried using the plugin WooCommerce Distance Rate Shipping, but it cannot achieve this since it's adding a shipping method to the shipping…
PMaly
  • 151
  • 1
  • 1
  • 8
-2
votes
1 answer

Disable free shipping for specific coupon type in WooCommerce

I'm using Disable free shipping for specific coupon codes in WooCommerce answer code I would like to target a coupon type instead of specific codes. How would I go about this? I would like to target 'smart_coupons' as the type. Update - this is what…
Darien
  • 1
  • 3
-4
votes
0 answers

How to set tax shipping in woocommerce to dutch rates 9 or 21% for international orders while tax for products is based on shipping address

we sell internationally and the tax is based on the shipping address. Now I want to make an exception to this and apply the tax on the international shipping costs according to the Dutch VAT rate, 9% reduced and 21% standard. If there is at least 1…
Orrier
  • 1
-5
votes
1 answer

Free shipping on the first order on WooCommerce

I want the customer's first order to be free shipping How can I add this feature to WooCommerce? I do not want to use the discount code and I want this feature to be applied automatically.
1 2 3
21
22