WooCommerce conditional shipping & Advanced Flat rate shipping for WooCommerce free WordPress plugin
Description
WooCommerce conditional shipping & Advanced Flat rate shipping for WooCommerce free WordPress plugin
Using WooCommerce conditional shipping
With this WooCommerce Advanced Free shipping you can setup your own advanced rules to determine when a free shipping rate should be available for the customer.
Using Advanced Flat Rate Shipping for WooCommerce
With our Advanced Flat Rate Shipping Method for WooCommerce you can create your own rule. When this rules are satisfied the Advanced Flat rate shipping method will be available to the buyer
You can apply specific custom shipping method based on the below condition or combination of the below conditions:
Free rules
Country-based shipping method: Assign a shipping method for the customer of the specific country
Product-based shipping method: Assign different shipping method if the customer is purchasing a specific product, say if he is purchasing some very large item that needs different shipping method then you can do that using this rule, this will even work with the variable product
Category based shipping method: Assign different shipping method if the customer is purchasing a product from a specific category, say if he is purchasing furniture category product you will need a shipping method that allows large-item shipping large items, whereas if he is buying from mobile category he can be shipped by normal shipping
Cart Sub Total based shipping method: If the Cart total reaches some specific value then you can offer him a different shipping method, E.g: if the user is buying 1000$ worth of product then you want to offer him fast shipping for free
Quantity based shipping method: If you want to offer a different shipping method based on the number of units purchased by the customer then you can do that using this rule
User-based shipping method: As the name suggests, you can offer some shipping method to some specific user on your site
Pro rules:
State-based shipping method: Assign different shipping method as per the State/County of your customer
Postcode/Zipcode based shipping method: If the user comes from a specific postcode, you can even assign rage of postcode like 9011…9090, this will assign the shipping method to all the customer whose postcode falls in 9011 to 9090
City/town: offer a shipping method based on the city/town selected by the customer. this does a string comparison to do the matching as city is a text field in the WooCommerce checkout process
Zone-based shipping method: Assign different shipping method as per the Shipping zone of your customer
Cart Sub Total (after discount) based shipping method: Some time the user add discount coupon so their subtotal reduces and if you want to consider those reduced total while deciding the shipping method you can do that using this rule (you have option to exclude virtual product from this total)
Weight-based shipping method: If your want to offer different shipping method based on the total weight of the product in the order or cart then you can do this using this rule, it calculates the total weight of the product in the cart and then based on the set value in the rule it assigns a shipping method
Product Width based shipping method: It finds the maximum width of the product in the cart and uses that as the width of the cart and compares with width value set by you in the rule and as per the logic set in the rule it assign a shipping method
Product Height based shipping method: It’s working is same as the Width working
Product Length based shipping method: It’s working is same as the Width working
Coupon based shipping method: Using this you can show a shipping method if the customer has applied some specific coupon code
Shipping class-based shipping method: Show a specific shipping method, if the user buys a product that belongs to some specific category of shipping class
Payment method based shipping method: Show a specific shipping method, if the user buys select a specific payment gateway, E.g: If you have a shipping method that also collects a payment, then you can show that shipping method when user select cash on the delivery payment method
User role-based shipping method: Using this you can assign a different shipping method as per the user role. E.g: you can offer a different shipping method to a registered customer and different shipping method to those who are doing a Guest checkout
User city based method: You can offer method based on user city, it is string comparison or city name
Shipping class total this rule applies when customer has purchased an x amount of product from specific shipping class
Shipping class total quantity of product in cart this rule applies when customer has added x unit of product from a specific shipping class in his cart
Shipping method on specific time of the day: Show a shipping method on specif time of the day,
E.g: Show a shipping method between 10am to 1pm only
Shipping method based on Day of the week: Offer a shipping method based on the day of the week.
E.g: show a shipping method on Saturday and Sunday only
Shipping method based on Selected delivery day: show a different shipping method based on the delivery day selected by the customer in Delivery date selector added by the plugin Delivery date and time plugin
E.g: Show a shipping method when customer is option for sunday as delivery date
Remove all other shipping methods when a particular shipping method is activated (PRO)
Remove all other shipping methods of this plugin, when a particular shipping method is activated (PRO)
Remove all other shipping methods of low priority of this plugin, when a particular shipping method is activated (PRO)
Custom charge in pro version
The Cost field allows you to charge a flat rate per item, a percentage based cost or a minimum fee.
Available placeholders:
[qty] – Number of products in the cart
[fee] – An additional fee. This fee has two optional arguments.
percent – A percentage based on total order cost.
min_fee – A minimum amount. Useful when using percentages.
max_fee – A maximum amount. Useful when using percentages.
Examples
10 + ( 2 * [qty] ) – A base shipping cost of $10 plus $2 for each item in the cart.
20 + [fee percent=”10″ min_fee=”4″] – A base shipping cost of $20 plus 10% of the order total, which is at least $4.
similar To WooCommerce original flat rate shipping method