cancel
Showing results for 
Search instead for 
Did you mean: 

How to set static shipping method in Magento on condition based ( Free OR My_shipping )?

How to set static shipping method in Magento on condition based ( Free OR My_shipping )?

How to set static shipping method in Magento on condition based ( Free OR My_shipping )?

If (checkbox == checked ) {

apply Free shipping method with Zero (0) shipping rate.

}
else 

{

apply My_shipping method with custom shipping rate.

}