PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.3.0
ShopBuilder – WooCommerce Builder For Elementor v3.3.0
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | app/Models/ModuleList.php +14 -19 3.4.23.3.0 View file →
@@ -1432,12 +1432,12 @@
1432 1432 'rtsb/module/bulk_discounts/options',
1433 1433 [
1434 1434 'id' => 'bulk_discounts',
1435 1435 'active' => '',
1436 - 'title' => esc_html__( 'Volume Discount', 'shopbuilder' ),
1436 + 'title' => esc_html__( 'Bulk Discounts', 'shopbuilder' ),
1437 1437 'active_field' => [
1438 - 'label' => esc_html__( 'Enable Volume Discount?', 'shopbuilder' ),
1439 - 'help' => esc_html__( 'Switch on to enable volume discount module.', 'shopbuilder' ),
1438 + 'label' => esc_html__( 'Enable Bulk Discounts?', 'shopbuilder' ),
1439 + 'help' => esc_html__( 'Switch on to enable bulk discounts module.', 'shopbuilder' ),
1440 1440 ],
1441 1441 'package' => $this->pro_package(),
1442 1442 'fields' => Fns::pro_version_notice( '1.10.0', 'general', 'ShopBuilder Pro', false ),
1443 1443 ]
@@ -4161,10 +4161,10 @@
4161 4161 'id' => 'show_term_name_beside_label',
4162 4162 'type' => 'switch',
4163 4163 'isPro' => ! rtsb()->has_pro(),
4164 4164 'default' => false,
4165 - 'label' => esc_html__( 'Show Selected Term Name', 'shopbuilder' ),
4166 - 'help' => esc_html__( 'Displays the selected attribute value next to its label (e.g. "Color: Red").', 'shopbuilder' ),
4165 + 'label' => esc_html__( 'Show Term Name', 'shopbuilder' ),
4166 + 'help' => esc_html__( 'Selected term name will show beside attribute label.', 'shopbuilder' ),
4167 4167 'tab' => 'general',
4168 4168 ],
4169 4169 'disabled_attribute_behavior' => [
4170 4170 'id' => 'disabled_attribute_behavior',
@@ -4786,10 +4786,10 @@
4786 4786 'dependency' => [
4787 4787 'rules' => [
4788 4788 [
4789 4789 'item' => 'modules.variation_gallery.gallery_style',
4790 - 'value' => 'grid',
4791 - 'operator' => '!=',
4790 + 'value' => 'bottom',
4791 + 'operator' => '==',
4792 4792 ],
4793 4793 ],
4794 4794 ],
4795 4795 ],
@@ -4867,9 +4867,8 @@
4867 4867 'options' => [
4868 4868 'blur' => esc_html__( 'Blur', 'shopbuilder' ),
4869 4869 'fade' => esc_html__( 'Fade', 'shopbuilder' ),
4870 4870 'gray' => esc_html__( 'Gray', 'shopbuilder' ),
4871 - 'none' => esc_html__( 'No Effect', 'shopbuilder' ),
4872 4871 ],
4873 4872 'tab' => 'general',
4874 4873 ],
4875 4874 'gallery_thumbnail_controls_title' => [
@@ -4882,19 +4881,15 @@
4882 4881 'id' => 'gallery_style',
4883 4882 'type' => 'select',
4884 4883 'value' => 'bottom',
4885 4884 'label' => esc_html__( 'Thumbnail Position/Gallery Style', 'shopbuilder' ),
4886 - // Bottom, left and right are free. Grid needs the pro templates, so
4887 - // it is only offered when pro is active; a value saved while pro was
4888 - // active degrades to bottom via GalleryFns::get_gallery_style().
4889 - 'options' => array_merge(
4890 - [
4891 - 'bottom' => esc_html__( 'Thumbnail Position Bottom', 'shopbuilder' ),
4892 - 'left' => esc_html__( 'Thumbnail Position Left', 'shopbuilder' ),
4893 - 'right' => esc_html__( 'Thumbnail Position Right', 'shopbuilder' ),
4894 - ],
4895 - rtsb()->has_pro() ? [ 'grid' => esc_html__( 'Grid View Images', 'shopbuilder' ) ] : []
4896 - ),
4885 + 'isPro' => ! rtsb()->has_pro(),
4886 + 'options' => [
4887 + 'bottom' => esc_html__( 'Thumbnail Position Bottom', 'shopbuilder' ),
4888 + 'left' => esc_html__( 'Thumbnail Position Left', 'shopbuilder' ),
4889 + 'right' => esc_html__( 'Thumbnail Position Right', 'shopbuilder' ),
4890 + 'grid' => esc_html__( 'Grid View Images', 'shopbuilder' ),
4891 + ],
4897 4892 'tab' => 'general',
4898 4893 ],
4899 4894 'thumbnails_columns' => [
4900 4895 'id' => 'thumbnails_columns',