| 123456 |
- <div class="field field-paid-service">
- <label class="field-label"><?php echo htmlentities($value, ENT_QUOTES | ENT_IGNORE, "UTF-8"); ?><?php if ($is_required): ?><i class="required-asterisk booked-icon booked-icon-asterisk"></i><?php endif; ?></label>
- <input type="hidden" name="booked_wc_product[<?php echo $name; ?>]" value="1" />
- <input type="hidden" name="<?php echo $name; ?>" />
- <select <?php echo $data_attributes ?> <?php if ($is_required): echo ' required="required"'; endif; ?> name="<?php echo $name; ?>">
- <option value=""><?php _e('Select a Product', 'booked-woocommerce-payments'); ?></option>
|