Página 1 de 1

Atualizar o Rodapé no 1.5.2.1

Enviado: 02 Out 2012, 22:35
por vargas21
Deixei meu rodapé mas não mudou nada no site. A intenção era tirar o Afiliados e o Vale Presente, mas não mudou em nada.

Deixe assim o aquivo footer.tpl

<div id="footer">

<div class="column">

<h3><?php echo $text_information; ?></h3>

<ul>

<?php foreach ($informations as $information) { ?>

<li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li>

<?php } ?>

</ul>

</div>

<div class="column">

<h3><?php echo $text_service; ?></h3>

<ul>

<li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>

<li><a href="<?php echo $return; ?>"><?php echo $text_return; ?></a></li>

<li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>

</ul>

</div>

<div class="column">

<h3><?php echo $text_extra; ?></h3>

<ul>

<li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li>

<li><a href="<?php echo $special; ?>"><?php echo $text_special; ?></a></li>

</ul>

</div>

<div class="column">

<h3><?php echo $text_account; ?></h3>

<ul>

<li><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a></li>

<li><a href="<?php echo $order; ?>"><?php echo $text_order; ?></a></li>

<li><a href="<?php echo $wishlist; ?>"><?php echo $text_wishlist; ?></a></li>

<li><a href="<?php echo $newsletter; ?>"><?php echo $text_newsletter; ?></a></li>

</ul>

</div>

</div>

<!--

OpenCart is open source software and you are free to remove the powered by OpenCart if you want, but its generally accepted practise to make a small donation.

Please donate via PayPal to donate@opencart.com

//-->

<div id="powered"><?php echo $powered; ?></div>

<!--

OpenCart is open source software and you are free to remove the powered by OpenCart if you want, but its generally accepted practise to make a small donation.

Please donate via PayPal to donate@opencart.com

//-->

</div>

</body></html>

Re: Atualizar o Rodapé no 1.5.2.1

Enviado: 03 Out 2012, 00:12
por Manoel Vidal
Você está utilizando o tema default do OpenCart ? Se não, você editou o arquivo da pasta do seu tema ou do tema default.

Espero ter ajudado. :D

Re: Atualizar o Rodapé no 1.5.2.1

Enviado: 03 Out 2012, 00:20
por vargas21
Default.

O endereço do arquivo que editei: www/catalog/view/theme/default/tamplate/common/footer

Está certo?

Re: Atualizar o Rodapé no 1.5.2.1

Enviado: 03 Out 2012, 00:23
por Manoel Vidal
Isso mesmo, estranho, era para ter funcionado, limpe o cache do seu navegador.

Espero ter ajudado. :D

Re: Atualizar o Rodapé no 1.5.2.1

Enviado: 03 Out 2012, 00:36
por vargas21
Obrigado Manoel, mas ñ adiantou. Limpei o cache, mas nada mudou. Fd