Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

$searchbox tag - where do I find the code?


amigaman

Recommended Posts

Posted

Since you wrote it as $searchbox, I assume you are referring to STS. If so, that is in one of the STS files (I can't recall which ATM). Just do a search on those files for $searchbox. Or, for a better answere, ask in the STS support thread.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted
Since you wrote it as $searchbox, I assume you are referring to STS. If so, that is in one of the STS files (I can't recall which ATM). Just do a search on those files for $searchbox. Or, for a better answere, ask in the STS support thread.

 

Jack

 

 

I can't find it anywhere and I have searched all 500+ files on y site. This is the code I want to access so I canchange it:

 

<!-- start searchbox //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="1" height="1"></td>
<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
 <tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
 <tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
 </tr>
 <tr>
<td align="left" class="boxText"><form name="advanced_search" action="http://www.mrcloud.com/advanced_search_result.php" method="get"> <input type="hidden" name="search_in_description" value="1"><input type="hidden" name="inc_subcat" value="1" 1><input type="text" name="keywords" size="10" maxlength="30" class="searchForm" style="width: 95px"><select name="categories_id"><option value="" SELECTED>All Categories</option><option value="22">Character T-shirts</option><option value="25">Miscellaneous T-shirts</option><option value="21">Music T-shirts</option><option value="24">Pop Art T-shirts</option><option value="23">Retro T-shirts</option></select><input type="hidden" name="osCsid" value="9e7fc47918427b538a2fe47969d48246"><input type="image" src="includes/languages/english/images/buttons/button_quick_find.gif" border="0" alt="Search" title=" Search "></form></td>

 </tr>
 <tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
 </tr>
</table>
</td>
 </tr>
</table>
<!-- end searchbox //-->

 

Please if you know where this is let me know!

Archived

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

×
×
  • Create New...