skip to Main Content

Shopify PLUS – additional checkout custom field

I was trying to add additional custom field in the checkout screen and here is my code: <div class="additional-checkout-fields" style="display:none"> <div class="fieldset fieldset--address-type" data-additional-fields> <div class="field field--optional field--address-type"> <h2 class="additional-field-title">ADDRESS TYPE</h2> <div class="field__input-wrapper"> <label> <input data-backup="Residential" class="input-checkbox" aria-labelledby="error-for-address_type" type="checkbox" name="checkout[Residential]"…

VIEW QUESTION
Back To Top
Search