{"section":"known-issues","requestedLocale":"en","requestedSlug":"items-with-assembly-options-are-shown-as-unavailable-for-delivery","locale":"en","slug":"items-with-assembly-options-are-shown-as-unavailable-for-delivery","path":"docs/en/known-issues/Shopping/items-with-assembly-options-are-shown-as-unavailable-for-delivery.md","branch":"main","content":"## Summary\n\nWhen items with assembly options are added to the cart, they are shown to the customer as unavailable for delivery until the shipping cost is calculated.\n\nThis is because the [orderForm](https://developers.vtex.com/vtex-rest-api/reference/checkout-api-overview) – the data structure corresponding to the cart – is missing information in the `logisticsInfo.deliveryChannel` field.\n\nWhen an address is entered and the shipping cost is calculated, the items no longer are shown as unavailable for delivery.\n\n\n## Simulation\n\nTo perform this simulation, you need to have an item with assembly options in your store catalog.\n\n1. In the store, add an item with assembly options to the cart;\n2. Add the assembly option to the item;\n3. Notice that the item is shown as unavailable for delivery;\n4. Enter an address and calculate shipping costs;\n5. Notice that the item is shown as available for delivery.\n\n\n## Workaround\n\nTo work around the problem, you can hide the message that is displayed before an address is entered. This option is available under the \".shp-alert-shipping-unavailable\" selector, but you must check if the message may be necessary in other scenarios, such as when the item has no delivery option, only pickup."}