Site Search Plus
#121
Posted 16 March 2011 - 03:38 AM
anyway
All a search returns now, is an blank page with :
"No input file specified."
I went through the install again and same result, so would be grateful of an idea of where to start looking for conflict, missing line, missing php file...anything to be going on would be appreciated.
Many Thanks
Martyn
#122
Posted 16 March 2011 - 03:49 AM
bargainbox, on 16 March 2011 - 03:38 AM, said:
anyway
All a search returns now, is an blank page with :
"No input file specified."
I went through the install again and same result, so would be grateful of an idea of where to start looking for conflict, missing line, missing php file...anything to be going on would be appreciated.
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#123
Posted 16 March 2011 - 04:47 AM
The upshot was all about looking too close and missing the big picture.
It all came down to neglecting to put advanced_search_result.php at the top of the tree.
No surprise that there was nothing to find when the essential reference was missing !!
Many thanks for your speedy reply, as ever.
This contrib opens up such a wealth of opportunity for customers to really dig around and actually find items that are often described in great detail, but whose title does not include the search term they use, I cannot thank you enough.
Kind Regards
Martyn
#124
Posted 16 March 2011 - 01:23 PM
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#125
Posted 26 September 2011 - 06:58 PM
1054 - Unknown column 'pv.products_options_values_id' in 'on clause'
select pv.products_options_values_id as id, pv.products_options_values_name as text from products_options_values pv, products_options po join products_options_values_to_products_options popv on (pv.products_options_values_id = popv.products_options_values_id) where popv.products_options_id = po.products_options_id and popv.products_options_id =2 and po.language_id =1 group by pv.products_options_values_id, products_options_values_name
[TEP STOP]
also the search doesnt seem to find the right products all the time
#126
Posted 27 September 2011 - 12:36 AM
saupe31, on 26 September 2011 - 06:58 PM, said:
1054 - Unknown column 'pv.products_options_values_id' in 'on clause'
select pv.products_options_values_id as id, pv.products_options_values_name as text from products_options_values pv, products_options po join products_options_values_to_products_options popv on (pv.products_options_values_id = popv.products_options_values_id) where popv.products_options_id = po.products_options_id and popv.products_options_id =2 and po.language_id =1 group by pv.products_options_values_id, products_options_values_name
[TEP STOP]
also the search doesnt seem to find the right products all the time
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#127
Posted 27 September 2011 - 09:53 PM
REPLACE WITH
/************** BEGIN SITESEARCH CHANGE ******************/
$from_str = "from " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m using(manufacturers_id) left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id left join " . TABLE_PRODUCTS_ATTRIBUTES . " pa on p.products_id = pa.products_id left join " . TABLE_PRODUCTS_OPTIONS_VALUES . " pov on pa.options_values_id = pov.products_options_values_id ";
/************** END SITESEARCH CHANGE ******************/
and i have checked the file and it is there
#128
Posted 27 September 2011 - 11:20 PM
saupe31, on 27 September 2011 - 09:53 PM, said:
REPLACE WITH
/************** BEGIN SITESEARCH CHANGE ******************/
$from_str = "from " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m using(manufacturers_id) left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id left join " . TABLE_PRODUCTS_ATTRIBUTES . " pa on p.products_id = pa.products_id left join " . TABLE_PRODUCTS_OPTIONS_VALUES . " pov on pa.options_values_id = pov.products_options_values_id ";
/************** END SITESEARCH CHANGE ******************/
and i have checked the file and it is there
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#129
Posted 28 September 2011 - 08:24 AM
#130
Posted 28 September 2011 - 09:14 PM
#131
Posted 28 September 2011 - 09:50 PM
tep_draw_hidden_field('search_in_description','1') .
Note: the trailing period, as shown, must be deleted.
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#132
Posted 29 September 2011 - 07:13 PM
#133
Posted 20 November 2011 - 11:55 PM
anyone is using the contribution with Qty pro and integrated to check stock x attribute? that'll be a nice feature, i'm willing to help out if someone is interested!
Basically it could check attributes with stock (if using qty pro).
regards
-------------------
#134
Posted 21 November 2011 - 01:21 AM
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#135
Posted 21 November 2011 - 02:54 PM
I think it's not an easy task since QTY Pro is using a "proprietary" and different way to calculate stock by attribute, but you never know [img]http://forums.oscommerce.com//public/style_emoticons/default/smile.png[/img]
-------------------
#136
Posted 21 November 2011 - 05:08 PM
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#137
Posted 23 November 2011 - 10:55 AM
-------------------
#138
Posted 17 January 2012 - 09:33 PM
I am currently receiving notification emails stating that a customer ran a search, but the search came up empty. However, I know that the searched-on products do exist and I can even find the products if I duplicate the search myself.
Here's an example of an email I received from my site that demonstrates the issue:
##############################
From: "Art Glass" <owner@site.com>
Date: November 20, 2011 2:48:43 PM CST
To: owner@site.com
Subject: Request for product information
A visitor who's email address is could not find the following products using the search function:
------------------------------------------------------
b2137-30f
------------------------------------------------------
Additional Comments:
###############################
Note that no email address is included in the body of the email.
If I go and manually run that same search:
b2137-30f
I get 3 products.
So the search should be valid, and products should be found and shown to the user, but instead I get emails that say no products were found.
Any thoughts?
#139
Posted 18 January 2012 - 12:46 AM
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#140
Posted 15 February 2012 - 09:50 AM
Somehow I got the Advanced Search results to display the below fields.
However - Publisher (Manufacturer) is missing.
And everything at binding and below is missing data or it is inaccurate.
I know i probably need to connect those fields to the database. I just need some basic leads as to where those boxes are coming from and and where to connect the data.
For example, Binding has been added to the database. Directly, and not through the admin panel. Say as Pruduct_Binding. It is not a normal OSC 'attribute'. How would I get the code to interact and search Product_Binding. Or any other database field, for that matter.
I'm not a programmer, though have done extensive mods to my 2.2rca site.
For a clue as to what i mean, you can do a search at millpondshoppe.com
Categories: Include Subcategories [img]http://millpondshoppe.com/images/pixel_trans.gif[/img] Authors: [img]http://millpondshoppe.com/images/pixel_trans.gif[/img] Price From: Price To: [img]http://millpondshoppe.com/images/pixel_trans.gif[/img] Date From: Date To: Binding Size Edition Year Location Weight Illustrator Jacket Condition Condition Keywords Catalogs









