'_et_quantity_type',
'label' => __( 'Type', 'xstore' ),
'options' => [
'' => __( 'Inherit', 'xstore' ),
'input' => __( 'Input', 'xstore' ),
'select' => __( 'Select', 'xstore' ),
],
'custom_attributes' => array('data-theme_mod-value' => get_theme_mod('shop_quantity_type', 'input'))
] );
woocommerce_wp_textarea_input( [
'id' => '_et_quantity_ranges',
'label' => __( 'Range values', 'xstore' ),
'cols' => 50,
'rows' => 5,
'style' => 'height: 100px;',
'placeholder' => get_theme_mod('shop_quantity_select_ranges', '1-10'),
'desc_tip' => 'true',
'description' => __( 'This value will be used for select type ranged. Enter each value in one line and can use the range e.g "1-5".', 'xstore' ),
] );
?>