Hi, i have a problem with the shopping cart.
I need to remove the word "CART" from the page and insert an image to replace it.
I put the image and that's ok, but a can't remove the word "CART".
Does anyone know how to do this?
Thanks
Rafael Marques
Are you referring to the cart link at the header?
You update the link in
catalog/view/theme/xxxxx/template/header.tpl
where xxxxx is the name of the theme folder
The cart link is below...
<a href="<?php echo $shopping_cart; ?>"><?php echo $text_shopping_cart; ?></a>
you remove <?php echo $text_shipping_cart; ?> and replace with <img border="0" src="xxxxx/cart.png" />
where xxxxx is the path where the image resides.
You update the link in
catalog/view/theme/xxxxx/template/header.tpl
where xxxxx is the name of the theme folder
The cart link is below...
<a href="<?php echo $shopping_cart; ?>"><?php echo $text_shopping_cart; ?></a>
you remove <?php echo $text_shipping_cart; ?> and replace with <img border="0" src="xxxxx/cart.png" />
where xxxxx is the path where the image resides.
Best Regards/Allen Chen
bigal wrote:Are you referring to the cart link at the header?
You update the link in
catalog/view/theme/xxxxx/template/header.tpl
where xxxxx is the name of the theme folder
The cart link is below...
<a href="<?php echo $shopping_cart; ?>"><?php echo $text_shopping_cart; ?></a>
you remove <?php echo $text_shipping_cart; ?> and replace with <img border="0" src="xxxxx/cart.png" />
where xxxxx is the path where the image resides.
Thanks a lot man, how can i set this post SOLVED ?
You can also get there by instead truncating in the language files where it appears, to the RIGHT of the separator, ["Cart";] to ["";] (or single-mark equivalent), both ways as quotequotesemicolon. The word goes poof. The code commanding it into place is unaffected.
Who is online
Users browsing this forum: No registered users and 3 guests