PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.1.13
ShopBuilder – WooCommerce Builder For Elementor v2.1.13
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 +2 -29 2.2.12.1.13 View file →
@@ -998,37 +998,10 @@
998 998 ],
999 999 'fields' => [],
1000 1000 ]
1001 1001 ),
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 - ),
1002 + // Pre-Order.
1003 + // Currency Switcher.
1031 1004 // Product Addons.
1032 1005 // Checkout Fields Manager.
1033 1006 'sales_notification' => apply_filters(
1034 1007 'rtsb/module/sales_notification/options',