Magento – Shipping cost only if order subtotal less than specific amount else free shipping for everyone including guest.

cartcart-ruleshipping

How to set shipping cost if cart subtotal is less than specific amount else free shipping?

This is applicable for all members even for not logged in users.

Best Answer

You can use Shopping Cart Price Rules to achieve this task. Open admin->promotions->shopping cart price rules. And you should add new rule (If you installed Magento with sample data there is must be shopping cart price rule named as "free shipping" and you can use this rule). See these reference to create free shipping rule:
http://www.magentocommerce.com/wiki/3_-_store_setup_and_management/shopping-cart-price-rule-recipes
http://www.phpro.be/news/configuring-shopping-cart-price-rules-magento-free-shipping

Related Topic