Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change one link


rgplanet

Recommended Posts

Posted

Hi,

 

I have one link in the header.php like this:

<td <?php echo $item_menu_01;?> onClick="document.location='<?php echo tep_href_link('index.php')?>'" nowrap="nowrap"><? printf(BOX_MANUFACTURER_INFO_HOMEPAGE,"")?></td>

 

If I change the index.php with one http://www.whatever.com, it add me automatic the url of the store but I dont want it, only the http... , how can I do it? Thanks,

 

Roger.

Posted

Try:

 

<td <?php echo $item_menu_01;?> onClick="document.location='http://www.whatever.com'" nowrap="nowrap"><? printf(BOX_MANUFACTURER_INFO_HOMEPAGE,"")?></td>

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...