cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Shipping Rates based on subtotal

SOLVED

Multiple Shipping Rates based on subtotal

Hi

What I am trying to achieve is this: (currently city operation so no issues there)

  1. If cart subtotal is less or equal to Rs.250 then shipping should Rs.100
  2. If cart subtotal is more than Rs.250 but less than or equal to Rs.500 then shipping should be Rs.50
  3. If cart subtotal is more than Rs.500 then shipping is Free

Is this possible to achieve in Magento CE 1.9.2.4 out of the box?

Is this possible with any existing extension?

Cheers, thanks

Bijal

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: Multiple Shipping Rates based on subtotal

You can manage your shipping price using Table rate shipping method.

Kindly refer below links for your requirement,

https://docs.magento.com/m1/ce/user_guide/shipping/table-rates.html

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

Re: Multiple Shipping Rates based on subtotal

so if I understand this correctly, if I create the following structure, then on the checkout page, the shipping amount will be automatically selected and displayed based on cart subtotal value?

COUNTRYREGION / STATEZIP / POSTAL CODEORDER SUBTOTAL(and above)SHIPPING PRICE
INDIA**5000
INDIA**25060
INDIA**0100

  

Thanks

View solution in original post

5 REPLIES 5

Re: Multiple Shipping Rates based on subtotal

You can manage your shipping price using Table rate shipping method.

Kindly refer below links for your requirement,

https://docs.magento.com/m1/ce/user_guide/shipping/table-rates.html

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Multiple Shipping Rates based on subtotal

so if I understand this correctly, if I create the following structure, then on the checkout page, the shipping amount will be automatically selected and displayed based on cart subtotal value?

COUNTRYREGION / STATEZIP / POSTAL CODEORDER SUBTOTAL(and above)SHIPPING PRICE
INDIA**5000
INDIA**25060
INDIA**0100

  

Thanks

Re: Multiple Shipping Rates based on subtotal

tried and tested on a dev site... thanks for the push in the right direction

Re: Multiple Shipping Rates based on subtotal

Re: Multiple Shipping Rates based on subtotal

the table rates worked great... im sure this ext will do the trick for M2... im still on M1

 

thanks for the help ankit