Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How To Moving "Quick Find" Search Box?


blueedge

Recommended Posts

Posted

I tried moving the "Quick Find" search box to the right side of my of my site. I deleted the following code from /includes/column_left.php and added it to /includes/column_right.php:

 

// Search Box

require(DIR_WS_BOXES . 'search.php');

// STS: ADD

$sts_block_name = 'searchbox';

require(STS_RESTART_CAPTURE);

// STS: EOADD

 

Although the search box appears and is functional, it appears in the LEFT

COLUMN!?!? I inserted the code into includes/column_right.php and deleted the code from column_left.php. So, why does it appear on the left? How can I get it to appear on the right?

 

Thanks

Archived

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

×
×
  • Create New...