Example #1
0
 function uninstall()
 {
     Configuration::deleteByName('CHECKOUT_SID');
     Configuration::deleteByName('CHECKOUT_SECRET');
     Configuration::deleteByName('CHECKOUT_CURRENCIES');
     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 #3
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;
 }
 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 #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 ()
 {
     $tab = new Tab(Tab::getIdFromClassName('AdminNewsletter'));
     return parent::uninstall()
             && $tab->delete()
             && Configuration::deleteByName('NSletter_id_parent_tab');;
 }
Example #7
0
 public function uninstall()
 {
     if (!parent::uninstall() || !Configuration::deleteByName('MOD_BLOCKTOPMENU_ITEMS') || !Configuration::deleteByName('MOD_BLOCKTOPMENU_SEARCH') || !$this->uninstallDB()) {
         return false;
     }
     return true;
 }
Example #8
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;
 }
 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 #10
0
 public function uninstall()
 {
     if (!Configuration::deleteByName('SMT_AFFILIE') or !Configuration::deleteByName('SMT_TEST') or !parent::uninstall()) {
         return false;
     }
     return true;
 }
Example #11
0
 function uninstall()
 {
     if (!Configuration::deleteByName('IADVIZE_SID') or !Configuration::deleteByName('IADVIZE_BID') or !parent::uninstall()) {
         return false;
     }
     return true;
 }
 public function uninstall()
 {
     if (!parent::uninstall() || !Configuration::deleteByName('PRODUCTMIRROR_NAME')) {
         return false;
     }
     return true;
 }
Example #13
0
 public function uninstall()
 {
     if (!parent::uninstall() or !Db::getInstance()->Execute('DROP TABLE ' . _DB_PREFIX_ . 'blocklink') or !Db::getInstance()->Execute('DROP TABLE ' . _DB_PREFIX_ . 'blocklink_lang') or !Configuration::deleteByName('PS_BLOCKLINK_TITLE') or !Configuration::deleteByName('PS_BLOCKLINK_URL')) {
         return false;
     }
     return true;
 }
 public function uninstall()
 {
     if (!parent::uninstall() || !Configuration::deleteByName('SHOPCONNECTORMODULE_HASH')) {
         return false;
     }
     return true;
 }
Example #15
0
 public function uninstall()
 {
     foreach ($this->defaults as $default => $value) {
         Configuration::deleteByName($this->config_name . '_' . $default);
     }
     return parent::uninstall();
 }
Example #16
0
 public function uninstall($keep = true)
 {
     if (!parent::uninstall() || !Configuration::deleteByName('EGORMATEKPROD_MANUF') || !$this->unregisterHook('displayTopColumn') || $keep && !$this->deleteTables()) {
         return false;
     }
     return true;
 }
Example #17
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 #18
0
 public function uninstall()
 {
     if (!parent::uninstall() or !Configuration::deleteByName('CROSSSELLING_DISPLAY_PRICE')) {
         return false;
     }
     return true;
 }
 public function uninstall()
 {
     Configuration::deleteByName('PRODUCTPAYMENTLOGOS_IMG');
     Configuration::deleteByName('PRODUCTPAYMENTLOGOS_LINK');
     Configuration::deleteByName('PRODUCTPAYMENTLOGOS_TITLE');
     return parent::uninstall();
 }
Example #20
0
 function uninstall()
 {
     if (!Configuration::deleteByName('GADSENSE_ID') or !parent::uninstall()) {
         return false;
     }
     return true;
 }
Example #21
0
 public function uninstall()
 {
     if (!Configuration::deleteByName('CHEQUE_NAME') || !Configuration::deleteByName('CHEQUE_ADDRESS') || !parent::uninstall()) {
         return false;
     }
     return true;
 }
Example #22
0
 public function uninstall()
 {
     Configuration::deleteByName('BLOCKBANNER_IMG');
     Configuration::deleteByName('BLOCKBANNER_LINK');
     Configuration::deleteByName('BLOCKBANNER_DESC');
     return parent::uninstall();
 }
Example #23
0
 public function uninstall()
 {
     if (!Configuration::deleteByName('NIMBLEPAYMENT_CLIENT_ID') || !Configuration::deleteByName('NIMBLEPAYMENT_CLIENT_SECRET') || !Configuration::deleteByName('NIMBLEPAYMENT_URLTPV') || !Configuration::deleteByName('NIMBLEPAYMENT_NAME') || !Configuration::deleteByName('NIMBLEPAYMENT_DESCRIPTION') || !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;
 }
Example #25
0
 public function uninstall()
 {
     if (!Configuration::deleteByName('BANK_WIRE_DETAILS') || !Configuration::deleteByName('BANK_WIRE_OWNER') || !Configuration::deleteByName('BANK_WIRE_ADDRESS') || !parent::uninstall()) {
         return false;
     }
     return true;
 }
 public function uninstall()
 {
     if (!Configuration::deleteByName('ALLIEDWALLET_MERCHANT_ID') || !Configuration::deleteByName('ALLIEDWALLET_SITE_ID') || !parent::uninstall()) {
         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;
 }
 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 #29
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 #30
0
 public function uninstall()
 {
     if (!parent::uninstall() or !Configuration::deleteByName('PRODUCTSCATEGORY_DISPLAY_PRICE')) {
         return false;
     }
     return true;
 }