Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmoore/03b0ce72748423ac30f9d4582f318af9 to your computer and use it in GitHub Desktop.
Save jonathanmoore/03b0ce72748423ac30f9d4582f318af9 to your computer and use it in GitHub Desktop.
District OS 2.0 Custom Cart Attribute - Birthday
<div class="cart-block__attributes flex items-center space-x-2 justify-center md:justify-end">
<input id="Cart-Attribute-Birthday" form="cart" type="date" name="attributes[Birthday]" value="">
<label for="Cart-Attribute-Birthday" class="text-primary-text p-0 text-sm font-body font-weight-body normal-case tracking-normal">Birthday</label>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment