How to write condition to set free shipping for particular US states in “Shopping Cart Price Rules”?

magento.stackexchange https://magento.stackexchange.com/questions/10546

  •  16-10-2019
  •  | 
  •  

Question

I want to enable free shipping if the state is Massachusetts and Order Total Amount is <=250$ or if the state is Connecticut and Order Total Amount is <=500$. How to implement this condition in Shopping cart Price Rules ? Thanks in Advance.

Was it helpful?

Solution

We can set like this using Table rate. Tablerate Content should be like this:

enter image description here

To set up Table Rates go to System -> Configuration and Select Shipping Methods from the Left Navigation. Select Your desired website " Current Configuration Scope". I have selected "Main Website". Make settings like below screenshot:

enter image description here

Upload your tablerate CSV file in Import field.

Then Save Config.

Refer below link for more clarification:

http://www.magentocommerce.com/knowledge-base/entry/how-do-i-set-up-table-rate-shipping

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top