skip to Main Content

how to search by Categories in oscommerce

am using oscommerce v2.3.1 in this advanced_search. php ,advanced_search_result.php i think they Search by default Product_name Product_model Manufacturess_name but i have to add one more field(Categories ) in this here they are filtering the keyword $keyword = tep_db_prepare_input($search_keywords[$i]); $where_str .=…

VIEW QUESTION

Ajax post in oscommerce

I'm trying to update my database on the event of a change in my select box. The php file I'm calling on to process everything, works perfectly. Heres the code for that: <?php $productid = $_GET['pID']; $dropshippingname = $_GET['drop-shipping']; $dbh…

VIEW QUESTION

Remove OScsid id from URL in osCommerce

I am trying to remove OSCSID id from url in osCommerce but didn't able to success. Below is my code for that. define('HTTP_COOKIE_DOMAIN', 'http://www.domainname.com'); define('HTTPS_COOKIE_DOMAIN', 'http://www.domainname.com'); Is there any other way to remove this id from URL?

VIEW QUESTION
Back To Top
Search