Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

External link from infobox?


Avium

Recommended Posts

Hi guys,

 

I want to add an external link from one of my infoboxes, specifically to link to an external forum at a different domain name altogether.

 

How should it be inserted?

 

Thanks!

Link to comment
Share on other sites

hi,

 

go into the relevent boxes php file.

 

for example the information box. you should have something like this

$info_box_contents[] = array('align' => 'left',

                              'text'  => '<a href="' . tep_href_link(FILENAME_SHIPPING, '', 'NONSSL') . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' .

                                         '<a href="' . tep_href_link(FILENAME_PRIVACY, '', 'NONSSL') . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' .

                                         '<a href="' . tep_href_link(FILENAME_CONDITIONS, '', 'NONSSL') . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' .

                                         '<a href="' . tep_href_link(FILENAME_CONTACT_US, '', 'NONSSL') . '">' . BOX_INFORMATION_CONTACT . '</a>'

 

all you do is change the bo xinformation stuff into a html link.

 

it should work then.

 

im not the best at explaining it sorry..

Don't die with the music in you!!!

 

Failure is just another boundary to sucess!!! But that doesn't mean your getting somewhere...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...