The Responsible for Pick Up field is only available for the SmartCheckout™ V6, version compatible with the Pick Up Points feature.
The pick up 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.
If you have the 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.
To set this field up (which is disabled by default), follow the steps below:
- In the VTEX Admin, go to Store Settings > Storefront > Checkout, or type Checkout in the search bar at the top of the page.
- Click on the icon of the desired website.
- In the blue options menu located at the top of the page, click on Code.
- In the Files menu, located on the right side of the page, click on
checkout6-custom.css
. - In the css code edit field, add the css information highlighted below.
- Click
Save
.
.vtex-omnishipping-1-x-container.shp-pickup-receiver{ display: block; !import;}
After following these steps, the Responsible for pick up
field will be displayed at the Checkout of your store.