| @@ -998,10 +998,37 @@ | ||
| 998 | 998 | ], |
| 999 | 999 | 'fields' => [], |
| 1000 | 1000 | ] |
| 1001 | 1001 | ), |
| 1002 | - // Pre-Order. | |
| 1003 | - // Currency Switcher. | |
| 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 | + ), | |
| 1004 | 1031 | // Product Addons. |
| 1005 | 1032 | // Checkout Fields Manager. |
| 1006 | 1033 | 'sales_notification' => apply_filters( |
| 1007 | 1034 | 'rtsb/module/sales_notification/options', |