'; $qty_end = ''; $wrapper_classes = array( 'ux-quantity', 'quantity', 'buttons_added' ); if ( $type === 'hidden' ) { $wrapper_classes[] = 'hidden'; } if ( get_theme_mod( 'product_info_form' ) ) { $wrapper_classes[] = 'form-' . get_theme_mod( 'product_info_form', 'normal' ); } ?>
id="" class="" name="" value="" aria-label="" size="4" min="" max="" step="" placeholder="" inputmode="" autocomplete="" />
'; $qty_end = ''; $wrapper_classes = array( 'ux-quantity', 'quantity', 'buttons_added' ); if ( get_theme_mod( 'product_info_form' ) ) { $wrapper_classes[] = 'form-' . get_theme_mod( 'product_info_form', 'normal' ); } // In some cases we wish to display the quantity but not allow for it to be changed. if ( $max_value && $min_value === $max_value ) { $is_readonly = true; $input_value = $min_value; } else { $is_readonly = false; } ?>
id="" class="" name="" value="" title="" size="4" min="" max="" step="" placeholder="" inputmode="" autocomplete="" />
'; $qty_end = ''; if ( $max_value && $min_value === $max_value ) { ?>