templates-main.php 619 B

123456
  1. <div class="field field-paid-service">
  2. <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>
  3. <input type="hidden" name="booked_wc_product[<?php echo $name; ?>]" value="1" />
  4. <input type="hidden" name="<?php echo $name; ?>" />
  5. <select <?php echo $data_attributes ?> <?php if ($is_required): echo ' required="required"'; endif; ?> name="<?php echo $name; ?>">
  6. <option value=""><?php _e('Select a Product', 'booked-woocommerce-payments'); ?></option>