Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I edit my template and it adds  please help :(


Richard_1010

Recommended Posts

Posted

Hi all,

 

I have got a template which i brought a while back and am trying to alt it, it installs with out a problem, i can alter it but when i do it adds  on the page, so for example when i alter the column_right.php page (there was an error on it) it adds 

 

So what i did was i changed the following:

 

<td width="100%" valign="top" align="left" style="padding-left:8px; padding-top:0px; font:11px Tahoma; color:#FFFFFF; background: url(images/shopping_cart_bg.gif) top no-repeat;"><div class="shopping_cart" align="left"><a href="'.tep_href_link(FILENAME_SHOPPING_CART).'">Shopping cart</a>

 

TO:

 

<td width="100%" valign="top" align="left" style="padding-left:8px; padding-top:0px; font:11px Tahoma; color:#FFFFFF; background: url(images/shopping_cart_bg.gif) top no-repeat;"><div class="shopping_cart" align="left"><a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART) ?>">Shopping cart</a>

 

As you can see it is only the link address i have changed, now the link works but above the shopping cart box it adds 

 

It does the same when i alter other pages for example all i have to do is change a name of the link (Just the anchor text) and it adds  some where on the page (depending on which page i alter)

 

Sorry for the long post just need some help. I have also posted this on a different category as i didn't know where i should go so sorry for that!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...