Guest Posted June 7, 2004 Share Posted June 7, 2004 I have found thay the quick search in OSC seems not to return anything, despite giving it juicy hints. As soon as I go to Advanced Search and check the box to "search product descriptions" its fantastic, bang on every time. Am I missing something, or is the Quick Search useless? Can the quick search be set to always search product descriptions, perhaps? Link to comment Share on other sites More sharing options...
Mark Evans Posted June 7, 2004 Share Posted June 7, 2004 At the moment the quick search only searches product titles. This will be fixed to also search product descriptions for MS-3. Mark Evans osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops) --------------------------------------- Software is like sex: It's better when it's free. (Linus Torvalds) Link to comment Share on other sites More sharing options...
Guest Posted June 7, 2004 Share Posted June 7, 2004 Thanks Mark. I'm wondering whether to try out the contribution that replaces search.php and does search descriptions. Or do you think 3 will be available soon? Cheers mate Link to comment Share on other sites More sharing options...
agiftcodotcom Posted June 7, 2004 Share Posted June 7, 2004 This is the code I use in my header for my search field. Someone helped me make it so it would search descriptions as well. I'm no php expert, but maybe you can see what they've done, or use the code yourself. Mine searches both though... <font size=1><b>Search:</b></font size=1> <?php echo tep_draw_form('advanced_search', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'). tep_draw_hidden_field('search_in_description','1') . tep_draw_input_field('keywords','','size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"')?> <input type="image" src="includes/languages/english/images/buttons/button_search.gif" border="0" alt="Quick Find" title=" Quick Find "></form> Contributions I used : Updated 06-13-04 23:42 ---------------- Vote on My Graphis Poll Link to comment Share on other sites More sharing options...
Guest Posted June 7, 2004 Share Posted June 7, 2004 Yes I see what they've done, it does work. Might use that in the interim. Thanks Link to comment Share on other sites More sharing options...
agiftcodotcom Posted June 7, 2004 Share Posted June 7, 2004 Yes I see what they've done, it does work. Might use that in the interim. Thanks Not a problem :) Contributions I used : Updated 06-13-04 23:42 ---------------- Vote on My Graphis Poll Link to comment Share on other sites More sharing options...
Guest Posted June 7, 2004 Share Posted June 7, 2004 Anybody have any idea what's going on with WorldPay callback, suddenly stopped working and does ot write an order to the database, but takes a payment from the customer?? Link to comment Share on other sites More sharing options...
Guest Posted June 11, 2004 Share Posted June 11, 2004 Anybody have any idea what's going on with WorldPay callback, suddenly stopped working and does ot write an order to the database, but takes a payment from the customer?? I found that the WP conribution is not compatible out of the box with STS. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.