Good morning!
Can you please share the steps to add a mandatory name/content box at checkout?
Good morning!
Can you please share the steps to add a mandatory name/content box at checkout?
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
from
to
```markup
This will do basic validation.