Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

if you do a search in the admin and then click on one of the listings you will find that the search drops off and you will find that you will get a listing of the entire section..., if you wish to keep the search while you select other items add the following line to the categories.php file...

 

require('includes/application_top.php');

 if($_REQUEST['search']!=""){$_SESSION['search']=$_REQUEST['search'];}

 $HTTP_GET_VARS['search']=$_SESSION['search'];

 

note you will have to think of a way to clear the search urself ... and then email me [email protected]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...