woocommerce shipping based on product ranges - wordpress

Can we use this formula for woocommerce shipping based on product ranges? if yes help will be appreciated.

you can use Table Rate Shipping Plugin: Check This https://wordpress.org/plugins/table-rate-shipping-for-woocommerce/
and then follow this doc: Check this

You need to use the table rate shipping plugin and configure it for the above formula. With the plugin, you can set shipping rate based on quantity along with weight and price.
You can use this plugin. Or if you are looking for advance automation you can use SaaS-based WooCommerce shipping soluction.

Related

Woocommerce Shipping Calculation Logic

The plot:
I am working with a Dropshipping company that has an API for providing products, the shipping is calculated this way:
Every product comes with a shipping size ( S,M,L ... ) and for each country this sizes have different fixed prices. I am saving this shipping size in a custom meta.
Example:
France
Size M: 10$
Size L: 15$
Spain
Size M: 15$
Size L: 20$
The problem:
I cannot seem to figure out a way of implementing this into woocommerce. I see that I can setup a flat rate for each country but I cannot implement these different sizes.
If this is not possible with plain Woocommerce, I want to implement something myself with php or I am also open to any official/verified Add-ons.
I figured out this on my own - so apparently I can make a shipping class for each of those sizes ( S, M, L ) and then I can setup Flat Rates by country and shipping class. This was very easy after all, no custom code required.
insert by location rules with multiple locations you can place fees for each location. A different rate can be configured in woocommerce and can also be configured by postal code
You can also use the plugin for handling all this stuff. I figured out this plugin maybe it can help you out. Advanced Flat Rate Shipping Method WooCommerce.
In this plugin you can create your own rules.

WooCommerce exclude shipping classes of shipping cost calculator

we use the plugin from woocommerce.com for shipping costs per product (https://woocommerce.com/products/per-product-shipping/) and conditional shipping and payments (https://woocommerce.com/products/conditional-shipping-and-payments/)
But we need to exclude this products from the weight calculate for shipping costs. How can I exclude shipping classes of the shipping cost calculator (weight based)?
Is it possible?
Use this Plugin WooCommerce Weight Based Shipping

WooCommerce different order minimum for free shipping per country

In my WooCommerce shop, it's possible for people to order from two countries.
Ok, now I want to set free shipping for people who order a total above 100,- in one country (this is easy to do in the delivery settings) but when I want to set this minimum for another country, I have no idea where or how I can do this?
If someone can point me the road or has any suggestions, thank you!
You can't do that by default in WC, you need a plugin for that.
One I recommend (duh) is WooCommerce Advanced Free Shipping.
PS. This question will most likely be considered unrelevant for StackOverflow.
Cheers
Do not think so.You just handle the country separately as shipping zones. If you have country A. You make shipping zone for that and you put for the free shipping 100 and for country B another shipping zoneand add free shipping for that.

Adding fees for paypal and credit card depends on customer geo zone

I have found this - WooCommerce: Add fees to card based on payment gateway selected nice plugin, but I would need a plugin that I can set up three different fees to customers from different geo zones..
For example. - Slovenia - 4.8% - Serbia - 4.9% ect..
How can I do that? With which plugin?
Or is it possible to modify upper plugin to add geo zones for each fee? I am not good at coding, so I do appreciate some help.
#Marin Atanasov - I can't, because this is not tax, it's fee and it's not acceptable for our inspection. I already had that tax created in paypal, but it's not ok, because I have three different webstores, one in OC, one in woocommerce, and one in shopmania. I found one extension for OC that already calculates my fee for slovenian users, so I removed tax (so called fee) for them in paypal, but than the webshop in shopmania targets costumers in ex yugoslavia. But, the OC shop also does not exclude ex yugoslavian costumers, so the fee can be charged twice. The problem is also with the third webshop - woocommerce- where I have now for all costumers set up 3.4% fee, but if the costumer from ex yugoslavia orders than the fee is again charged twice, because I didn't remove it from tax in paypal. I need to find a resolution so the all three webshops have their own extension to calculate the fee, and delete taxes that I already set up in paypal.
If paypal would allow multiple webstores under 1 company name, this would be easy to fix.. but I can not enter my credit card number for all three webstores.. :(
Do you have any idea what to do? I am lost.
Perhaps you can use the built-in taxes? They provide you with the option to specify custom tax rates for countries.
To do this, you would have to:
Create your custom tax rates for the preferred tax class under WooCommerce -> Settings -> Tax
Select your preferred tax class for each of the products, and make each product Taxable
Make sure the taxes are enabled and properly configured per your preferences in WooCommerce -> Settings -> Tax
You can also use one plugin to add commission to certain payment gateways with different percentages
Payment Gateway Based Fees and Discounts for WooCommerce

How to fetch shipping price per package from Woocommerce order?

I'm searching for a way to split shipping costs between vendors (using a Vendors plugin) in Woocommerce. One solution would be to use the possibility to split orders into packages /made possible in WC 2.1).
After splitting the shipment (like this http://mikejolley.com/2013/12/manipulating-shipping-packages-woocommerce-2-1/). the order now shows separate shipping costs for packages and then calculates them together for totals.
Any idea where I cound find and process the shipping per package info to assign it to the vendors?
You can easily split shipping costs between vendors using the Advanced Shipping for WooCommerce Multi-Vendor Plugin along with the shipping plugins like WooCommerce UPS Shipping Plugin or WooCommerce FedEx Shipping Plugin if you are handling the shipping using UPS or FedEx. There are two options in this plugin. You can either Split and display the shipping cost separately or you can split and display the shipping cost as the sum of the shipping costs.
Here is a scenario in which the WC Vendors is used as the multi-vendor plugin, WooCommerce UPS Shipping Plugin is used for handling the shipping and the Advanced Shipping for WooCommerce Multi-Vendor Plugin is used for splitting the shipping cost: https://www.pluginhive.com/knowledge-base/ups-shipping-guide-for-woocommerce-multi-vendor-with-wc-vendors/

Resources