The pickup delivery date layout is not shown on your mini cart.
Brian
Last Update vor 8 Monaten
Cart type: Drawer
If you are utilizing the mini cart as a drawer and do not observe the layout for pickup delivery date, kindly verify your mini cart liquid file using the following method:
- Go to your Shopify admin -> Online Store -> Themes -> Edit code
- Open the file Snippets -> cart-drawer.liquid and make sure the parent HTML tag is cart-drawer HTML tag and this element is used class drawer
- Ensure that the HTML tag encompassing the Checkout button employs the class cart__ctas.
Cart type: Popup notification
If you are utilizing the mini cart as a popup notification and do not observe the layout for pickup delivery date, kindly verify your mini cart liquid file using the following method:
- Go to your Shopify admin -> Online Store -> Themes -> Edit code
- Open the file Snippets -> cart-notification.liquid and make sure the parent HTML tag is cart-notification HTML tag.
- Ensure that the HTML tag encompassing the Checkout button employs the class cart-notification__links.