Post by rafael_marques » Wed Feb 06, 2013 9:50 pm

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


Posts

Joined
Wed Feb 06, 2013 9:44 pm

Post by bigal » Thu Feb 07, 2013 6:05 am

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.

Best Regards/Allen Chen


Active Member

Posts

Joined
Wed Sep 21, 2011 9:02 am

Post by rafael_marques » Mon Apr 08, 2013 7:55 pm

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 ?


Posts

Joined
Wed Feb 06, 2013 9:44 pm

Post by butte » Tue Apr 09, 2013 11:43 am

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.

Guru Member

Posts

Joined
Wed Mar 20, 2013 6:58 am
Who is online

Users browsing this forum: No registered users and 4 guests