Página 1 de 1

Mudança de header yoocart004

Enviado: 19 Mai 2011, 06:10
por berto
Boas,


Pessoal coloquei o tema yoocart004 no meu site, só que no topo aparece o botão acessar e conta, e quando não tenho o login feito não justifica ter os dois botões pois fazem o mesmo!
Como faço para mudar o botão acessar o seu nome e o seu link?

Re: Mudança de header yoocart004

Enviado: 19 Mai 2011, 12:45
por Manoel Vidal
O nome você pode alterar diretamente nos arquivos de tradução na pasta portuguese-br e o link você pode alterar no arquivo header.tpl que está no diretório catalog/view/theme/SEU_TEMA/template/common.

Espero ter ajudado :D

Re: Mudança de header yoocart004

Enviado: 19 Mai 2011, 14:04
por berto
Obrigado pela rapida resposta :D

eu estive a ver mas não consegui! =S
<!-- ========== MENU ========== -->
<div id="navEZPagesTop">
<ul>

<li class="li_un " id="tab_home"><a href="<?php echo str_replace('&', '&', $home); ?>"><strong></strong><cufon style="width: 42px; height: 20px;" alt="<?php echo $text_home; ?>" class="cufon cufon-canvas"><canvas style="width: 50px; height: 24px; top: -3px; left: -1px;" height="24" width="50"></canvas><cufontext><?php echo $text_home; ?></cufontext></cufon><strong></strong></a></li>
<li class="li_sec " id="tab_login">
<?php if (!$logged) { ?>
<a href="<?php echo str_replace('&', '&', $login); ?>"><strong></strong><cufon style="width: 36px; height: 20px;" alt="<?php echo $text_login; ?>" class="cufon cufon-canvas"><canvas style="width: 49px; height: 24px; top: -3px; left: -1px;" height="24" width="49"></canvas><cufontext><?php echo $text_login; ?></cufontext></cufon><strong></strong></a>
<?php } else { ?>
<a href="<?php echo str_replace('&', '&', $logout); ?>"><strong></strong><cufon style="width: 36px; height: 20px;" alt="<?php echo $text_logout; ?>" class="cufon cufon-canvas"><canvas style="width: 49px; height: 24px; top: -3px; left: -1px;" height="24" width="49"></canvas><cufontext><?php echo $text_logout; ?></cufontext></cufon><strong></strong></a>
<?php } ?>
</li>
<li class="" id="tab_account"><a href="<?php echo str_replace('&', '&', $account); ?>"><strong></strong><cufon style="width: 64px; height: 20px;" alt="<?php echo $text_account; ?>" class="cufon cufon-canvas"><canvas style="width: 72px; height: 24px; top: -3px; left: -1px;" height="24" width="72"></canvas><cufontext><?php echo $text_account; ?></cufontext></cufon><strong></strong></a></li>
<li class="" id="tab_special"><a href="<?php echo str_replace('&', '&', $special); ?>"><strong></strong><cufon style="width: 28px; height: 20px;" alt="<?php echo $text_special; ?>" class="cufon cufon-canvas"><canvas style="width: 41px; height: 24px; top: -3px; left: -1px;" height="24" width="41"></canvas><cufontext><?php echo $text_special; ?></cufontext></cufon><strong></strong></a></li>
<li class="" id="tab_cart"><a href="<?php echo str_replace('&', '&', $cart); ?>" ><strong></strong><cufon style="width: 62px; height: 20px;" alt="<?php echo $text_checkout; ?>" class="cufon cufon-canvas"><canvas style="width: 70px; height: 24px; top: -3px; left: -1px;" height="24" width="70"></canvas><cufontext><?php echo $text_checkout; ?></cufontext></cufon><strong></strong></a></li>
<li class="" id="tab_contact"><a href="<?php echo str_replace('&', '&', $contact); ?>" ><strong></strong><cufon style="width: 69px; height: 20px;" alt="<?php echo $text_contact; ?>" class="cufon cufon-canvas"><canvas style="width: 77px; height: 24px; top: -3px; left: -1px;" height="24" width="77"></canvas><cufontext><?php echo $text_contact; ?></cufontext></cufon><strong></strong></a></li>
<li class="" id="tab_sitemap"><a href="<?php echo str_replace('&', '&', $sitemap); ?>" ><strong></strong><cufon style="width: 34px; height: 20px;" alt="<?php echo $text_sitemap; ?>" class="cufon cufon-canvas"><canvas style="width: 42px; height: 24px; top: -3px; left: -1px;" height="24" width="42"></canvas><cufontext><?php echo $text_sitemap; ?></cufontext></cufon><strong></strong></a></li>

</ul>
</div>
<!-- ========================== -->
Eu penso que deve ser nesta parte do código mas onde? Cumprimentos

Re: Mudança de header yoocart004

Enviado: 21 Mai 2011, 07:01
por berto
Alguma ajuda?

Re: Mudança de header yoocart004

Enviado: 27 Mai 2011, 05:18
por berto
Eu queria substituir o primeiro link para um link que redireciona-se para o sobre nós...

Re: Mudança de header yoocart004

Enviado: 27 Mai 2011, 06:55
por berto
Já sei onde se muda o link! Eu queria mudar para o link sobre nós mas não sei como colocar! Alguma ajuda?
<li class="" id="tab_account"><a href="<?php echo str_replace('&', '&', $account); ?>"><strong></strong><cufon style="width: 64px; height: 20px;" alt="<?php echo $text_account; ?>" class="cufon cufon-canvas"><canvas style="width: 72px; height: 24px; top: -3px; left: -1px;" height="24" width="72"></canvas><cufontext><?php echo $text_account; ?></cufontext></cufon><strong></strong></a></li>