Shopify themes, liquid, logos, and UX
I want to add a checkbox on the cart page for customers to tell us they are tax exempt. if they check the box I want them to be able to upload their form so that we have the proof and can remove the taxes. I created a checkbox but it renders all the way to the left of the screen. I want it to display under the estimated total price. here's the code I put into main-cart-items.liquid page [<p class="cart-attribute__field">
<input type="hidden" name="attributes[Tax-Exempt? (Send form to parts2@battelini.com)]" value="No">
<input required class="required" type="checkbox" name="attributes[Tax-Exempt? (Send form to parts2@battelini.com)]" value="Yes"{% if cart.attributes["Tax-Exempt? (Send form to parts2@battelini.com)"] == "Yes" %} checked{% endif %}>
<label>Tax-Exempt? (Send form to parts2@battelini.com)</label>
</p>]
Is there a way to do this?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025