Magento 2.1 Checkout Tab ‘Shipping’ Missing – Fix

cartmagento-2.1magento2shipping

I have two sites: local under windows/xampp and remote server under linux with magento 2.1 updated.
Local site has two tabs at checkout – "Shipping" and "Rewiew and payment"

enter image description here

And server site has only one – "Rewiew and payment"

enter image description here

I need to get back "Shipping" tab because I have some functionality there and my shipping methods are invisible.

Please, help to understand what might be different? The thing is I don't know whether this is a magento core changes that came with version 2.1 or admin panel settings. Checkout and shipping settings in admin seems to be similar. I flushed magento cache, cleaned browser cache, upgraded system and static resources, etc.

Best Answer

This problem tend to appear when you add to cart virtual and/or downloadable products.

Adding simple/configurable products should fix the issue.

Also it is highly possible that it is caused by the configured shipping methods and the weight of your products.

Related Topic