Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving infobox


elliottmina

Recommended Posts

I am sure this has been asked before, but I cannot find it anywhere. I have been searching all morning. How do you move infoboxes? I need to move the quick search box to the top. I found reference to infobox admin, but what is that? I couldn't find it in the admin area, or in contributions.

 

TIA.

Link to comment
Share on other sites

You will need to look at the column_right.php and column_left php which I believe off the top of my head are found in the includes file.

 

Here you can either comment boxes out that you dont need to show, or move them from the right to left columns and place them in any order you wish.

 

Hope that helps.

 

Alex

Link to comment
Share on other sites

Code for placing a search outside the search box

 

<?php 
$hide = tep_hide_session_id(); 
echo '<form name="quick_find" method="get" action="' . tep_href_link (FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false) . '">'; 
echo $hide . '<input type="text" name="keywords" onFocus=this.value="" size="20" maxlength="30" value="' . BOX_SEARCH_TEXT . '"> ' . '<input type="submit" value="Go"><br><a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '">' . BOX_SEARCH_ADVANCED_SEARCH . tep_draw_hidden_field('search_in_description', '1') . '</a>'; 
echo '</form>'; 
?>

you could create a table to hold the code or add the code to a table <td>

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...