Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Advanced Search Box Setup


tropiland

Recommended Posts

Posted

Hello to all,

I have created a box with a link to the Advanced Search page. However, this is what the box looks like:

searchbox.gif

The new box is called "searchplus.php" and here is the code:

<!-- searchplus //-->
	  <tr>
		<td>
<?php
 $info_box_contents = array();
 $info_box_contents[] = array('text' => BOX_HEADING_SEARCHPLUS);

 new infoBoxHeading($info_box_contents, false, false);

 $info_box_contents = array();
 $info_box_contents[] = array('text' =>   '<a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '">' . BOX_SEARCHPLUS_ADVANCED_SEARCH . '</a>');
 new infoBox($info_box_contents);
?>
		</td>
	  </tr>
<!-- SEARCHPLUS_eof //-->

 

What an I doing wrong and how do I get the link text into the box display "Click Here To Refine Your Property Search"?

P.S. The link works! It's just the link text that is wrong.

 

Thank you in advance for your time and consideration.

Dimitri "Greco"

Archived

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

×
×
  • Create New...