Jump to content

joaorodrigues88

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

joaorodrigues88's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. resolved! I was changing code at default theme folders and I have another theme installed! thank you !!
  2. no... I can't understand... copy and paste and nothing. all the same... seems like the cache is on. but i Reset the browser and the cache options off... it's possible that the prestashop are call the files from other folders? and I'm changing the wrong file ? prestashop/modules/blockcms/blockcms.tpl right? hhhhh....
  3. hi there! I want do delete the default links of the footer ( specials, new products, top sellers) I found some posts about this theme, and I try many ways do delete or modify this links. my actual code on " blockcms.tpl " : ( modules/blockcms/blockcms.tlp) <!-- MODULE Block footer --> <div class="block_various_links" id="block_various_links_footer"> <li class="first_item"><a href="{$link->getPageLink($contact_url, 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} <li id="header_link_sitemap"><a href="{$link->getPageLink('sitemap')}" title="{l s='sitemap' mod='blockpermanentlinks'}">{l s='Sitemap' mod='blockpermanentlinks'}</a></li> {if $display_poweredby}<li class="last_item">{l s='Powered by' mod='blockcms'} <a href="http://www.prestashop.com">PrestaShop</a>™</li>{/if} {$footer_text} </div> <!-- /MODULE Block footer --> the links continue appearing in the footer page... cache :OFF Force compilation :ON I'm starting my new online store with prestashop, and I'm very grateful for this project!! Thank you !! regards, João
×
×
  • Create New...