cancel
Showing results for 
Search instead for 
Did you mean: 

flat rate shipping method is not showing

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

flat rate shipping method is not showing

Hi, I setuped 7$ Flat Rate shipping for Canada 59$ and less orders and free shipping for 60$ and more. In the checkout,  flat rate is not showing in the shipping method but flat rate is ok on the next step in the invoice. I use Magento 2.1.4

 

https://www.wiperbladepro.ca 

1 REPLY 1

Re: flat rate shipping method is not showing

In your css you have added display none !important for shipping method.

 

.table-checkout-shipping-method tr.row:last-child {

display: none !important;

}

Replace above none to block

.table-checkout-shipping-method tr.row:last-child {

display: block !important;

}

Clear cache,

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