{"section":"tutorials","requestedLocale":"en","requestedSlug":"how-to-set-up-the-responsible-for-pick-up-field-in-smartcheckout-v6","locale":"en","slug":"how-to-set-up-the-responsible-for-pick-up-field-in-smartcheckout-v6","path":"docs/en/tutorials/checkout/checkout-settings/how-to-set-up-the-responsible-for-pick-up-field-in-smartcheckout-v6.md","branch":"main","content":"> ℹ️ The **Responsible for Pick Up** field is only available for the **SmartCheckout™ V6**, version compatible with the Pick Up Points feature.\n\nThe [pick up points](/en/tutorial/configurar-pontos-de-retirada-pickup-points) give your customers one more option: instead of waiting for delivery, they can choose to go to a determined point and collect the item in person. By default, this action is linked to the user who made the purchase. However, you can enable the `Responsible for pick up` field at your store checkout so that your customer can appoint someone else to pick up the product.\n\n> ⚠️ If you have the [Checkout UI Settings](https://developers.vtex.com/vtex-developer-docs/docs/vtex-checkout-ui-settings) app installed on your store, the CSS code described in the procedure below must only be entered via the app. Scripts inserted via the VTEX Admin interface (**Code > Files**) are not reproduced in stores that have the application installed.\n\nTo set this field up (which is disabled by default), follow the steps below:\n\n1. In the VTEX Admin, go to __Store Settings > Storefront > Checkout__, or type __Checkout__ in the search bar at the top of the page.\n2. Click on the <i class=\"fas fa-cog\" alt=\"engrenagem azul\"></i> icon of the desired website.\n3. In the blue options menu located at the top of the page, click on __Code__.\n4. In the __Files__ menu, located on the right side of the page, click on `checkout6-custom.css`.\n5. In the _css_ code edit field, add the _css_ information highlighted below.\n6. Click `Save`.\n\n```\n.vtex-omnishipping-1-x-container.shp-pickup-receiver{\n    display: block; !import;\n}\n```\n\nAfter following these steps, the `Responsible for pick up` field will be displayed at the Checkout of your store."}