Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search Enhancement by Paul Whiter... MS2 ???


Guest

Recommended Posts

After having a late-night moment of inspiration, I wondered if the problem from my last post might have something to do with the browser. I normally use Opera 9.21, which I was using when I had the problem. I fired up Internet Explorer 7 and the admin interface worked perfectly -- I could add new keywords and everything.

 

So apparently this contrib is buggy in Opera, at least on the admin side. As far as I can tell, the only thing that didn't work properly was the functionality to add alternate keywords -- everything else was fine.

 

For Opera

 

Try changing:

<input type="submit" value="New Entry" name="add" method="post" />

 

To:

<input type="submit" value="New Entry" name="add">

Link to comment
Share on other sites

  • 10 months later...

Greetings!

 

Thanks for the great contrib!

 

I posted an updated package (v1.2) including fixes for some minor problems mentioned earlier in this thread (specifically Tristan's problems #1 and #2 and support for Opera).

 

I was not able to reproduce some of the issues like "1) Plural strips the whole word. When I add "s" to the end of any valid term in my shop the search results return an error stating the the fields were blank." so I did not work on those at all.

 

Hope this helps!

 

Peace

Edited by MyR
Link to comment
Share on other sites

  • 2 months later...

Hello,

 

Just wondering if someone could explain a bit of code for me...?

 

I'm wondering what purpose this bit of code has:

 

in product_listing.php we are asked to add

 

if (isset($pw_mispell)){ //added for search enhancements mod
?>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr><td><?php echo $pw_string; ?></td></tr>
</table>
<?php
} //end added search enhancements mod

 

I don't understand what this does.

 

Thanks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...