Skip to content

Commit

Permalink
Copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thenahidul committed Oct 25, 2024
1 parent a375653 commit 7ca32a5
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion inc/modules/free-gifts/admin/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
array(
'id' => 'mobile_width',
'type' => 'checkbox',
'label' => esc_html__( 'Width mobile', 'merchant' ),
'label' => esc_html__( 'Mobile width', 'merchant' ),
'default' => 0,
),

Expand Down
6 changes: 3 additions & 3 deletions inc/modules/pre-orders/admin/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
'type' => 'select',
'title' => esc_html__( 'Trigger', 'merchant' ),
'options' => array(
'product' => esc_html__( 'Specific products', 'merchant' ),
'category' => esc_html__( 'Specific categories', 'merchant' ),
'tags' => esc_html__( 'Specific tags', 'merchant' ),
'product' => esc_html__( 'Specific Products', 'merchant' ),
'category' => esc_html__( 'Specific Categories', 'merchant' ),
'tags' => esc_html__( 'Specific Tags', 'merchant' ),
),
'default' => 'product',
),
Expand Down
2 changes: 1 addition & 1 deletion inc/modules/product-labels/admin/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'all_products' => esc_html__( 'All Products', 'merchant' ),
'specific_products' => esc_html__( 'Specific Products', 'merchant' ),
'by_category' => esc_html__( 'Specific Categories', 'merchant' ),
'by_tags' => esc_html__( 'Specific tags', 'merchant' ),
'by_tags' => esc_html__( 'Specific Tags', 'merchant' ),
);

/**
Expand Down
6 changes: 3 additions & 3 deletions inc/modules/quick-view/admin/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
array(
'id' => 'mobile_position',
'type' => 'checkbox',
'label' => esc_html__( 'Position mobile', 'merchant' ),
'label' => esc_html__( 'Mobile position', 'merchant' ),
'default' => 0,
'condition' => array( 'button_position', '==', 'overlay' ),
),
Expand Down Expand Up @@ -243,7 +243,7 @@
array(
'id' => 'place_product_image',
'type' => 'radio',
'title' => esc_html__( 'Place product image', 'merchant' ),
'title' => esc_html__( 'Product gallery image placement', 'merchant' ),
'options' => array(
'thumbs-at-left' => esc_html__( 'Thumbs at left', 'merchant' ),
'thumbs-at-right' => esc_html__( 'Thumbs at right', 'merchant' ),
Expand All @@ -262,7 +262,7 @@
array(
'id' => 'place_product_description',
'type' => 'radio',
'title' => esc_html__( 'Place product description', 'merchant' ),
'title' => esc_html__( 'Product description placement', 'merchant' ),
'options' => array(
'top' => esc_html__( 'Top', 'merchant' ),
'bottom' => esc_html__( 'Bottom', 'merchant' ),
Expand Down
8 changes: 4 additions & 4 deletions inc/modules/reasons-to-buy/admin/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
'type' => 'select',
'title' => esc_html__( 'Products that will display the items', 'merchant' ),
'options' => array(
'all' => esc_html__( 'All products', 'merchant' ),
'products' => esc_html__( 'Specific products', 'merchant' ),
'categories' => esc_html__( 'Specific categories', 'merchant' ),
'tags' => esc_html__( 'Specific tags', 'merchant' ),
'all' => esc_html__( 'All Products', 'merchant' ),
'products' => esc_html__( 'Specific Products', 'merchant' ),
'categories' => esc_html__( 'Specific Categories', 'merchant' ),
'tags' => esc_html__( 'Specific Tags', 'merchant' ),
),
'default' => 'all',
),
Expand Down
16 changes: 8 additions & 8 deletions inc/modules/side-cart/admin/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@
array(
'id' => 'category_slugs',
'type' => 'select_ajax',
'title' => esc_html__( 'Select category(es)', 'merchant' ),
'title' => esc_html__( 'Select categories', 'merchant' ),
'source' => 'options',
'multiple' => true,
'options' => Merchant_Admin_Options::get_category_select2_choices(),
'placeholder' => esc_html__( 'Search category(es)', 'merchant' ),
'desc' => esc_html__( 'Select the category(es) that you want to add the upsell for.', 'merchant' ),
'placeholder' => esc_html__( 'Search categories', 'merchant' ),
'desc' => esc_html__( 'Select the categories that you want to add the upsell for.', 'merchant' ),
'conditions' => array(
'relation' => 'AND', // AND/OR, If not provided, only first term will be considered
'terms' => array(
Expand Down Expand Up @@ -300,11 +300,11 @@
array(
'id' => 'excluded_category_slugs',
'type' => 'select_ajax',
'title' => esc_html__( 'Exclude category(es)', 'merchant' ),
'title' => esc_html__( 'Exclude categories', 'merchant' ),
'source' => 'options',
'multiple' => true,
'options' => Merchant_Admin_Options::get_category_select2_choices(),
'placeholder' => esc_html__( 'Search category(es)', 'merchant' ),
'placeholder' => esc_html__( 'Search categories', 'merchant' ),
'desc' => esc_html__( 'Upsell will not be displayed for selected category products.', 'merchant' ),
'conditions' => array(
'relation' => 'AND', // AND/OR, If not provided, only first term will be considered
Expand Down Expand Up @@ -353,12 +353,12 @@
array(
'id' => 'upsells_category_slugs',
'type' => 'select_ajax',
'title' => esc_html__( 'Select category(es)', 'merchant' ),
'title' => esc_html__( 'Select categories', 'merchant' ),
'source' => 'options',
'multiple' => true,
'options' => Merchant_Admin_Options::get_category_select2_choices(),
'placeholder' => esc_html__( 'Search category(es)', 'merchant' ),
'desc' => esc_html__( 'Select the category(es) that you want to display the upsell products form.', 'merchant' ),
'placeholder' => esc_html__( 'Search categories', 'merchant' ),
'desc' => esc_html__( 'Select the categories that you want to display the upsell products form.', 'merchant' ),
'conditions' => array(
'relation' => 'AND', // AND/OR, If not provided, only first term will be considered
'terms' => array(
Expand Down
8 changes: 4 additions & 4 deletions inc/modules/volume-discounts/admin/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
'type' => 'select',
'title' => esc_html__( 'Offered product(s)', 'merchant' ),
'options' => array(
'all' => esc_html__( 'All products', 'merchant' ),
'products' => esc_html__( 'Specific products', 'merchant' ),
'categories' => esc_html__( 'Specific categories', 'merchant' ),
'tags' => esc_html__( 'Specific tags', 'merchant' ),
'all' => esc_html__( 'All Products', 'merchant' ),
'products' => esc_html__( 'Specific Products', 'merchant' ),
'categories' => esc_html__( 'Specific Categories', 'merchant' ),
'tags' => esc_html__( 'Specific Tags', 'merchant' ),
),
'default' => 'products',
),
Expand Down

0 comments on commit 7ca32a5

Please sign in to comment.