Jump to content
  • 0

Moduł Moje konto w stopce


M4ver

Question

Witam, chce usunąć noty kredytowe w module moje konto footer, natomiast nie da się go edytować. Jest możliwość usunięcia tego linku z widoku. Natomiast jak go usunę i wyczyszcze cache on nadal jest.. Macie pomysły jak pozbyć się tego linku ?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Modyfikujesz plik: /themes/TWOJ_SZABLON/modules/blockmyaccountfooter/blockmyaccountfooter.tpl

<!-- Block myaccount module -->
<section class="footer-block">
    <h4 class="title_block">{l s='My account' mod='blockmyaccountfooter'}</h4>
    <div class="block_content">
        <ul class="toggle-footer">
            <li><a href="{$link->getPageLink('history', true)|escape:'html':'UTF-8'}" title="{l s='My orders' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My orders' mod='blockmyaccountfooter'}</a></li>
            {if $returnAllowed}<li><a href="{$link->getPageLink('order-follow', true)|escape:'html':'UTF-8'}" title="{l s='My merchandise returns' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My merchandise returns' mod='blockmyaccountfooter'}</a></li>{/if}
            <!-- <li><a href="{$link->getPageLink('order-slip', true)|escape:'html':'UTF-8'}" title="{l s='My credit slips' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My credit slips' mod='blockmyaccountfooter'}</a></li> -->
            <li><a href="{$link->getPageLink('addresses', true)|escape:'html':'UTF-8'}" title="{l s='My addresses' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My addresses' mod='blockmyaccountfooter'}</a></li>
            <li><a href="{$link->getPageLink('identity', true)|escape:'html':'UTF-8'}" title="{l s='Manage my personal information' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My personal info' mod='blockmyaccountfooter'}</a></li>
            {if $voucherAllowed}<li><a href="{$link->getPageLink('discount', true)|escape:'html':'UTF-8'}" title="{l s='My vouchers' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My vouchers' mod='blockmyaccountfooter'}</a></li>{/if}
            {$HOOK_BLOCK_MY_ACCOUNT}
            {if $is_logged}<li><a href="{$link->getPageLink('index')}?mylogout" title="{l s='Sign out' mod='blockmyaccountfooter'}" rel="nofollow">{l s='Sign out' mod='blockmyaccountfooter'}</a></li>{/if}
        </ul>
    </div>
</section>
<!-- /Block myaccount module -->
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...