Magento2: Shipping Methods show rate 0

Created on 3 Oct 2016  路  4Comments  路  Source: magento/magento2

Magento Version :: 2.1.1
Sample Database

Admin Shipping methods setting ::

image

  1. Flat rate has price and handling fee both
  2. Free shipping is also enabled
  3. All other methods are disabled

The API we use in checkout to fetch shipping methods is "rest/V1/carts/6/estimate-shipping-methods"
The response of the API is as below:

image

We are getting Flat rate price as Rs.0

Expected response ::

For the existing cart having 2 items we must get Rs.100 as Flat rate price including handling fees.

The same is case on frontend (checkout) shipping is showing Rs.0 for flat rate and free shipping.

It was working fine in Magento 2.0.7. Can anyone help me with the above issue.

Tax needs update bug report

Most helpful comment

Probably some cart price rule override the shipping cost.
Please check in: Admin->Marketing->Promotions->Cart Price Rules

All 4 comments

Hi @100php , I cannot reproduce this issue.
Can you reproduce issue on clean Magento without any extensions?

According to contributor guide, tickets without response for two weeks should be closed.
If this issue still reproducible please feel free to create the new one: format new issue according to the Issue reporting guidelines: with steps to reproduce, actual result and expected result and specify Magento version.

Probably some cart price rule override the shipping cost.
Please check in: Admin->Marketing->Promotions->Cart Price Rules

@nahidacm You are right.My issue fixed.

Was this page helpful?
0 / 5 - 0 ratings