esc_html__('WooCommerce', 'bizmax'), 'id' => 'td_woo_options', 'icon' => 'fa fa-shopping-cart', )); CSF::createSection($bizmax_theme_option, array( 'parent' => 'td_woo_options', 'title' => esc_html__('Shop Page', 'bizmax'), 'icon' => 'fa fa-shopping-bag', 'fields' => array( array( 'id' => 'shop_page_layout', 'type' => 'select', 'title' => esc_html__('Shop Layout', 'bizmax'), 'options' => array( 'full-width' => esc_html__('Full Width', 'bizmax'), 'left-sidebar' => esc_html__('Left Sidebar', 'bizmax'), 'right-sidebar' => esc_html__('Right Sidebar', 'bizmax'), ), 'default' => 'full-width', 'desc' => esc_html__('Select shop page layout.', 'bizmax'), ), array( 'id' => 'shop_default_sidebar', 'type' => 'select', 'title' => esc_html__( 'Sidebar', 'bizmax' ), 'options' => 'bizmax_sidebars', 'default' => 'bizmax-shop-sidebar', 'dependency' => array( 'shop_page_layout', '!=', 'full-width' ), 'desc' => esc_html__( 'Select shop page sidebar.', 'bizmax' ), ), array( 'id' => 'shop_custom_title', 'type' => 'text', 'title' => esc_html__('Shop Title', 'bizmax'), 'default' => esc_html__('Shop', 'bizmax'), 'desc' => esc_html__('Shop page banner title here.', 'bizmax') ), array( 'id' => 'product_per_page', 'type' => 'text', 'title' => esc_html__( 'Product Per Page', 'bizmax' ), 'default' => 9, 'desc' => esc_html__( 'Type how many product you want to show per page. Number only.', 'bizmax' ), ), array( 'id' => 'product_column', 'type' => 'text', 'title' => esc_html__( 'Product Column Per Row', 'bizmax' ), 'default' => 3, 'desc' => esc_html__( 'How many product you want to show per row. Number only.', 'bizmax' ), ), array( 'id' => 'product_quick_view', 'type' => 'switcher', 'title' => esc_html__('Enable Quick View Icon', 'bizmax'), 'default' => true, 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Enable or disable product quick view icon.', 'bizmax'), ), array( 'id' => 'product_wish_list', 'type' => 'switcher', 'title' => esc_html__('Enable Wish list Icon', 'bizmax'), 'default' => true, 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Enable or disable product wish list icon.', 'bizmax'), ), ) )); CSF::createSection($bizmax_theme_option, array( 'parent' => 'td_woo_options', 'title' => esc_html__('Single Product', 'bizmax'), 'icon' => 'fa fa-product-hunt', 'fields' => array( array( 'id' => 'product_page_layout', 'type' => 'select', 'title' => esc_html__('Product Layout', 'bizmax'), 'options' => array( 'full-width' => esc_html__('Full Width', 'bizmax'), 'left-sidebar' => esc_html__('Left Sidebar', 'bizmax'), 'right-sidebar' => esc_html__('Right Sidebar', 'bizmax'), ), 'default' => 'right-sidebar', 'desc' => esc_html__('Select product layout.', 'bizmax'), ), array( 'id' => 'product_default_sidebar', 'type' => 'select', 'title' => esc_html__( 'Sidebar', 'bizmax' ), 'options' => 'bizmax_sidebars', 'default' => 'bizmax-shop-sidebar', 'dependency' => array( 'product_page_layout', '!=', 'full-width' ), 'desc' => esc_html__( 'Select product sidebar.', 'bizmax' ), ), array( 'id' => 'product_banner_title', 'type' => 'text', 'title' => esc_html__('Product Banner Title', 'bizmax'), 'default' => esc_html__('Shop', 'bizmax'), 'desc' => esc_html__('If not empty, this title will show for all single product\'s banner title. Make this field empty to show product default title. You can overwrite it on the individual product page.', 'bizmax') ), array( 'id' => 'product_sku', 'type' => 'switcher', 'title' => esc_html__('Show SKU', 'bizmax'), 'default' => true, 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Show / Hide product SKU.', 'bizmax'), ), array( 'id' => 'product_cat', 'type' => 'switcher', 'title' => esc_html__('Show Category', 'bizmax'), 'default' => true, 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Show / Hide product category.', 'bizmax'), ), array( 'id' => 'product_tag', 'type' => 'switcher', 'title' => esc_html__('Show Tags', 'bizmax'), 'default' => true, 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Show / Hide product tags.', 'bizmax'), ), array( 'id' => 'show_related_products', 'type' => 'switcher', 'title' => esc_html__('Show Related Products', 'bizmax'), 'default' => true, 'text_on' => esc_html__('Yes', 'bizmax'), 'text_off' => esc_html__('No', 'bizmax'), 'desc' => esc_html__('Show / Hide related products.', 'bizmax'), ), array( 'id' => 'related_products_column', 'type' => 'text', 'title' => esc_html__( 'Related Products Column', 'bizmax' ), 'default' => 3, 'desc' => esc_html__( 'How many product you want to show per row. Number only.', 'bizmax' ), 'dependency' => array('show_related_products', '==', true), ), ) ));