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 +4 -3 3.3.03.4.0 View file →
@@ -1432,9 +1432,9 @@
1432 1432 'rtsb/module/bulk_discounts/options',
1433 1433 [
1434 1434 'id' => 'bulk_discounts',
1435 1435 'active' => '',
1436 - 'title' => esc_html__( 'Bulk Discounts', 'shopbuilder' ),
1436 + 'title' => esc_html__( 'Volume Discount', 'shopbuilder' ),
1437 1437 'active_field' => [
1438 1438 'label' => esc_html__( 'Enable Bulk Discounts?', 'shopbuilder' ),
1439 1439 'help' => esc_html__( 'Switch on to enable bulk discounts module.', 'shopbuilder' ),
1440 1440 ],
@@ -4786,10 +4786,10 @@
4786 4786 'dependency' => [
4787 4787 'rules' => [
4788 4788 [
4789 4789 'item' => 'modules.variation_gallery.gallery_style',
4790 - 'value' => 'bottom',
4791 - 'operator' => '==',
4790 + 'value' => 'grid',
4791 + 'operator' => '!=',
4792 4792 ],
4793 4793 ],
4794 4794 ],
4795 4795 ],
@@ -4867,8 +4867,9 @@
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' ),
4871 4872 ],
4872 4873 'tab' => 'general',
4873 4874 ],
4874 4875 'gallery_thumbnail_controls_title' => [