cancel
Showing results for 
Search instead for 
Did you mean: 

Change free shipping method by weight

Change free shipping method by weight

We want to offer free shipping that works like this:

Order value must be greater than $X
Shipping destination must be in USA
If order weight is <= 1 pound, offer free USPS First-Class shipping.

If order weight is > 1 pound, offer free USPS Priority Mail shipping instead.

 

Right now my workaround is to offer the normal "Free Shipping" option and say in the text that it is first-class or prioirity mail based on weight - but I would really prefer to have it simply say which one they qualify only. How can I make this happen?

2 REPLIES 2

Re: Change free shipping method by weight

We are in the process of setting up our new Website and have the exact same question.  Did you ever get this resolved, and if so can you share your answer.

 

Thanks,

 

Amy Becker

Re: Change free shipping method by weight

Hello,

 

I think we can use Shopping Cart Price Rules:

 For example:

If ALL of these conditions are TRUE :
  Subtotal greater than 1000
  Shipping Country is United States
  If ANY of these conditions are TRUE :
    If ALL of these conditions are TRUE :
     Total Weight equals or greater than 1
     Shipping Method is [usps] First-Class Mail Large Envelope

    If ALL of these conditions are TRUE :
      Total Weight less than 1
      Shipping Method is [usps] Priority Mail

 

 

You can read more about Shopping Cart Price Rules.

Problem solved? Click Accept as Solution!