PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.4.0
ShopBuilder – WooCommerce Builder For Elementor v3.4.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 +11 -15 3.4.23.4.0 View file →
@@ -1434,10 +1434,10 @@
1434 1434 'id' => 'bulk_discounts',
1435 1435 'active' => '',
1436 1436 'title' => esc_html__( 'Volume Discount', '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',
@@ -4882,19 +4882,15 @@
4882 4882 'id' => 'gallery_style',
4883 4883 'type' => 'select',
4884 4884 'value' => 'bottom',
4885 4885 '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 - ),
4886 + 'isPro' => ! rtsb()->has_pro(),
4887 + 'options' => [
4888 + 'bottom' => esc_html__( 'Thumbnail Position Bottom', 'shopbuilder' ),
4889 + 'left' => esc_html__( 'Thumbnail Position Left', 'shopbuilder' ),
4890 + 'right' => esc_html__( 'Thumbnail Position Right', 'shopbuilder' ),
4891 + 'grid' => esc_html__( 'Grid View Images', 'shopbuilder' ),
4892 + ],
4897 4893 'tab' => 'general',
4898 4894 ],
4899 4895 'thumbnails_columns' => [
4900 4896 'id' => 'thumbnails_columns',