Hi there,
While I’m not aware of a single plugin that will do all of the above, the functionality you’re seeking can be set up via separate steps:
– amount: shipping of orders above $45 are free
This can be set up through shipping zones as discussed here:
https://docs.woocommerce.com/document/free-shipping/#section-7
– city: we don’t use zip or postcodes in Ecuador. I need to set up shipping rates based on cities. City A: $2, City B: $4, City C: $6 etc. I have my cities listed in dropdowns, so noone spells it wrongly.
Core WooCommerce allows you to set up shipping zones based on zip codes, for example:
https://docs.woocommerce.com/document/setting-up-shipping-zones/
However, this functionality will require custom code or a plugin. I recommend checking out Table Rate Shipping:
https://woocommerce.com/products/table-rate-shipping
I’ve found a guide that discusses a possible configuration: https://www.pluginhive.com/configure-woocommerce-shipping-rates-city/
– weekdays: Monday until Friday shipping costs are reduced by $2
You’ll want to check out plugins like Dynamic Rate Shipping:
https://woocommerce.com/products/dynamic-pricing/
It allows you to set up a date component: https://docs.woocommerce.com/document/woocommerce-dynamic-pricing/#section-6
Be sure to add a note to your product(s) if you’d like to let your customers know about this discount:
https://docs.woocommerce.com/document/woocommerce-dynamic-pricing/#section-14
If you want to try any of the above, we have a 30-day refund policy. If the product doesn’t work the way you need or you think another product would work better, we are more than happy to provide a full refund.
You can read more about our refund policy on our website here: https://woocommerce.com/refund-policy/
-
This reply was modified 4 years, 7 months ago by
Nancy.