Jump to content

{SOLUCIONADO}Crear "Cerrar Sesión" cuenta usuarios


darbork

Recommended Posts

Buenas noches, uso prestashop 1.5.4 con la plantilla leogift y mi problema es que quiero tener un enlace desde el panel de los usuarios que les deje cerrar sesión de la cuenta. Prestashop no lo lleva por defecto y me gustaría saber que código hay que incorporar. 

 

Os adjunto una fotografía de donde quiero incorporarlo.

 

Un saludo.

post-728782-0-03546200-1391650047_thumb.jpg

Edited by darbork (see edit history)
Link to comment
Share on other sites

Este es el texto que tengo en el my-accont.tpl 

 

<!-- Block myaccount module -->
<div class="block myaccount">
<p class="title_block"><a href="{$link->getPageLink('my-account', true)}" title="{l s='My account' mod='blockmyaccount'}">{l s='My account' mod='blockmyaccount'}</a></p>
<div class="block_content">
<ul class="bullet">
<li><a href="{$link->getPageLink('history', true)}" title="{l s='My orders' mod='blockmyaccount'}">{l s='My orders' mod='blockmyaccount'}</a></li>
{if $returnAllowed}<li><a href="{$link->getPageLink('order-follow', true)}" title="{l s='My merchandise returns' mod='blockmyaccount'}">{l s='My merchandise returns' mod='blockmyaccount'}</a></li>{/if}
<li><a href="{$link->getPageLink('order-slip', true)}" title="{l s='My credit slips' mod='blockmyaccount'}">{l s='My credit slips' mod='blockmyaccount'}</a></li>
<li><a href="{$link->getPageLink('addresses', true)}" title="{l s='My addresses' mod='blockmyaccount'}">{l s='My addresses' mod='blockmyaccount'}</a></li>
<li><a href="{$link->getPageLink('identity', true)}" title="{l s='My personal info' mod='blockmyaccount'}">{l s='My personal info' mod='blockmyaccount'}</a></li>
{if $voucherAllowed}<li><a href="{$link->getPageLink('discount', true)}" title="{l s='My vouchers' mod='blockmyaccount'}">{l s='My vouchers' mod='blockmyaccount'}</a></li>{/if}
{$HOOK_BLOCK_MY_ACCOUNT}
</ul>
<p class="logout"><a class="btn" href="{$link->getPageLink('index', true, NULL, "mylogout")}" title="{l s='Sign out' mod='blockmyaccount'}">{l s='Sign out' mod='blockmyaccount'}</a></p>
 
</div>
</div>
<!-- /Block myaccount module -->
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...