File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,8 @@ public function getconfigAction()
163
163
'PRODUCT_SYNCHRONIZATION_IMAGE_WIDTH ' => Mage::helper ('clerk ' )->getSetting ('clerk/general/image_w ' ),
164
164
'PRODUCT_SYNCHRONIZATION_IMAGE_HEIGHT ' => Mage::helper ('clerk ' )->getSetting ('clerk/general/image_h ' ),
165
165
'PRODUCT_SYNCHRONIZATION_IMPORT_URL ' => Mage::helper ('clerk ' )->getSetting ('clerk/general/url ' ),
166
+ 'SUBSCRIBER_SYNCHRONIZATION_ENABLED ' => Mage::helper ('clerk ' )->getSetting ('clerk/general/collect_subscribers ' ),
167
+
166
168
167
169
'SEARCH_ENABLED ' => Mage::helper ('clerk ' )->getSetting ('clerk/search/active ' ),
168
170
'SEARCH_INCLUDE_CATEGORIES ' => Mage::helper ('clerk ' )->getSetting ('clerk/search/show_categories ' ),
@@ -267,6 +269,12 @@ public function setconfigAction()
267
269
Mage::getConfig ()->saveConfig ($ path , $ value , 'stores ' , $ storeid );
268
270
$ count ++;
269
271
}
272
+ if ($ key == "SUBSCRIBER_SYNCHRONIZATION_ENABLED " ){
273
+ $ path = 'clerk/general/collect_subscribers ' ;
274
+ Mage::getConfig ()->saveConfig ($ path , $ value , 'stores ' , $ storeid );
275
+ $ count ++;
276
+ }
277
+
270
278
if ($ key == "PAGES_ADDITIONAL_FIELDS " ){
271
279
$ path = 'clerk/general/pages_additional_fields ' ;
272
280
Mage::getConfig ()->saveConfig ($ path , $ value , 'stores ' , $ storeid );
You can’t perform that action at this time.
0 commit comments