// add control $wp_customize->add_control("set_copyright", array( "label" => "Copyright", "description" => "Please fill the copyright text", "section" => "sec_copyright", "type" => "text", ));
/* section of new arrival / popularity control limit and columns */
// adding section $wp_customize->add_section("sec_product_panel", array( "title" => "Product Panel Limit & Columns", "description" => "This is a section which is going to provide the controls for home page product panels", ));
// add control $wp_customize->add_control("set_new_arrival_limit", array( "label" => "New Arrival - Product Limit", "description" => "Please fill provide the limit of new arrival", "section" => "sec_product_panel", "type" => "number", ));
// add control $wp_customize->add_control("set_new_arrival_column", array( "label" => "New Arrival - Product Columns", "description" => "Please fill provide the columns of new arrival", "section" => "sec_product_panel", "type" => "number", ));