designerspain Posted March 28, 2013 Share Posted March 28, 2013 Buenos días. Estoy configurando un el theme Leo Sports en prestashop 1.5.3.1 en Local (mamp) Este theme no incluye en modo default el bloque "mi cuenta" en la columna de la izquierda, pero cuando se activa y se mueve al hook correspondiente, lo muestra de una forma muy sencilla (título, y texto sin más formato y sin imagenes). Esta configuración me gusta y querría mantenerlo así. El problema viene cuando se añaden nuevos módulos al presta... tales como el wishlist, puntos de fidelidad o mis alertas... que añaden un enlace al módulo MY account. Mi intención es que no se muestren estos iconos en el bloque de mi cuenta en la barra de la izquierda pero que se sigan mostrando en la página principal de mi cuenta (como lo hacen el resto de enlaces... (adjunto imagen) Según el desarrollador del theme, podría conseguirlo creando una carpeta "blockmyaccount" y dentro un archivo blockmyaccount.css dentro de theme/css/modules. Pero no tengo ni idea del código que debería de añadir. Podría alguien ayudarme? Link to comment Share on other sites More sharing options...
nadie Posted March 28, 2013 Share Posted March 28, 2013 El problema viene cuando se añaden nuevos módulos al presta... tales como el wishlist, puntos de fidelidad o mis alertas... Edita el fichero *.tpl de esos modulos, y quitale la imagen de hay. PD: Esta tarde / noche cuando vuelva te lo explico detalladamente que tengo que salir. Link to comment Share on other sites More sharing options...
designerspain Posted March 28, 2013 Author Share Posted March 28, 2013 Hi nadie, and thanks for your answer. I´ve tryed with wishlist module and It´s not working. I expain myself.... I looked for the image inside the Tpl files there are inside that module: blocksidhlist-ajax.tpl blockwishlist-extra.tpl blockwishlist.tpl managewishlist.tpl my-account.tpl view.tpl I found it in: my-account.tpl there you can see this code: <!-- MODULE WishList --> <li class="lnk_wishlist"> <a href="{$wishlist_link}" title="{l s='My wishlists' mod='blockwishlist'}"> <img {if isset($mobile_hook)} src="{$module_template_dir}[color=#ff0000]img/gift.png[/color]" class="ui-li-icon ui-li-thumb" {else} src="{$module_template_dir}[color=#ff0000]img/gift.gif[/color]" class="icon"{/if} alt="{l s='wishlist' mod='blockwishlist'}" /> {l s='My wishlists' mod='blockwishlist'} </a> </li> <!-- END : MODULE WishList --> There... if I delete or edit names of images gift.gif and gift.pdf , the only think that changes is that instead of the images it shows a text in both sides. The problem is that I only want to delete the image in block my account in left side not in both sides. Other problem of editing that tpl file is that if I update the website in the future I will have to customize everything again. theme developer told me that creating a css for each module it could be done. but I have no idea of the code to insert. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts