darbork Posted February 6, 2014 Share Posted February 6, 2014 (edited) 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. Edited February 6, 2014 by darbork (see edit history) Link to comment Share on other sites More sharing options...
shacker Posted February 6, 2014 Share Posted February 6, 2014 edita el my-account.tpl de tu template, y añade esta linea <p class="logout"><a href="{$link->getPageLink('index.php')}?mylogout" title="{l s='Sign out'}">{l s='Sign out'}</a></p> Link to comment Share on other sites More sharing options...
darbork Posted February 6, 2014 Author Share Posted February 6, 2014 Lo he copiado y me sigue sin salir la opción, no me muestra la opción de salir. Link to comment Share on other sites More sharing options...
darbork Posted February 6, 2014 Author Share Posted February 6, 2014 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 More sharing options...
apositivo Posted February 6, 2014 Share Posted February 6, 2014 hola, saludos cordiales, recuerda que estas modificando un archivo .TPL, debes tener activada la opcion de forzar compilacion ( en SMARTY). Link to comment Share on other sites More sharing options...
darbork Posted February 6, 2014 Author Share Posted February 6, 2014 Solucionado, el fallo era no había que modificar el de la carpeta modulos/my-account.tpl, sino tenia que modificar el que esta en la misma carpeta del thema. Muchas Graicas. Link to comment Share on other sites More sharing options...
shacker Posted February 6, 2014 Share Posted February 6, 2014 recuerda cambiar el post a solucionado Link to comment Share on other sites More sharing options...
darbork Posted February 6, 2014 Author Share Posted February 6, 2014 Como se cambia? Link to comment Share on other sites More sharing options...
shacker Posted February 6, 2014 Share Posted February 6, 2014 no tienes un boton llamado mark topic as solved Link to comment Share on other sites More sharing options...
darbork Posted February 6, 2014 Author Share Posted February 6, 2014 Ya esta, prestashop leyenda puedes ayudarme en otro post que tengo http://www.prestashop.com/forums/topic/306699-cambiar-enlace-de-compara-a-ver/?do=findComment&comment=1551887 Un saludo. Link to comment Share on other sites More sharing options...
Recommended Posts