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 +44 -3 2.1.142.2.2 View file →
@@ -998,11 +998,52 @@
998 998 ],
999 999 'fields' => [],
1000 1000 ]
1001 1001 ),
1002 - // Pre-Order.
1003 - // Currency Switcher.
1004 - // Product Addons.
1002 + 'pre_order' => apply_filters(
1003 + 'rtsb/module/pre_order/options',
1004 + [
1005 + 'id' => 'pre_order',
1006 + 'active' => '',
1007 + 'title' => esc_html__( 'Pre-Order', 'shopbuilder' ),
1008 + 'package' => $this->pro_package(),
1009 + 'active_field' => [
1010 + 'label' => esc_html__( 'Enable Pre-Order?', 'shopbuilder' ),
1011 + 'help' => esc_html__( 'Switch on to enable pre-order module.', 'shopbuilder' ),
1012 + ],
1013 + 'fields' => [],
1014 + ]
1015 + ),
1016 + 'currency_switcher' => apply_filters(
1017 + 'rtsb/module/currency_switcher/options',
1018 + [
1019 + 'id' => 'currency_switcher',
1020 + 'active' => '',
1021 + 'title' => esc_html__( 'Currency Switcher', 'shopbuilder' ),
1022 + 'package' => $this->pro_package(),
1023 + 'active_field' => [
1024 + 'label' => esc_html__( 'Enable Currency Switcher?', 'shopbuilder' ),
1025 + 'help' => esc_html__( 'Switch on to enable currency switcher module.', 'shopbuilder' ),
1026 + ],
1027 + 'is_active' => true,
1028 + 'fields' => [],
1029 + ]
1030 + ),
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 + ),
1005 1046 // Checkout Fields Manager.
1006 1047 'sales_notification' => apply_filters(
1007 1048 'rtsb/module/sales_notification/options',
1008 1049 [