'_dt_shop_product_template_settings', 'title' => esc_html__('Product Template Settings','alagu'), 'post_type' => 'dt_product_template', 'priority' => 'high', 'context' => 'normal', 'sections' => array ( # Default Options array ( 'name' => 'default_options_section', 'title' => esc_html__('Default', 'alagu'), 'icon' => 'fa fa-angle-double-right', 'fields' => array ( array ( 'id' => 'product-style', 'type' => 'select', 'title' => esc_html__('Product Style', 'alagu'), 'options' => array ( 'product-style-default' => esc_html__('Default', 'alagu'), 'product-style-cornered' => esc_html__('Cornered', 'alagu'), 'product-style-title-eg-highlighter' => esc_html__('Title & Element Group Highlighter', 'alagu'), 'product-style-content-highlighter' => esc_html__('Content Highlighter', 'alagu'), 'product-style-egrp-overlap-pc' => esc_html__('Element Group Overlap Product Content', 'alagu'), 'product-style-egrp-reveal-pc' => esc_html__('Element Group Reveal Product Content', 'alagu'), 'product-style-igrp-over-pc' => esc_html__('Icon Group over Product Content', 'alagu'), 'product-style-egrp-over-pc' => esc_html__('Element Group over Product Content', 'alagu') ), 'default' => 'product-style-default' ) ) ), # Default Settings # Hover Options array ( 'name' => 'hover_options_section', 'title' => esc_html__('Hover Options', 'alagu'), 'icon' => 'fa fa-angle-double-right', 'fields' => array ( array( 'id' => 'product-hover-styles', 'type' => 'select', 'title' => esc_html__('Hover Styles', 'alagu'), 'options' => array( '' => esc_html__('None', 'alagu'), 'product-hover-fade-border' => esc_html__('Fade - Border', 'alagu'), 'product-hover-fade-skinborder' => esc_html__('Fade - Skin Border', 'alagu'), 'product-hover-fade-gradientborder' => esc_html__('Fade - Gradient Border', 'alagu'), 'product-hover-fade-shadow' => esc_html__('Fade - Shadow', 'alagu'), 'product-hover-fade-inshadow' => esc_html__('Fade - InShadow', 'alagu'), 'product-hover-thumb-fade-border' => esc_html__('Fade Thumb Border', 'alagu'), 'product-hover-thumb-fade-skinborder' => esc_html__('Fade Thumb SkinBorder', 'alagu'), 'product-hover-thumb-fade-gradientborder' => esc_html__('Fade Thumb Gradient Border', 'alagu'), 'product-hover-thumb-fade-shadow' => esc_html__('Fade Thumb Shadow', 'alagu'), 'product-hover-thumb-fade-inshadow' => esc_html__('Fade Thumb InShadow', 'alagu') ), 'default' => 'product-hover-fade-border' ), array( 'id' => 'product-overlay-bgcolor', 'type' => 'color_picker', 'title' => esc_html__('Overlay Background Color', 'alagu') ), array( 'id' => 'product-overlay-dark-bgcolor', 'type' => 'switcher', 'title' => esc_html__('Overlay Dark Background', 'alagu'), ), array( 'id' => 'product-overlay-effects', 'type' => 'select', 'title' => esc_html__('Overlay Effects', 'alagu'), 'options' => array( '' => esc_html__('None', 'alagu'), 'product-overlay-fixed' => esc_html__('Fixed', 'alagu'), 'product-overlay-toptobottom' => esc_html__('Top to Bottom', 'alagu'), 'product-overlay-bottomtotop' => esc_html__('Bottom to Top', 'alagu'), 'product-overlay-righttoleft' => esc_html__('Right to Left', 'alagu'), 'product-overlay-lefttoright' => esc_html__('Left to Right', 'alagu'), 'product-overlay-middle' => esc_html__('Middle', 'alagu'), 'product-overlay-middleradial' => esc_html__('Middle Radial', 'alagu'), 'product-overlay-gradienttoptobottom' => esc_html__('Gradient - Top to Bottom', 'alagu'), 'product-overlay-gradientbottomtotop' => esc_html__('Gradient - Bottom to Top', 'alagu'), 'product-overlay-gradientrighttoleft' => esc_html__('Gradient - Right to Left', 'alagu'), 'product-overlay-gradientlefttoright' => esc_html__('Gradient - Left to Right', 'alagu'), 'product-overlay-gradientradial' => esc_html__('Gradient - Radial', 'alagu'), 'product-overlay-flash' => esc_html__('Flash', 'alagu'), 'product-overlay-scale' => esc_html__('Scale', 'alagu'), 'product-overlay-horizontalelastic' => esc_html__('Horizontal - Elastic', 'alagu'), 'product-overlay-verticalelastic' => esc_html__('Vertical - Elastic', 'alagu') ), 'default' => '' ), array( 'id' => 'product-hover-image-effects', 'type' => 'select', 'title' => esc_html__('Hover Image Effects', 'alagu'), 'options' => array( '' => esc_html__('None', 'alagu'), 'product-hover-image-blur' => esc_html__('Blur', 'alagu'), 'product-hover-image-blackwhite' => esc_html__('Black & White', 'alagu'), 'product-hover-image-fadeinleft' => esc_html__('Fade In Left', 'alagu'), 'product-hover-image-fadeinright' => esc_html__('Fade In Right', 'alagu'), 'product-hover-image-rotate' => esc_html__('Rotate', 'alagu'), 'product-hover-image-rotatealt' => esc_html__('Rotate - Alt', 'alagu'), 'product-hover-image-scalein' => esc_html__('Scale In', 'alagu'), 'product-hover-image-scaleout' => esc_html__('Scale Out', 'alagu'), 'product-hover-image-floatout' => esc_html__('Float Up', 'alagu') ), 'default' => '' ), array( 'id' => 'product-hover-secondary-image-effects', 'type' => 'select', 'title' => esc_html__('Hover Secondary Image Effects', 'alagu'), 'options' => array( 'product-hover-secimage-fade' => esc_html__('Fade', 'alagu'), 'product-hover-secimage-zoomin' => esc_html__('Zoom In', 'alagu'), 'product-hover-secimage-zoomout' => esc_html__('Zoom Out', 'alagu'), 'product-hover-secimage-zoomoutup' => esc_html__('Zoom Out Up', 'alagu'), 'product-hover-secimage-zoomoutdown' => esc_html__('Zoom Out Down', 'alagu'), 'product-hover-secimage-zoomoutleft' => esc_html__('Zoom Out Left', 'alagu'), 'product-hover-secimage-zoomoutright' => esc_html__('Zoom Out Right', 'alagu'), 'product-hover-secimage-pushup' => esc_html__('Push Up', 'alagu'), 'product-hover-secimage-pushdown' => esc_html__('Push Down', 'alagu'), 'product-hover-secimage-pushleft' => esc_html__('Push Left', 'alagu'), 'product-hover-secimage-pushright' => esc_html__('Push Right', 'alagu'), 'product-hover-secimage-slideup' => esc_html__('Slide Up', 'alagu'), 'product-hover-secimage-slidedown' => esc_html__('Slide Down', 'alagu'), 'product-hover-secimage-slideleft' => esc_html__('Slide Left', 'alagu'), 'product-hover-secimage-slideright' => esc_html__('Slide Right', 'alagu'), 'product-hover-secimage-hingeup' => esc_html__('Hinge Up', 'alagu'), 'product-hover-secimage-hingedown' => esc_html__('Hinge Down', 'alagu'), 'product-hover-secimage-hingeleft' => esc_html__('Hinge Left', 'alagu'), 'product-hover-secimage-hingeright' => esc_html__('Hinge Right', 'alagu'), 'product-hover-secimage-foldup' => esc_html__('Fold Up', 'alagu'), 'product-hover-secimage-folddown' => esc_html__('Fold Down', 'alagu'), 'product-hover-secimage-foldleft' => esc_html__('Fold Left', 'alagu'), 'product-hover-secimage-foldright' => esc_html__('Fold Right', 'alagu'), 'product-hover-secimage-fliphoriz' => esc_html__('Flip Horizontal', 'alagu'), 'product-hover-secimage-flipvert' => esc_html__('Flip Vertical', 'alagu') ), 'default' => 'product-hover-secimage-fade' ), array( 'id' => 'product-content-hover-effects', 'type' => 'select', 'title' => esc_html__('Content Hover Effects', 'alagu'), 'options' => array( '' => esc_html__('None', 'alagu'), 'product-content-hover-fade' => esc_html__('Fade', 'alagu'), 'product-content-hover-zoom' => esc_html__('Zoom', 'alagu'), 'product-content-hover-slidedefault' => esc_html__('Slide Default', 'alagu'), 'product-content-hover-slideleft' => esc_html__('Slide From Left', 'alagu'), 'product-content-hover-slideright' => esc_html__('Slide From Right', 'alagu'), 'product-content-hover-slidetop' => esc_html__('Slide From Top', 'alagu'), 'product-content-hover-slidebottom' => esc_html__('Slide From Bottom', 'alagu') ), 'default' => '' ), array( 'id' => 'product-icongroup-hover-effects', 'type' => 'select', 'title' => esc_html__('Icon Group Hover Effects', 'alagu'), 'options' => array( '' => esc_html__('None', 'alagu'), 'product-icongroup-hover-flipx' => esc_html__('Flip X', 'alagu'), 'product-icongroup-hover-flipy' => esc_html__('Flip Y', 'alagu'), 'product-icongroup-hover-bounce' => esc_html__('Bounce', 'alagu') ), 'default' => '' ), ) ), # Hover Options # Common Options array ( 'name' => 'common_options_section', 'title' => esc_html__('Common Options', 'alagu'), 'icon' => 'fa fa-angle-double-right', 'fields' => array ( array( 'id' => 'product-borderorshadow', 'type' => 'select', 'title' => esc_html__('Border or Shadow', 'alagu'), 'options' => array( '' => esc_html__('None', 'alagu'), 'product-borderorshadow-border' => esc_html__('Border', 'alagu'), 'product-borderorshadow-shadow' => esc_html__('Shadow', 'alagu') ), 'default' => '', 'desc' => esc_html__('Choose either Border or Shadow for your product listing.', 'alagu') ), array( 'id' => 'product-border-type', 'type' => 'select', 'title' => esc_html__('Border - Type', 'alagu'), 'options' => array( 'product-border-type-default' => esc_html__('Default', 'alagu'), 'product-border-type-thumb' => esc_html__('Thumb', 'alagu') ), 'default' => 'product-border-type-default', ), array( 'id' => 'product-border-position', 'type' => 'select', 'title' => esc_html__('Border - Position', 'alagu'), 'options' => array( 'product-border-position-default' => esc_html__('Default', 'alagu'), 'product-border-position-left' => esc_html__('Left', 'alagu'), 'product-border-position-right' => esc_html__('Right', 'alagu'), 'product-border-position-top' => esc_html__('Top', 'alagu'), 'product-border-position-bottom' => esc_html__('Bottom', 'alagu'), 'product-border-position-top-left' => esc_html__('Top Left', 'alagu'), 'product-border-position-top-right' => esc_html__('Top Right', 'alagu'), 'product-border-position-bottom-left' => esc_html__('Bottom Left', 'alagu'), 'product-border-position-bottom-right' => esc_html__('Bottom Right', 'alagu') ), 'default' => 'product-border-position-default', ), array( 'id' => 'product-shadow-type', 'type' => 'select', 'title' => esc_html__('Shadow - Type', 'alagu'), 'options' => array( 'product-shadow-type-default' => esc_html__('Default', 'alagu'), 'product-shadow-type-thumb' => esc_html__('Thumb', 'alagu') ), 'default' => 'product-shadow-type-default', ), array( 'id' => 'product-shadow-position', 'type' => 'select', 'title' => esc_html__('Shadow - Position', 'alagu'), 'options' => array( 'product-shadow-position-default' => esc_html__('Default', 'alagu'), 'product-shadow-position-top-left' => esc_html__('Top Left', 'alagu'), 'product-shadow-position-top-right' => esc_html__('Top Right', 'alagu'), 'product-shadow-position-bottom-left' => esc_html__('Bottom Left', 'alagu'), 'product-shadow-position-bottom-right' => esc_html__('Bottom Right', 'alagu') ), 'default' => 'product-shadow-position-default', ), array( 'id' => 'product-bordershadow-highlight', 'type' => 'select', 'title' => esc_html__('Border / Shadow - Highlight', 'alagu'), 'options' => array( '' => esc_html__('None', 'alagu'), 'product-bordershadow-highlight-default' => esc_html__('Default', 'alagu'), 'product-bordershadow-highlight-onhover' => esc_html__('On Hover', 'alagu') ), 'default' => '', ), array( 'id' => 'product-background-bgcolor', 'type' => 'color_picker', 'title' => esc_html__('Background - Background Color', 'alagu') ), array( 'id' => 'product-background-dark-bgcolor', 'type' => 'switcher', 'title' => esc_html__('Background - Dark Background', 'alagu') ), array( 'id' => 'product-padding', 'type' => 'select', 'title' => esc_html__('Padding', 'alagu'), 'options' => array( 'product-padding-default' => esc_html__('Default', 'alagu'), 'product-padding-overall' => esc_html__('Product', 'alagu'), 'product-padding-thumb' => esc_html__('Thumb', 'alagu'), 'product-padding-content' => esc_html__('Content', 'alagu'), ), 'default' => 'product-padding-default' ), array( 'id' => 'product-space', 'type' => 'select', 'title' => esc_html__('Space', 'alagu'), 'options' => array( 'product-without-space' => esc_html__('False', 'alagu'), 'product-with-space' => esc_html__('True', 'alagu') ), 'default' => 'product-with-space' ), array( 'id' => 'product-display-type', 'type' => 'select', 'title' => esc_html__('Display Type', 'alagu'), 'options' => array( 'grid' => esc_html__('Grid', 'alagu'), 'list' => esc_html__('List', 'alagu') ), 'default' => 'grid' ), array( 'id' => 'product-display-type-list-options', 'type' => 'select', 'title' => esc_html__('List Options', 'alagu'), 'options' => array( 'left-thumb' => esc_html__('Left Thumb', 'alagu'), 'right-thumb' => esc_html__('Right Thumb', 'alagu') ), 'default' => 'left-thumb' ), array( 'id' => 'product-show-labels', 'type' => 'select', 'title' => esc_html__('Show Product Labels', 'alagu'), 'options' => array( 'true' => esc_html__('True', 'alagu'), 'false' => esc_html__('False', 'alagu') ), 'default' => 'true' ), array( 'id' => 'product-label-design', 'type' => 'select', 'title' => esc_html__('Product Label Design', 'alagu'), 'options' => array( 'product-label-boxed' => esc_html__('Boxed', 'alagu'), 'product-label-circle' => esc_html__('Circle', 'alagu'), 'product-label-rounded' => esc_html__('Rounded', 'alagu'), 'product-label-angular' => esc_html__('Angular', 'alagu'), 'product-label-ribbon' => esc_html__('Ribbon', 'alagu'), ), 'default' => 'product-label-boxed', ), array( 'id' => 'product-custom-class', 'type' => 'text', 'title' => esc_html__('Custom Class', 'alagu') ), ) ), # Common Options # Thumb Options array ( 'name' => 'thumb_options_section', 'title' => esc_html__('Thumb Options', 'alagu'), 'icon' => 'fa fa-angle-double-right', 'fields' => array ( array( 'id' => 'product-thumb-secondary-image-onhover', 'type' => 'switcher', 'title' => esc_html__('Show Secondary Image On Hover', 'alagu'), 'desc' => esc_html__('YES! to show secondary image on product hover. First image in the gallery will be used as secondary image.', 'alagu') ), array( 'id' => 'product-thumb-content', 'type' => 'sorter', 'title' => esc_html__('Content', 'alagu'), 'default' => array( 'enabled' => array( 'title' => esc_html__('Title', 'alagu'), 'category' => esc_html__('Category', 'alagu'), 'price' => esc_html__('Price', 'alagu'), 'button_element' => esc_html__('Button Element', 'alagu'), 'icons_group' => esc_html__('Icons Group', 'alagu'), ), 'disabled' => array( 'excerpt' => esc_html__('Excerpt', 'alagu'), 'rating' => esc_html__('Rating', 'alagu'), 'countdown' => esc_html__('Count Down', 'alagu'), 'separator' => esc_html__('Separator', 'alagu'), 'element_group' => esc_html__('Element Group', 'alagu'), 'swatches' => esc_html__('Swatches', 'alagu'), ), ), 'enabled_title' => esc_html__('Active Elements', 'alagu'), 'disabled_title' => esc_html__('Deatcive Elements', 'alagu'), ), array( 'id' => 'product-thumb-alignment', 'type' => 'select', 'title' => esc_html__('Alignment', 'alagu'), 'options' => array( 'product-thumb-alignment-top' => esc_html__('Top', 'alagu'), 'product-thumb-alignment-top-left' => esc_html__('Top Left', 'alagu'), 'product-thumb-alignment-top-right' => esc_html__('Top Right', 'alagu'), 'product-thumb-alignment-middle' => esc_html__('Middle', 'alagu'), 'product-thumb-alignment-bottom' => esc_html__('Bottom', 'alagu'), 'product-thumb-alignment-bottom-left' => esc_html__('Bottom Left', 'alagu'), 'product-thumb-alignment-bottom-right' => esc_html__('Bottom Right', 'alagu') ), 'default' => 'product-thumb-alignment-top' ), array( 'id' => 'product-thumb-iconsgroup-icons', 'type' => 'select', 'title' => esc_html__('Icons Group - Icons', 'alagu'), 'options' => array( 'cart' => esc_html__('Cart', 'alagu'), 'wishlist' => esc_html__('Wishlist', 'alagu'), 'compare' => esc_html__('Compare', 'alagu'), 'quickview' => esc_html__('Quick View', 'alagu') ), 'class' => 'chosen', 'attributes' => array( 'multiple' => 'multiple', ), ), array( 'id' => 'product-thumb-iconsgroup-style', 'type' => 'select', 'title' => esc_html__('Icons Group - Style', 'alagu'), 'options' => array( 'product-thumb-iconsgroup-style-simple' => esc_html__('Simple', 'alagu'), 'product-thumb-iconsgroup-style-bgfill-square' => esc_html__('Background Fill Square', 'alagu'), 'product-thumb-iconsgroup-style-bgfill-rounded-square' => esc_html__('Background Fill Rounded Square', 'alagu'), 'product-thumb-iconsgroup-style-bgfill-rounded' => esc_html__('Background Fill Rounded', 'alagu'), 'product-thumb-iconsgroup-style-brdrfill-square' => esc_html__('Border Fill Square', 'alagu'), 'product-thumb-iconsgroup-style-brdrfill-rounded-square' => esc_html__('Border Fill Rounded Square', 'alagu'), 'product-thumb-iconsgroup-style-brdrfill-rounded' => esc_html__('Border Fill Rounded', 'alagu'), 'product-thumb-iconsgroup-style-skinbgfill-square' => esc_html__('Skin Background Fill Square', 'alagu'), 'product-thumb-iconsgroup-style-skinbgfill-rounded-square' => esc_html__('Skin Background Fill Rounded Square', 'alagu'), 'product-thumb-iconsgroup-style-skinbgfill-rounded' => esc_html__('Skin Background Fill Rounded', 'alagu'), 'product-thumb-iconsgroup-style-skinbrdrfill-square' => esc_html__('Skin Border Fill Square', 'alagu'), 'product-thumb-iconsgroup-style-skinbrdrfill-rounded-square' => esc_html__('Skin Border Fill Rounded Square', 'alagu'), 'product-thumb-iconsgroup-style-skinbrdrfill-rounded' => esc_html__('Skin Border Fill Rounded', 'alagu') ), 'default' => 'product-thumb-iconsgroup-style-simple' ), array( 'id' => 'product-thumb-iconsgroup-position', 'type' => 'select', 'title' => esc_html__('Icons Group - Position', 'alagu'), 'options' => array( '' => esc_html__('Default', 'alagu'), 'product-thumb-iconsgroup-position-horizontal horizontal-position-top' => esc_html__('Horizontal Top', 'alagu'), 'product-thumb-iconsgroup-position-horizontal horizontal-position-top-left' => esc_html__('Horizontal Top Left', 'alagu'), 'product-thumb-iconsgroup-position-horizontal horizontal-position-top-right' => esc_html__('Horizontal Top Right', 'alagu'), 'product-thumb-iconsgroup-position-horizontal horizontal-position-middle' => esc_html__('Horizontal Middle', 'alagu'), 'product-thumb-iconsgroup-position-horizontal horizontal-position-bottom' => esc_html__('Horizontal Bottom', 'alagu'), 'product-thumb-iconsgroup-position-horizontal horizontal-position-bottom-left' => esc_html__('Horizontal Bottom Left', 'alagu'), 'product-thumb-iconsgroup-position-horizontal horizontal-position-bottom-right' => esc_html__('Horizontal Bottom Right', 'alagu'), 'product-thumb-iconsgroup-position-vertical vertical-position-top-left' => esc_html__('Vertical Top Left', 'alagu'), 'product-thumb-iconsgroup-position-vertical vertical-position-top-right' => esc_html__('Vertical Top Right', 'alagu'), 'product-thumb-iconsgroup-position-vertical vertical-position-middle-left' => esc_html__('Vertical Middle Left', 'alagu'), 'product-thumb-iconsgroup-position-vertical vertical-position-middle-right' => esc_html__('Vertical Middle Right', 'alagu'), 'product-thumb-iconsgroup-position-vertical vertical-position-bottom-left' => esc_html__('Vertical Bottom Left', 'alagu'), 'product-thumb-iconsgroup-position-vertical vertical-position-bottom-right' => esc_html__('Vertical Bottom Right', 'alagu') ), 'default' => '' ), array( 'id' => 'product-thumb-buttonelement-button', 'type' => 'select', 'title' => esc_html__('Button Element - Button', 'alagu'), 'options' => array( '' => esc_html__('None', 'alagu'), 'cart' => esc_html__('Cart', 'alagu'), 'wishlist' => esc_html__('Wishlist', 'alagu'), 'compare' => esc_html__('Compare', 'alagu'), 'quickview' => esc_html__('Quick View', 'alagu') ) ), array( 'id' => 'product-thumb-buttonelement-secondary-button', 'type' => 'select', 'title' => esc_html__('Button Element - Secondary Button', 'alagu'), 'options' => array( '' => esc_html__('None', 'alagu'), 'cart' => esc_html__('Cart', 'alagu'), 'wishlist' => esc_html__('Wishlist', 'alagu'), 'compare' => esc_html__('Compare', 'alagu'), 'quickview' => esc_html__('Quick View', 'alagu') ) ), array( 'id' => 'product-thumb-buttonelement-style', 'type' => 'select', 'title' => esc_html__('Button Element - Style', 'alagu'), 'options' => array( 'product-thumb-buttonelement-style-simple' => esc_html__('Simple', 'alagu'), 'product-thumb-buttonelement-style-bgfill-square' => esc_html__('Background Fill Square', 'alagu'), 'product-thumb-buttonelement-style-bgfill-rounded-square' => esc_html__('Background Fill Rounded Square', 'alagu'), 'product-thumb-buttonelement-style-bgfill-rounded' => esc_html__('Background Fill Rounded', 'alagu'), 'product-thumb-buttonelement-style-brdrfill-square' => esc_html__('Border Fill Square', 'alagu'), 'product-thumb-buttonelement-style-brdrfill-rounded-square' => esc_html__('Border Fill Rounded Square', 'alagu'), 'product-thumb-buttonelement-style-brdrfill-rounded' => esc_html__('Border Fill Rounded', 'alagu'), 'product-thumb-buttonelement-style-skinbgfill-square' => esc_html__('Skin Background Fill Square', 'alagu'), 'product-thumb-buttonelement-style-skinbgfill-rounded-square' => esc_html__('Skin Background Fill Rounded Square', 'alagu'), 'product-thumb-buttonelement-style-skinbgfill-rounded' => esc_html__('Skin Background Fill Rounded', 'alagu'), 'product-thumb-buttonelement-style-skinbrdrfill-square' => esc_html__('Skin Border Fill Square', 'alagu'), 'product-thumb-buttonelement-style-skinbrdrfill-rounded-square' => esc_html__('Skin Border Fill Rounded Square', 'alagu'), 'product-thumb-buttonelement-style-skinbrdrfill-rounded' => esc_html__('Skin Border Fill Rounded', 'alagu') ), 'default' => 'product-thumb-buttonelement-style-simple' ), array( 'id' => 'product-thumb-buttonelement-stretch', 'type' => 'select', 'title' => esc_html__('Button Element - Stretch', 'alagu'), 'options' => array( '' => esc_html__('False', 'alagu'), 'product-thumb-buttonelement-stretch' => esc_html__('True', 'alagu') ) ), array( 'id' => 'product-thumb-element-group', 'type' => 'sorter', 'title' => esc_html__('Element Group Content', 'alagu'), 'default' => array( 'enabled' => array( 'title' => esc_html__('Title', 'alagu'), 'price' => esc_html__('Price', 'alagu') ), 'disabled' => array( 'cart' => esc_html__('Cart', 'alagu'), 'wishlist' => esc_html__('Wishlist', 'alagu'), 'compare' => esc_html__('Compare', 'alagu'), 'quickview' => esc_html__('Quick View', 'alagu'), 'category' => esc_html__('Category', 'alagu'), 'button_element' => esc_html__('Button Element', 'alagu'), 'icons_group' => esc_html__('Icons Group', 'alagu'), 'excerpt' => esc_html__('Excerpt', 'alagu'), 'rating' => esc_html__('Rating', 'alagu'), 'separator' => esc_html__('Separator', 'alagu'), 'swatches' => esc_html__('Swatches', 'alagu') ), ), 'enabled_title' => esc_html__('Active Elements', 'alagu'), 'disabled_title' => esc_html__('Deatcive Elements', 'alagu'), ), ) ), # Thumb Options # Content Options array ( 'name' => 'content_options_section', 'title' => esc_html__('Content Options', 'alagu'), 'icon' => 'fa fa-angle-double-right', 'fields' => array ( array( 'id' => 'product-content-enable', 'type' => 'switcher', 'title' => esc_html__('Enable Content Section', 'alagu'), 'desc' => esc_html__('YES! to enable content section.', 'alagu') ), array( 'id' => 'product-content-content', 'type' => 'sorter', 'title' => esc_html__('Content', 'alagu'), 'default' => array( 'enabled' => array( 'title' => esc_html__('Title', 'alagu'), 'category' => esc_html__('Category', 'alagu'), 'price' => esc_html__('Price', 'alagu'), 'button_element' => esc_html__('Button Element', 'alagu'), 'icons_group' => esc_html__('Icons Group', 'alagu'), ), 'disabled' => array( 'excerpt' => esc_html__('Excerpt', 'alagu'), 'rating' => esc_html__('Rating', 'alagu'), 'countdown' => esc_html__('Count Down', 'alagu'), 'separator' => esc_html__('Separator', 'alagu'), 'element_group' => esc_html__('Element Group', 'alagu'), 'swatches' => esc_html__('Swatches', 'alagu'), ), ), 'enabled_title' => esc_html__('Active Elements', 'alagu'), 'disabled_title' => esc_html__('Deatcive Elements', 'alagu'), ), array( 'id' => 'product-content-alignment', 'type' => 'select', 'title' => esc_html__('Alignment', 'alagu'), 'options' => array( 'product-content-alignment-left' => esc_html__('Left', 'alagu'), 'product-content-alignment-right' => esc_html__('Right', 'alagu'), 'product-content-alignment-center' => esc_html__('Center', 'alagu') ), 'default' => 'product-content-alignment-left' ), array( 'id' => 'product-content-iconsgroup-icons', 'type' => 'select', 'title' => esc_html__('Icons Group - Icons', 'alagu'), 'options' => array( 'cart' => esc_html__('Cart', 'alagu'), 'wishlist' => esc_html__('Wishlist', 'alagu'), 'compare' => esc_html__('Compare', 'alagu'), 'quickview' => esc_html__('Quick View', 'alagu') ), 'class' => 'chosen', 'attributes' => array( 'multiple' => 'multiple', ), ), array( 'id' => 'product-content-iconsgroup-style', 'type' => 'select', 'title' => esc_html__('Icons Group - Style', 'alagu'), 'options' => array( 'product-content-iconsgroup-style-simple' => esc_html__('Simple', 'alagu'), 'product-content-iconsgroup-style-bgfill-square' => esc_html__('Background Fill Square', 'alagu'), 'product-content-iconsgroup-style-bgfill-rounded-square' => esc_html__('Background Fill Rounded Square', 'alagu'), 'product-content-iconsgroup-style-bgfill-rounded' => esc_html__('Background Fill Rounded', 'alagu'), 'product-content-iconsgroup-style-brdrfill-square' => esc_html__('Border Fill Square', 'alagu'), 'product-content-iconsgroup-style-brdrfill-rounded-square' => esc_html__('Border Fill Rounded Square', 'alagu'), 'product-content-iconsgroup-style-brdrfill-rounded' => esc_html__('Border Fill Rounded', 'alagu'), 'product-content-iconsgroup-style-skinbgfill-square' => esc_html__('Skin Background Fill Square', 'alagu'), 'product-content-iconsgroup-style-skinbgfill-rounded-square' => esc_html__('Skin Background Fill Rounded Square', 'alagu'), 'product-content-iconsgroup-style-skinbgfill-rounded' => esc_html__('Skin Background Fill Rounded', 'alagu'), 'product-content-iconsgroup-style-skinbrdrfill-square' => esc_html__('Skin Border Fill Square', 'alagu'), 'product-content-iconsgroup-style-skinbrdrfill-rounded-square' => esc_html__('Skin Border Fill Rounded Square', 'alagu'), 'product-content-iconsgroup-style-skinbrdrfill-rounded' => esc_html__('Skin Border Fill Rounded', 'alagu') ), 'default' => 'product-content-iconsgroup-style-simple' ), array( 'id' => 'product-content-buttonelement-button', 'type' => 'select', 'title' => esc_html__('Button Element - Button', 'alagu'), 'options' => array( '' => esc_html__('None', 'alagu'), 'cart' => esc_html__('Cart', 'alagu'), 'wishlist' => esc_html__('Wishlist', 'alagu'), 'compare' => esc_html__('Compare', 'alagu'), 'quickview' => esc_html__('Quick View', 'alagu') ) ), array( 'id' => 'product-content-buttonelement-secondary-button', 'type' => 'select', 'title' => esc_html__('Button Element - Secondary Button', 'alagu'), 'options' => array( '' => esc_html__('None', 'alagu'), 'cart' => esc_html__('Cart', 'alagu'), 'wishlist' => esc_html__('Wishlist', 'alagu'), 'compare' => esc_html__('Compare', 'alagu'), 'quickview' => esc_html__('Quick View', 'alagu') ) ), array( 'id' => 'product-content-buttonelement-style', 'type' => 'select', 'title' => esc_html__('Button Element - Style', 'alagu'), 'options' => array( 'product-content-buttonelement-style-simple' => esc_html__('Simple', 'alagu'), 'product-content-buttonelement-style-bgfill-square' => esc_html__('Background Fill Square', 'alagu'), 'product-content-buttonelement-style-bgfill-rounded-square' => esc_html__('Background Fill Rounded Square', 'alagu'), 'product-content-buttonelement-style-bgfill-rounded' => esc_html__('Background Fill Rounded', 'alagu'), 'product-content-buttonelement-style-brdrfill-square' => esc_html__('Border Fill Square', 'alagu'), 'product-content-buttonelement-style-brdrfill-rounded-square' => esc_html__('Border Fill Rounded Square', 'alagu'), 'product-content-buttonelement-style-brdrfill-rounded' => esc_html__('Border Fill Rounded', 'alagu'), 'product-content-buttonelement-style-skinbgfill-square' => esc_html__('Skin Background Fill Square', 'alagu'), 'product-content-buttonelement-style-skinbgfill-rounded-square' => esc_html__('Skin Background Fill Rounded Square', 'alagu'), 'product-content-buttonelement-style-skinbgfill-rounded' => esc_html__('Skin Background Fill Rounded', 'alagu'), 'product-content-buttonelement-style-skinbrdrfill-square' => esc_html__('Skin Border Fill Square', 'alagu'), 'product-content-buttonelement-style-skinbrdrfill-rounded-square' => esc_html__('Skin Border Fill Rounded Square', 'alagu'), 'product-content-buttonelement-style-skinbrdrfill-rounded' => esc_html__('Skin Border Fill Rounded', 'alagu') ), 'default' => 'product-content-buttonelement-style-simple' ), array( 'id' => 'product-content-buttonelement-stretch', 'type' => 'select', 'title' => esc_html__('Button Element - Stretch', 'alagu'), 'options' => array( '' => esc_html__('False', 'alagu'), 'product-content-buttonelement-stretch' => esc_html__('True', 'alagu') ) ), array( 'id' => 'product-content-element-group', 'type' => 'sorter', 'title' => esc_html__('Element Group Content', 'alagu'), 'default' => array( 'enabled' => array( 'title' => esc_html__('Title', 'alagu'), 'price' => esc_html__('Price', 'alagu') ), 'disabled' => array( 'cart' => esc_html__('Cart', 'alagu'), 'wishlist' => esc_html__('Wishlist', 'alagu'), 'compare' => esc_html__('Compare', 'alagu'), 'quickview' => esc_html__('Quick View', 'alagu'), 'category' => esc_html__('Category', 'alagu'), 'button_element' => esc_html__('Button Element', 'alagu'), 'icons_group' => esc_html__('Icons Group', 'alagu'), 'excerpt' => esc_html__('Excerpt', 'alagu'), 'rating' => esc_html__('Rating', 'alagu'), 'separator' => esc_html__('Separator', 'alagu'), 'swatches' => esc_html__('Swatches', 'alagu') ), ), 'enabled_title' => esc_html__('Active Elements', 'alagu'), 'disabled_title' => esc_html__('Deactive Elements', 'alagu') ), ) ), # Content Options ) ); return $options; } ?>