PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.2.2
ShopBuilder – WooCommerce Builder For Elementor v2.2.2
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 +15 -1 2.1.152.2.2 View file →
@@ -1027,9 +1027,23 @@
1027 1027 'is_active' => true,
1028 1028 'fields' => [],
1029 1029 ]
1030 1030 ),
1031 - // Product Addons.
1031 + 'product_add_ons' => apply_filters(
1032 + 'rtsb/module/product_add_ons/options',
1033 + [
1034 + 'id' => 'product_add_ons',
1035 + 'active' => '',
1036 + 'title' => esc_html__( 'Product Add-Ons', 'shopbuilder' ),
1037 + 'package' => $this->pro_package(),
1038 + 'active_field' => [
1039 + 'label' => esc_html__( 'Enable Product Add-Ons?', 'shopbuilder' ),
1040 + 'help' => esc_html__( 'Switch on to enable product add-ons module.', 'shopbuilder' ),
1041 + ],
1042 + 'is_active' => true,
1043 + 'fields' => [],
1044 + ]
1045 + ),
1032 1046 // Checkout Fields Manager.
1033 1047 'sales_notification' => apply_filters(
1034 1048 'rtsb/module/sales_notification/options',
1035 1049 [