Created
March 30, 2022 14:21
-
-
Save jonathanmoore/03b0ce72748423ac30f9d4582f318af9 to your computer and use it in GitHub Desktop.
District OS 2.0 Custom Cart Attribute - Birthday
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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