Trying to create a button for advanced search, trying to add to this statement:
/index.php?main_page=advanced_search_result&search_in_description=1 &keyword="+document.getElementById('partnum1').value;
Trying to add $manufacturer_id=1, tried both:
/index.php?main_page=advanced_search_result&$manufacturer_id=1&search_in_descript ion=1&keyword="+document.getElementById('partnum1').value;
/index.php?main_page=advanced_search_result&search_in_description=1&keyword="+doc ument.getElementById('partnum1').value+"&$manufacturer_id=1";
neither 1 works, bith show a blank page after the heading and generate an error log :
PHP Fatal error: Call to undefined function zen_get_products_model() in /home/total/public_html/includes/modules/total/product_listing.php on line 140
Pulling what little hair i have left out, and advice would be great.
Jeff
oh, link lol:
http://totalequipmentparts.com/index..._page=home_dev


Reply With Quote

