When I click checkout from my Magento 2.4 site in localhost, there haven't show shipping address or shipping method, after checkout automatically move to payment address. When I click checkout from my Magento 2.4 site in localhost, there haven't show shipping address or shipping method, after checkout automatically move to payment address.
Asked
Active
Viewed 2,619 times
1 Answers
4
If you order a virtual product, the shipping address is not shown in the checkout cause a virtual product doesn't need to be shipped.
A product can become a virtual product by accident when it has attribute Weight dropdown set to This item has no weight in the admin. If you change this to This item has weight, the shipping step should show up in the checkout.
Gerard de Visser
- 7,590
- 9
- 50
- 58
-
Yeah, Now I checked this, Thanks For Your Solution – IslamYearul Oct 29 '21 at 12:32
-
Welcome, glad this fixed it for you. – Gerard de Visser Oct 29 '21 at 13:10
-
Can you please accept / upvote the answer for future visitors? – Gerard de Visser Oct 29 '21 at 13:10
-
yeah, I have already done – IslamYearul Nov 01 '21 at 17:52