public function enableAction()
 {
     $params = $this->getRequest()->getParams();
     $config = new Clearcode_Addshoppers_Helper_Config($params['store']);
     $config->setEnabled($params['status']['enabled']);
     Mage::app()->getCache()->clean();
     $this->redirectBack($params['store']);
 }