Has anyone got this to work with Oscommerce or does anyone know how to install it on Oscommerce? For instance in ZEN the folders are all named after theinstalled theme and thats where you install this addon. Does anyone know where you would place these files in catalog/? Or does anyone have something that will create the same triple drill down search facility for oscommerce?
Thanks All
Heres the filelist from the Zen installation:
File List
- /modellist.php - NEW
- /includes/functions/extra_functions/product_finder.php - NEW
- /includes/languages/english/extra_definitions/product_finder.php - NEW
- /includes/languages/spanish/extra_definitions/product_finder.php - NEW
- includes/templates/YOUR_TEMPLATE_NAME/buttons/english/go.jpg - NEW
- includes/templates/YOUR_TEMPLATE_NAME/buttons/spanish/go.png - NEW
- includes/templates/YOUR_TEMPLATE_NAME/common/tpl_header.php - may overwrite an existing file, merge differences
- includes/templates/YOUR_TEMPLATE_NAME/common/html_header.php - may overwrite an existing file, merge differences
- includes/templates/YOUR_TEMPLATE_NAME/css/style_product_finder.css - NEW
- includes/templates/YOUR_TEMPLATE_NAME/jscript/jscript_model_year.js - NEW - If you already use jquery - you don't need this, see below.
- includes/templates/YOUR_TEMPLATE_NAME/jscript/jquery-1.3.2.min.js - NEW
The files marked with the YOUR_TEMPLATE_NAME path need to go into your template directories, NOT into directories literally called "YOUR_TEMPLATE_NAME".
tpl_header.php - contains the code chunk to display the new section.
html_header.php - only contains one extra line to load the jquery:
<script type="text/javascript" src="<?php echo $template->get_template_dir('.js',DIR_WS_TEMPLATE, $current_page_base,'jscript')?>/jquery-1.3.2.min.js"></script>














