Product Visibility';
// Featured
apptivo_ecommerce_wp_checkbox( array( 'id' => '_apptivo_featured', 'label' => __('Featured?', 'apptivothemes') ) );
//Enabled
apptivo_ecommerce_wp_checkbox( array( 'id' => '_apptivo_enabled', 'label' => __('Enabled?', 'apptivothemes') ) );
echo '
Product Visibility
';
//Item Code
apptivo_ecommerce_wp_text_input( array( 'id' => '_apptivo_item_code','notes' => ' (Item Code should not be empty )' , 'label' => __('Item Code
*', 'apptivothemes') ) );
//Suppliers
apptivo_ecommerce_wp_select_suppliers(array( 'id' => '_apptivo_suppliers','notes' => 'Select supplier Name' , 'label' => __('Select Supplier', 'apptivothemes') ));
//supplier
apptivo_ecommerce_wp_text_input( array( 'id' => '_apptivo_supplier','notes' => 'Add new supplier' , 'label' => __('Add New Supplier', 'apptivothemes') ) );
//Regular Price
apptivo_ecommerce_wp_text_input( array( 'id' => '_apptivo_regular_price', 'notes' => ' (Regular price should be numeric )' , 'label' => __('Regular Price', 'apptivothemes') . ' ('.get_apptivo_ecommerce_currency_symbol().')' ) );
// Sale Price
apptivo_ecommerce_wp_text_input( array( 'id' => '_apptivo_sale_price', 'notes' => ' (Sale price should be numeric)', 'label' => __('Sale Price', 'apptivothemes') . ' ('.get_apptivo_ecommerce_currency_symbol().')' ) );
// Track Size
apptivo_ecommerce_wp_text_input( array( 'id' => '_apptivo_track_size', 'notes' => ' ( Add multiple sizes for Tracking sizes by (,) Seprating values. for example:
XL,XXL,XXXL )', 'label' => __('Track Size ', 'apptivothemes') ) );
// Track Color
apptivo_ecommerce_wp_text_input( array( 'id' => '_apptivo_track_color', 'notes' => ' ( Add multiple colors for Tracking colors by (,) Seprating values. for example:
R,G,B )', 'label' => __('Track Color', 'apptivothemes') ) );
do_action('apptivo_ecommerce_add_ons_apply_payments');
?>