@@ -50,9 +50,9 @@ public function __construct()
50
50
51
51
$ this ->fields_options = array (
52
52
'general ' => array (
53
- 'title ' => $ this ->l ('General ' ),
54
- 'icon ' => 'icon-cogs ' ,
55
- 'fields ' => array (
53
+ 'title ' => $ this ->l ('General ' ),
54
+ 'icon ' => 'icon-cogs ' ,
55
+ 'fields ' => array (
56
56
'PS_REGISTRATION_PROCESS_TYPE ' => array (
57
57
'title ' => $ this ->l ('Registration process type ' ),
58
58
'hint ' => $ this ->l ('The "Only account creation" registration option allows the customer to register faster, and create his/her address later. ' ),
@@ -121,6 +121,15 @@ public function __construct()
121
121
'cast ' => 'intval ' ,
122
122
'type ' => 'bool '
123
123
),
124
+ ),
125
+ 'submit ' => array (
126
+ 'title ' => $ this ->l ('Save ' ),
127
+ ),
128
+ ),
129
+ 'customer_kpi ' => array (
130
+ 'title ' => $ this ->l ('Customer KPI configuration ' ),
131
+ 'icon ' => 'icon-cogs ' ,
132
+ 'fields ' => array (
124
133
'PS_KPI_FREQUENT_CUSTOMER_NB_ORDERS ' => array (
125
134
'title ' => $ this ->l ('Number of orders to use to calculate frequent customers ' ),
126
135
'hint ' => $ this ->l ('Set the number of orders to use to calculate frequent customers. ' ),
@@ -157,8 +166,10 @@ public function __construct()
157
166
'class ' => 'fixed-width-xl ' ,
158
167
),
159
168
),
160
- 'submit ' => array ('title ' => $ this ->l ('Save ' )),
161
- ),
169
+ 'submit ' => array (
170
+ 'title ' => $ this ->l ('Save ' ),
171
+ ),
172
+ )
162
173
);
163
174
}
164
175
0 commit comments