Checkout page

Good morning!

Can you please share the steps to add a mandatory name/content box at checkout?

1 Like

If you’re talking about actual Checkout, then you are very limited here, unless you’re on a Plus plan.

However, if you’re talking about Cart page, then this is possible.

It would be necessary to see your site to provide further help

Yes, I’m referring to the cart page.

Ok, first you need to ensure all customers go via cart page – need to disable Dynamic checkout buttons, replace cart drawer with cart notifications popup so that they can’t go to checkout from cart drawer.

Now, you already have a cart note area on the cart page – this is where you can store this necessary data.

You’d just need to make it required – simply edit this area in your sections/main-cart.liquid

https://github.com/Shopify/dawn/blob/98d2dda30125c90a04769b751005422a7baff02a/sections/main-cart-footer.liquid#L12-L18

from


to

```markup

This will do basic validation.