Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I'm not familiar with Mr Parker theme, but if the cart note works the same as other 2.0 stores, then its going to be located in a cart-footer liquid or it should be in the same place where the cart subtotals are. You'll be looking for a textarea input with: name="note"
and then inside that textare tag you want to include the word required. For me the textarea with required looks something like:
<textarea required class="text-area field__input" name="note" form="cart" id="Cart-note" placeholder="{{ 'sections.cart.note' | t }}">{{ cart.note }}</textarea>
I am hoping to do the same thing and using Dawn. I found where you have this code and mine just had class="text-area field__input and I just added required but it didn't seem to work
can you show me the code that you created?
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024