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

BigCommerce - Custom Shipping Method (RoyalMail Widget for Collect Location)

I would like to setup custom shipping option using RoyalMail collect widget so customer can go through widget and it would return address after customer selection. So we need to map those address fields with customer shipping address fields. I have…
Muhammad Usama
  • 151
  • 1
  • 13
0
votes
1 answer

Magento 2: How can I get Customer during collectRates on custom shipping method

How can I get the customer and cart during collectRates() function of my custom shipping method. public function __construct( \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig, …
Cmaclean066
  • 65
  • 2
  • 8
0
votes
1 answer

woocommerce hide shipping methods conditionally on number

If there are more than 15 articles in a cart. How can I force just one desired shipping method (i.e. DHL) and hide all other shipping methods? I already have the plugin "flexible shipping" but prefer a hook in functions.php.
cysus
  • 143
  • 1
  • 12
0
votes
1 answer

Hide shipping methods based on Variation product attribute in WooCommerce

In WooCommerce, I have two shipping methods and two product attribute values for each variable product. Customer should select one of these attribute values to add the product to the cart. I am trying to unset some shipping method based on the…
Somy J
  • 173
  • 1
  • 3
  • 22
0
votes
1 answer

Get shipping class cost using shipping class id in Woocommerce

I need the shipping class cost of products. $order = new WC_Order( $order_id ); $items = $order->get_items(); foreach ($items as $item) { $product = new WC_Product($item['product_id']); $shipping_class_id =…
0
votes
0 answers

how to do custom shipping charges for each product with zone?

I want to make 2 custom fields in woocommerce product > shipping tab eec zone shipping cost. non eec zone shipping cost in checkout, cart page, billing, email, I want to access this cost. and manipulate with a product. i tried…
0
votes
1 answer

Magento2 - Add Custom fields block after shipping methood

Want to add custom fields after shipping method at magento 2 checkout page. I have created custom module with checkout_index_index.xml and able to add custom fields block at after shipping address with but…
Pravin
  • 95
  • 18
0
votes
1 answer

Disable Automatic cart/checkout_update add manual option to update before placing order

Current Issue: My checkout calculator refreshes shipping rates way too often, currently it update/refreshes shipping rates when I change a payment method, or I choose a different shipping method as well as when I change an address field or modify a…
0
votes
2 answers

Disable a shipping method for a specific payment method in Woocommerce

On Woocommerce, I have enabled 2 shipping methods: Free shipping or Flat rate. I have enabled 2 payment methods: Bank transfer (bacs) and PayPal (paypal). What I want to achieve: If a customer selects PayPal as payment type he should be forced to…
Andy
  • 57
  • 1
  • 7
0
votes
1 answer

Adding a new real-time shipping system to older X-Cart

Trying to add a new real time shipping system to an existing, older (4.2.x) version of X-Cart and I can not figure out how to implement it properly. Plan is to put the lookup into a new shipping/mod_*.php file and from what I can tell merge…
Jason
  • 193
  • 1
  • 9
0
votes
1 answer

Shipping cost discount based on a shipping classes in Woocommerce

I'm trying to apply a discount to one shipping class for products currently in a cart. This is applied on the checkout view. In Woocommerce backend, the option is set to charge each shipping class individually. Also, I use only one shipping method…
Mario83
  • 143
  • 15
0
votes
0 answers

User choose shipping method by product in WooCommerce checkout

I have an online store which was built with WooCommerce. I want to offer to the users the possibility of chose, item by item in the shopping cart, what shipping method they want, showing them in a combo/radio the options with the carrier, cost and…
0
votes
1 answer

How to set multiple shipping in Shopware?

How can i set multiple shipping options in Shopware ? Like as below i want to set shipping 1 Option for UK standard shipping £3.75 2 Option for UK express Shipping £5.95 and these both should appear in front end for customers. I want to display…
Ansar Husain
  • 144
  • 1
  • 11
0
votes
1 answer

Custom email notification for local shipping and completed orders only in Woocommerce

I found this code (which does work) in a previous thread which enables custom messages for e-mail to customers who've selected local pickup as shipping method. add_action( 'woocommerce_email_order_details', 'my_completed_order_email_instructions',…
0
votes
1 answer

Shipping either free or charge - Woo commerce

I am working on an e-commerce site in Wordpress. I want the shipping in a way that when customer purchase for $100 shipping would be free otherwise I would charge $10 as shipping charge. To have this flow working, I have setup two shipping zones…
varsha
  • 1,620
  • 1
  • 16
  • 29
1 2 3
21
22