| @@ -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 | [ |