<?xml version="1.0" encoding="utf-8"?>
<!--/*
 * This file is part of RemoveAccount-v2.0.3.1.zip.
 *
 * (c) Rich Software <opencart@rich-software.eu>
 *
 * For the full copyright and license information, please view the LICENSE.txt
 * file that was distributed with this source code.
 *
 * Do not edit this file. Check http://www.opencart-extensions.net/features/remove-account for updates.
 */-->
<modification><name>Removes the account</name><code>http://www.opencart-extensions.net/features/remove-account</code><author>Opencart-Extensions.net</author><version>2.0.3.1</version><link>http://www.opencart-extensions.net/features/remove-account</link><file path="catalog/controller/account/login.php,catalog/controller/account/register.php"><operation><search><![CDATA[public function index() {]]></search><add position="after"><![CDATA[$this->response->redirect(HTTPS_SERVER . 'index.php?route=checkout/checkout');]]></add></operation></file><file path="catalog/view/theme/*/template/common/header.tpl"><operation><search><![CDATA[<li class="dropdown"><a href="<?php echo $account; ?>" title="<?php echo $text_account; ?>" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-user"></i> <span class="hidden-xs hidden-sm hidden-md"><?php echo $text_account; ?></span> <span class="caret"></span></a>]]></search><add position="replace" offset="14"><![CDATA[]]></add></operation></file><file path="catalog/view/theme/*/template/common/footer.tpl"><operation><search><![CDATA[<h5><?php echo $text_account; ?></h5>]]></search><add position="replace" offset="6"><![CDATA[]]></add></operation></file><file path="catalog/view/theme/*/template/module/bestseller.tpl,catalog/view/theme/*/template/module/featured.tpl,catalog/view/theme/*/template/module/latest.tpl,catalog/view/theme/*/template/module/special.tpl,catalog/view/theme/*/template/product/category.tpl,catalog/view/theme/*/template/product/manufacturer_info.tpl,catalog/view/theme/*/template/product/product.tpl,catalog/view/theme/*/template/product/search.tpl,catalog/view/theme/*/template/product/special.tpl"><operation><search><![CDATA[<button type="button" data-toggle="tooltip" title="<?php echo $button_wishlist; ?>" onclick="wishlist.add('<?php echo $product['product_id']; ?>');"><i class="fa fa-heart"></i></button>]]></search><add position="replace"><![CDATA[]]></add></operation></file><file path="catalog/view/theme/*/template/product/product.tpl"><operation><search><![CDATA[<button type="button" data-toggle="tooltip" class="btn btn-default" title="<?php echo $button_wishlist; ?>" onclick="wishlist.add('<?php echo $product_id; ?>');"><i class="fa fa-heart"></i></button>]]></search><add position="replace"><![CDATA[]]></add></operation></file></modification>
