skip to Main Content

enter image description here

In Magento 2.2.2 I have sent shipment mails for more than 10 orders, but for some orders there is no ship option showing on top right, how can I fix the issue?

2

Answers


  1. It happens in case your product does not have any weight.
    When I product does not have any weight assigned it becomes a virtual product and virtual products cannot be shipped.

    Login or Signup to reply.
  2. In my case this happened when the shipping method in the orders table did not have the correct shipping method format. It should be

    shippingcarriername_shippingmethod
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search