bnventura Posted August 15, 2012 Share Posted August 15, 2012 (edited) Intento configurar las opciones que deseo me aparezcan en el bloque CMS, que coloqué en el footer de www.greenjet.com, pero las opciones que aparecen en la web son diferentes. ¿Como puedo hacerlo? Edited August 16, 2012 by bnventura (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted August 15, 2012 Share Posted August 15, 2012 Intento configurar las opciones que deseo me aparezcan en el bloque CMS, que coloqué en el footer de www.greenjet.com, pero las opciones que aparecen en la web son diferentes. ¿Como puedo hacerlo? Para el footer, edita en ese caso el fichero /modules/blockcms/blockcms.tpl Y revisa a partir de aquí: <!-- MODULE Block footer --> Link to comment Share on other sites More sharing options...
bnventura Posted August 16, 2012 Author Share Posted August 16, 2012 dentro de la carpeta blockcms no tengo blockcms.tpl; solo blockcms.css, el cual tiene el siguiente contenido: #footer .block_various_links { list-style: none } #footer .block_various_links li a { text-decoration: none } #footer .block_various_links li { display: inline; border-left: 1px solid #888; padding: 0 2px 0 4px } #footer .block_various_links li.first_item { border: none; padding-left: 0 } /* Block CMS links */ #informations_block_left .block_content { padding-top: 3px } Link to comment Share on other sites More sharing options...
nadie Posted August 16, 2012 Share Posted August 16, 2012 dentro de la carpeta blockcms no tengo blockcms.tpl; solo blockcms.css, el cual tiene el siguiente contenido: #footer .block_various_links { list-style: none } #footer .block_various_links li a { text-decoration: none } #footer .block_various_links li { display: inline; border-left: 1px solid #888; padding: 0 2px 0 4px } #footer .block_various_links li.first_item { border: none; padding-left: 0 } /* Block CMS links */ #informations_block_left .block_content { padding-top: 3px } Si tienes un *.tpl, yo lo veo en tu tienda desde aquí: http://www.greenjet.com/modules/blockcms/blockcms.tpl Link to comment Share on other sites More sharing options...
bnventura Posted August 16, 2012 Author Share Posted August 16, 2012 Tienes razón; lo estaba buscando dentro de la carpeta "modules" dentro del css del tema. Sin embargo, modifiqué este archivo, y no ocurre nada. Eliminé la alusión a prestashopic y el apartado "descuentos" en el tpl, pero en la web sigue apareciendo. El texto queda así: <!-- MODULE Block footer --> <ul class="block_various_links" id="block_various_links_footer"> <li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products.php')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li> {if !$PS_CATALOG_MODE}<li class="item"><a href="{$link->getPageLink('best-sales.php')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li>{/if} {if $display_stores_footer}<li class="item"><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if} <li class="item"><a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li> {foreach from=$cmslinks item=cmslink} {if $cmslink.meta_title != ''} <li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li> {/if} {/foreach} Link to comment Share on other sites More sharing options...
nadie Posted August 16, 2012 Share Posted August 16, 2012 Tienes razón; lo estaba buscando dentro de la carpeta "modules" dentro del css del tema. Sin embargo, modifiqué este archivo, y no ocurre nada. Eliminé la alusión a prestashopic y el apartado "descuentos" en el tpl, pero en la web sigue apareciendo. El texto queda así: <!-- MODULE Block footer --> <ul class="block_various_links" id="block_various_links_footer"> <li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products.php')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li> {if !$PS_CATALOG_MODE}<li class="item"><a href="{$link->getPageLink('best-sales.php')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li>{/if} {if $display_stores_footer}<li class="item"><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if} <li class="item"><a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li> {foreach from=$cmslinks item=cmslink} {if $cmslink.meta_title != ''} <li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li> {/if} {/foreach} Para que se apliquen los cambios, tienes que ir a la pestaña Preferencias/Rendimiento y señalar Forzar Compilación -> SI Link to comment Share on other sites More sharing options...
bnventura Posted August 16, 2012 Author Share Posted August 16, 2012 ahora si funciona. Te estoy muy agradecido por la cantidad de horas que me ahorras. Por cierto, quiero añadir algunas opciones CMS en el menú del footer pero no sé donde buscar el nombre en ingles de cada opción. Link to comment Share on other sites More sharing options...
Recommended Posts