Shipping Questions
Ad
Web based delivery pricing system - where to start?
I've been asked to quote on how long it would take to deliver a system such as can be found here:
Minimum order amount depending on postcode and shipping method on WooCommerce
How can i set a minimum order amount only for delivery/shipments (but not for local pickup) and depending on specific post codes? use case:
Add message based on shipping method ID in WooCommerce customer completed order email notification
I want to add a message based on the shipping method id in the woocommerce customer completed order email notification. i am using
How to add free shipping over dollar amount functionality to "Local Pickup" in Woocommerce
We are using "local pickup" for local delivery on our website with a $10 charge. i would like to allow orders over $75 to be delivered
Hide a set of shipping methods based on product IDs in WooCommerce
I want to hide a set of shipping methods if a set of products are selected on woocommerce i think i'm almost there but i am getting an
Removing shipping total from order total in WooCommerce
I'm trying to remove the shipping cost from the cart totals, which i have got working on the cart and the checkout page using the following
Set "free shipping" method as selected default shipping option in WooCommerce
I'm struggling with changing the shipping option selected default. the 'free shipping' shipping option only shows up if the customer has the
Hide shipping methods based on availability of other shipping methods in WooCommerce
I am trying to hide shipping methods based on the availability of other shipping methods (by their ids), for a somewhat complex shipping
Add custom fields to WooComerce product setting pages in the shipping tab and apply automatic calculations based on the values
Based on the answers to the following questions: add custom field to product
Count custom taxonomy terms in WooCommerce cart and multiply shipping rates by the number
I'm trying to get the woocommerce cart calculations to multiply the shipping rates by the number of different custom taxonimies terms in cart.
Ad
Hide shipping address in WooCommerce new order email notification depending on shipping method id
I want to hide the shipping address if the shipping label is called "pick up at rockefeller store" (but to show for other pickup
Editing New order email that goes to Admin in WooCommerce
Im looking for a way to change the word "shipping: " in the email that admin gets after a new order was placed to something else. we are
WooCommerce Shipping Plugin - Checkout Shipping Cost Not Updating(AJAX)
I've searched to find any solution but nothing worked. here what i want to do: add new
Disable WooCommerce new order email notification when shipping method is NOT "Local Pickup"
I am trying to send the woocommerce new order email only when the customers has selected "local pickup" as shipping method. in
Replace zero with FREE for WooCommerce shipping rates on single product page
Based on the answer on my previous question,
Issue display shipping data on WooCommerce single product page
As an attempt in being extra informative, using the latest wc and wp, i get two notices when displaying shipping data on the woocommerce product
WooCommerce shipping fileds required state
I'm using the function below to show / hide the shipping address section of the checkout based on if a customer chooses local pickup or not.
Make free shipping available for certain shipping zones on specific days of the week in WooCommerce
I am trying to enable free shipping for specific shipping zones (array) on selected days. i'm using therefore this code:
Hide free shipping when subtotal is greater than 0 in WooCommerce
I'm using free product sample for the woocommerce plugin and trying to set conditional free shipping only for a sample product, sample product
Remove “Place order” button for specific shipping method, except on the Order-Pay endpoint
I would like to remove the "place order" button when a specific shipping method is selected, using the code of the excellent
Add text after shipping method label in woocommerce_package_rates hook
I have multiple shipping options on my page and wanted to put the label "free" next to them when the customer buys goods for more then
Ad
Set all shipping methods costs to zero based on cart items subtotal in WooCommerce
I have multiple shipping methods on my page and want to make them cost zero when the order is above 2500 czech crowns. i only found the code to
Prestashop: Shipping Fees are being multiplied by every product in the Cart
In my prestashop 1.7.5 store i have some products with shipping fees, they all have the same additional fee (12.00). i noticed that for
Get Minimum order amount from Woocommerce Settings
Im using the following function to add a free shipping badge to my products. at the moment the minimum amount is hardcoded. im trying to optimize
Change Shipping method label name depending on its cost in WooCommerce
Prefacing this question, i know that there might be other ways to accomplish the goal, but i'm trying to understand how woocommerce works a bit
Auto assign shipping class to WooCommerce Variation based on attribute
I have some products with a size attribute and 3 variations (small, medium, large). i also have 3 shipping classes, one for each size. any
Get label name from product WooCommerce shipping class Id
I want to display product shipping class label(character) instead its id(number). i mean, as seen in the image below, i wnat to chage 0 to free or
Disable free shipping for specific coupon codes in WooCommerce
I am trying to remove the free shipping option in woocommerce when someone uses a specific coupon code. i found
Hide specific shipping method depending on day time in WooCommerce
I'm looking to create a php code snippet that i would add to my functions.php file but i'm not sure how to proceed. someone asked the same
How to add the shipping zone name to a new column in WooCommerce admin order list
I want to show the shipping zone name on order overview in woocommerce. this shows the order overview
Ad
WooCommerce - How to insert icons before delivery method
Good day, could anyone please help me how to insert icons before delivery method? i use this filter
Display notice on WooCommerce emails depending on chosen shipping option
I need to display a specific notice on the customer-processing-order.php email template in woocommerce depending on the chosen
Show or hide shipping methods based on number of cart items for specific shipping class
I’m trying to unset two shipping methods only if cart has 4 or less products from a specific shipping class. shipping methods:
How to get cart subtotal inside WC_Shipping_Method calculate_shipping() method
So i was trying to create a woocommerce shipping method that takes the cart subtotal and charges a user-defined percentage of the cart subtotal as
Hide free shipping when specific coupons are applied in Woocommerce
I'm trying to set it so that for a specific coupon then free shipping is not available. i then tried this, but it doesn't work
Display shipping class name on WooCommerce single product pages
Need to display the product shipping class to product page! any ideas why this is not working?
Allow only Local Pickup for specific products outside specific Shipping Zone in WooCommerce
I have several products in the store, however one product (flammable) can only be shipped via a specific shipping company; unfortunately that
Progressive flat rate based on the cart's subtotal percentage in WooCommerce
In woocommerce, i am trying to set a progressive shipping cost based on 10% of cart subtotal with $5 as minimum cost, up to $11 max cost.
WooCommerce: Check if shipping of an order is free
I display an information about the needed amount for free shipping. like: add 10$ more to get free shipping
Increase Shipping cost per categories count found in WooCommerce cart
I'm trying to increase shipping cost based on number of categories in cart (count). so far i have this: add_filter(
Ad
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
On the checkout page of my woocommerce based site, users will have a list of shipping methods to choose from depending on what they are
Offer free shipping if user purchases "x" products from a single category
I currently charge a flat fee for shipping using the default woocommerce shipping setup. i want to offer free shipping for the entire order if the
How to restrict WooCommerce shipping zone from certain days of the week
I need to hide woocommerce shipping zone_id=1 & shipping zone_id=3 on sundays. i've stumbled upon
Percentage discount on shipping based on order total in WooCommerce
I'm trying to find a way through a plugin or via functions.php on how to discount the shipping only by 50% if the order is between £25 and
Prepend WooCommerce Brand name to all Shipping methods names
I am trying to work out if it is possible to prepend a brand name to any shipping options available. i will be setting up a store whereby you can
Sort WooCommerce shipping options by ascending cost with free shipping at the end
I'm trying to sort woocommerce shipping options. i want to sort from lowest to highest price, but i need the free shipping options last.
Free shipping Based on minimal cart items count in WooCommerce
In woocommerce, i want to offer free shipping based on the number of unique cart items. first, i began looking at the available plugins and i
Deny WooCommerce Checkout based on ZIP code for Choosen Payment Gateway
I am trying to check against an array of zip codes if and only if the customer chooses the local_pickup option. i have a copy
How to get WooCommerce shipping methods cost and settings?
I'm trying to get all shipping methods, with their rates and title. but when i use wc()->shipping->get_shipping_methods() it
Ad
Hide checkout shipping fields section for specific shipping method in WooCommerce
Someone asked the following question that i have answered. then he delete it. so i publish the question and my answer back as this can be useful
Retrieve customer available shipping methods details in WooCommerce
How can i retrieve the shipping methods that are visible to the end user? ( not all shipping methods defined in woocommerce ). i am using the
Set a custom shipping cost on every 10th Order in WooCommerce
Wp 5.3.3 i need to change shipping cost programmatically, after order creation. this code doesn't affect:
Add radio buttons to specific shipping method on WooCommerce checkout
I added a new shipping method "pickup from store" with free shipping to woocommerce. i have 2 stores, "barsha" and "deira". i would like
Check if specific shipping method is enabled on WooCommerce cart page
In woocommerce cart page i am using the code below to check if specific shipping method is enabled, but the condition on the if statement is
Move shipping section to the right side of woocommerce checkout page
I've been struggling to change the layout of woocommerce checkout page. i'd like to move the shipping details to the right, so it's side by side
How to disable shipping method based on item count and a certain category
I have been looking for a way to condtionally disable two shipping methods table rate distance rate based
Add individual icon to each shipping method in WooCommerce
I am trying to add a custom icon to every shipping option, to no avail. i tried this answer:
Hide COD payment method based on shipping class in WooCommerce cart
As salam o alikum, i'm trying to hide cash on delivery payment method if the product in cart belongs to nocod shipping class. i have created a
Hide Free shipping for specific applied coupon when discounted subtotal is below 75
I am trying to create a very specific type of coupon code. if a customer enters "allthings30" they get 30% off.
WooCommerce Product Category and City Based Shipping Fee
I have a scenario here. in a woocommerce shop i have setup, a product category 'bronx' is a parent category and 'baby
Ad
WooCommerce shipping cost calculation in custom shipping method plugin
I am trying to create a plugin for woocommerce that calculates the shipping costs depending on the product weight. i keep on getting this
Prevent access to checkout without shipping method in WooCommerce
I am trying to remove the proceed to checkout button and restrict access to the checkout page until a customer fills out the 'calculate shipping'
How to remove Shipping section from Woocommerce cart page
I tried to remove that by adding bellow code to my theme functions.php but it doesn't work. function
Different Minimum Order Amounts Based on Shipping Zone
I am trying to implement a different minimum order requirement based on the shipping zone in woocommerce and i can't seem to get this to work. the
Set a min and max shipping rate cost by shipping zone in WooCommerce
I have currently 2 shipping zones (france, europe) and each of them have several delivery option, including flat-rate. these flat-rate options
Shopify GraphQL to fetch Delivery Rate for Products
I'm trying to fetch products and their delivery rates from the [deliveryprofiles] object (or shipping profiles). using the below query i am able
Sending 'Shipping Profiles' to Google Sheets using Shopify's API?
Would it be possible to use shopify's api to send each of our shipping profiles (including all products by title and/or sku) to a separate google
How to change shipping rates of some particular products in Shopify?
I want to change the shipping rates of one product in shopify. if i change it from setting then it will be implemented on all
Shopify - New order using the Shopify API - how to know tax and shipping?
We have built an e-commerce web application (node backend, vue frontend). we process the payment using stripe, but many
is it possible to change the shipping address on an order on shopify
I want to change the shipping address after an order has been submitted. is this possible, i have been looking for ways to do this but it seems like no one has ever had
VBA how do I edit cell contents based on contents of two other cells in same row
I need help creating a macro for cleaning up a csv sheet that contains product sales information including the shipping method that needs to be used. there are about 10 of
Ad
Blog Categories
Ad