Example #1
0
 public function uninstall()
 {
     if (!parent::uninstall() || !$this->uninstallDB()) {
         return false;
     }
     return true;
 }
 public function uninstall()
 {
     if (!parent::uninstall() || !Configuration::deleteByName('ELEVATEZOOM_PRODUCT') || !Configuration::deleteByName('ELEVATEZOOM_ZOOM_TYPE') || !Configuration::deleteByName('ELEVATEZOOM_FADE_IN') || !Configuration::deleteByName('ELEVATEZOOM_FADE_OUT') || !Configuration::deleteByName('ELEVATEZOOM_WINDOW_POS') || !Configuration::deleteByName('ELEVATEZOOM_SCROLL') || !Configuration::deleteByName('ELEVATEZOOM_EASING') || !Configuration::deleteByName('ELEVATEZOOM_CURSOR_TYPE') || !Configuration::deleteByName('ELEVATEZOOM_TINT') || !Configuration::deleteByName('ELEVATEZOOM_TINT_COLOR') || !Configuration::deleteByName('ELEVATEZOOM_TINT_OPACITY') || !Configuration::deleteByName('ELEVATEZOOM_LENS_SHAPE') || !Configuration::deleteByName('ELEVATEZOOM_LENS_SIZE') || !Configuration::deleteByName('ELEVATEZOOM_EXTRA_PARAMS') || !Configuration::deleteByName('ELEVATEZOOM_OTHER') || !Configuration::deleteByName('ELEVATEZOOM_OTHER_CODE')) {
         return false;
     }
     return true;
 }
Example #3
0
 public function uninstall()
 {
     if (!parent::uninstall() || !$this->deleteTables() || !Configuration::deleteByName('PRODUCT_COMMENTS_MODERATE') || !Configuration::deleteByName('PRODUCT_COMMENTS_ALLOW_GUESTS') || !Configuration::deleteByName('PRODUCT_COMMENTS_MINIMAL_TIME') || !$this->unregisterHook('extraProductComparison') || !$this->unregisterHook('productOutOfStock') || !$this->unregisterHook('productTabContent') || !$this->unregisterHook('header') || !$this->unregisterHook('productTab')) {
         return false;
     }
     return true;
 }
Example #4
0
 public function uninstall()
 {
     if (!parent::uninstall() || !Configuration::deleteByName('MOD_BLOCKTOPMENU_ITEMS') || !Configuration::deleteByName('MOD_BLOCKTOPMENU_SEARCH') || !$this->uninstallDB()) {
         return false;
     }
     return true;
 }
Example #5
0
 public function uninstall()
 {
     Configuration::deleteByName('ASKFORPRICE_LIVE_MODE');
     Configuration::deleteByName('ASKFORPRICE_CONTACT');
     Configuration::deleteByName('ASKFORPRICE_MINIMAL_PRICE');
     return parent::uninstall();
 }
 public function uninstall()
 {
     if (!parent::uninstall() || !Configuration::delete('MOD_BLOCKHOMECATS_CATS')) {
         return false;
     }
     return true;
 }
Example #7
0
 public function uninstall()
 {
     if (!$this->uninstallTab() || !parent::uninstall()) {
         return false;
     }
     return Db::getInstance()->Execute('DROP TABLE IF EXISTS `' . _DB_PREFIX_ . 'ganalytics`');
 }
Example #8
0
 function uninstall()
 {
     if (!Configuration::deleteByName('GADSENSE_ID') or !parent::uninstall()) {
         return false;
     }
     return true;
 }
Example #9
0
 public function uninstall()
 {
     Configuration::deleteByName('BLOCKBANNER_IMG');
     Configuration::deleteByName('BLOCKBANNER_LINK');
     Configuration::deleteByName('BLOCKBANNER_DESC');
     return parent::uninstall();
 }
Example #10
0
 public function uninstall()
 {
     if (!parent::uninstall()) {
         return false;
     }
     return true;
 }
Example #11
0
 public function uninstall()
 {
     if (!parent::uninstall() or !Configuration::deleteByName('CROSSSELLING_DISPLAY_PRICE')) {
         return false;
     }
     return true;
 }
Example #12
0
 public function uninstall($keep = true)
 {
     if (!parent::uninstall() || !Configuration::deleteByName('EGORMATEKPROD_MANUF') || !$this->unregisterHook('displayTopColumn') || $keep && !$this->deleteTables()) {
         return false;
     }
     return true;
 }
 public function uninstall()
 {
     if (!parent::uninstall() || !Db::getInstance()->execute('DROP TABLE ' . _DB_PREFIX_ . 'tmblocklink1') || !Db::getInstance()->execute('DROP TABLE ' . _DB_PREFIX_ . 'tmblocklink1_lang') || !Db::getInstance()->execute('DROP TABLE ' . _DB_PREFIX_ . 'tmblocklink1_shop') || !Configuration::deleteByName('PS_TMBLOCKLINK1_TITLE') || !Configuration::deleteByName('PS_TMBLOCKLINK1_URL')) {
         return false;
     }
     return true;
 }
Example #14
0
 public function uninstall()
 {
     if (!parent::uninstall() or !$this->unregisterHook('productFooter') or !$this->unregisterHook('header') or !$this->unregisterHook('shoppingCart') or !Configuration::deleteByName('CROSSSELLING_DISPLAY_PRICE')) {
         return false;
     }
     return true;
 }
Example #15
0
 public function uninstall($delete_params = true)
 {
     if ($delete_params && !$this->deleteTables() || !parent::uninstall()) {
         return false;
     }
     return true;
 }
 public function uninstall()
 {
     if (!parent::uninstall() || !Configuration::deleteByName('facebookgraph_id') || !Configuration::deleteByName('facebookgraph_type') || !Configuration::deleteByName('facebookgraph_title') || !Configuration::deleteByName('facebookgraph_url') || !Configuration::deleteByName('facebookgraph_name') || !Configuration::deleteByName('facebookgraph_image') || !Configuration::deleteByName('facebookgraph_description')) {
         return false;
     }
     return true;
 }
 public function uninstall ()
 {
     $tab = new Tab(Tab::getIdFromClassName('AdminNewsletter'));
     return parent::uninstall()
             && $tab->delete()
             && Configuration::deleteByName('NSletter_id_parent_tab');;
 }
 public function uninstall()
 {
     if (!Db::getInstance()->execute('DELETE FROM `' . _DB_PREFIX_ . 'module_country` WHERE id_module = ' . (int) $this->id) || !Db::getInstance()->execute('DELETE FROM `' . _DB_PREFIX_ . 'module_currency` WHERE id_module = ' . (int) $this->id) || !Db::getInstance()->execute('DELETE FROM `' . _DB_PREFIX_ . 'module_group` WHERE id_module = ' . (int) $this->id)) {
         return false;
     }
     return parent::uninstall();
 }
 public function uninstall()
 {
     Configuration::deleteByName('PRODUCTPAYMENTLOGOS_IMG');
     Configuration::deleteByName('PRODUCTPAYMENTLOGOS_LINK');
     Configuration::deleteByName('PRODUCTPAYMENTLOGOS_TITLE');
     return parent::uninstall();
 }
 public function uninstall($keep = true)
 {
     if (!parent::uninstall() || $keep && !$this->deleteTables() || !Configuration::deleteByName('PRODUCT_COMMENTS_MODERATE') || !Configuration::deleteByName('PRODUCT_COMMENTS_ALLOW_GUESTS') || !Configuration::deleteByName('PRODUCT_COMMENTS_MINIMAL_TIME') || !$this->unregisterHook('extraProductComparison') || !$this->unregisterHook('displayRightColumnProduct') || !$this->unregisterHook('productTabContent') || !$this->unregisterHook('header') || !$this->unregisterHook('productTab') || !$this->unregisterHook('top') || !$this->unregisterHook('displayProductListReviews')) {
         return false;
     }
     return true;
 }
Example #21
0
 public function uninstall()
 {
     if (!parent::uninstall() || !Db::getInstance()->execute('DROP TABLE `' . _DB_PREFIX_ . 'favorite_product`')) {
         return false;
     }
     return true;
 }
Example #22
0
 public function uninstall()
 {
     foreach ($this->defaults as $default => $value) {
         Configuration::deleteByName($this->config_name . '_' . $default);
     }
     return parent::uninstall();
 }
 public function uninstall()
 {
     if (!Configuration::deleteByName('SHOPPING_FLUX_TOKEN') || !Configuration::deleteByName('SHOPPING_FLUX_CANCELED') || !Configuration::deleteByName('SHOPPING_FLUX_SHIPPED') || !Configuration::deleteByName('SHOPPING_FLUX_IMAGE') || !Configuration::deleteByName('SHOPPING_FLUX_TRACKING') || !Configuration::deleteByName('SHOPPING_FLUX_BUYLINE') || !Configuration::deleteByName('SHOPPING_FLUX_ORDERS') || !Configuration::deleteByName('SHOPPING_FLUX_STATUS_SHIPPED') || !Configuration::deleteByName('SHOPPING_FLUX_STATUS_CANCELED') || !Configuration::deleteByName('SHOPPING_FLUX_LOGIN') || !Configuration::deleteByName('SHOPPING_FLUX_INDEX') || !Configuration::deleteByName('SHOPPING_FLUX_STOCKS') || !Configuration::deleteByName('SHOPPING_FLUX_SHIPPING_MATCHING') || !parent::uninstall()) {
         return false;
     }
     return true;
 }
Example #24
0
 public function uninstall()
 {
     $this->_clearCache('blockbestsellers.tpl');
     $this->_clearCache('blockbestsellers-home.tpl');
     $this->_clearCache('tab.tpl');
     return parent::uninstall();
 }
 public function uninstall()
 {
     if (!parent::uninstall() || !Configuration::deleteByName('MOD_BLOCKTOPMENU_ITEMS') || !Configuration::deleteByName('MOD_BLOCKTOPMENU_HOME') || !$this->unregisterHook('displayNavigationBar') || !$this->uninstallDB()) {
         return false;
     }
     return true;
 }
Example #26
0
 function uninstall()
 {
     if (!parent::uninstall()) {
         return false;
     }
     return Db::getInstance()->Execute('DROP TABLE `' . _DB_PREFIX_ . 'location_coords`');
 }
Example #27
0
 public function uninstall()
 {
     if (!parent::uninstall() || !BlockCMSModel::DropTables() || !Configuration::deleteByName('FOOTER_CMS') || !Configuration::deleteByName('FOOTER_BLOCK_ACTIVATION') || !Configuration::deleteByName('FOOTER_POWEREDBY')) {
         return false;
     }
     return true;
 }
Example #28
0
 public function uninstall()
 {
     if (!Configuration::deleteByName('PS_PTOOLTIP_PEOPLE') or !Configuration::deleteByName('PS_PTOOLTIP_DATE_CART') or !Configuration::deleteByName('PS_PTOOLTIP_DATE_ORDER') or !Configuration::deleteByName('PS_PTOOLTIP_DAYS') or !Configuration::deleteByName('PS_PTOOLTIP_LIFETIME') or !parent::uninstall()) {
         return false;
     }
     return true;
 }
Example #29
0
 public function uninstall()
 {
     if (!parent::uninstall()) {
         return false;
     }
     return Db::getInstance()->Execute('DROP TABLE ' . _DB_PREFIX_ . 'newsletter');
 }
Example #30
0
 function uninstall()
 {
     if (!Configuration::deleteByName('IADVIZE_SID') or !Configuration::deleteByName('IADVIZE_BID') or !parent::uninstall()) {
         return false;
     }
     return true;
 }