wordpress - Auto enable free shipping for Cash on delivery payment method in WooCommerce -


how remove shipping charges cart when cash on delivery (cod) selected , add shipping charges cart if stripe (credit card) selected in woocommerce?

for example shipping canada costs $4.

if cash on delivery (cod) selected in payment options, want offer "free shipping" , remove shipping section cart if credit cart payment option selected in payment gateway buyer want add shipping charges based on shipping rates set in shipping classes.

there simple way:

  • go in woocommerce settings > checkout > cash on delivery.
  • add free shipping in "enable shipping methods" option field:

enter image description here

now free shipping enabled when cash on delivery selected.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -