 | |  |
 |

kezza
User
Aug 16, 2008, 2:57 AM
Post #1 of 3
(6463 views)
Shortcut
|
|
Not all listings are being displayed
|
Can't Post
|
|
Hi Please can someone take a look at www.car-right-car-sales.co.uk - you'll see that a search against ALL vehicles results in a total of 7 vehicles displayed, however there are 27 vehicles actually created in Listings Manager, none of which have been flagged as 'Don't display on website'. The client is not the most adept of internet users so I did go through and check that there was nothing about these listings that may prevent them from displaying and I also created a test listing myself which showed up as a featured listing but didn't show up in the search results! None of the templates have been changed since they were first created a couple of years ago so I can't see that it would be anything to do with that. There have been some upgrades to the servers at the hosting company which involve an upgrade to PHP but I don't believe that should affect this at all! I'd appreciate some advice on this. Thanks a lot guys. Kerry Kerry
|
|
|  |
 |

Jake
Staff
/ Moderator

Aug 17, 2008, 6:35 PM
Post #2 of 3
(6226 views)
Shortcut
|
|
Re: [kezza] Not all listings are being displayed
[In reply to]
|
Can't Post
|
|
Hi Kerry, The problem here seems to be these lines of code used in your search form:
<option value="1" selected="selected">No Min</option> <option value="100,000" selected="selected">No Max</option> If you adjust these to the following, the search should work:
<option value="" selected="selected">No Min</option> <option value="" selected="selected">No Max</option> Those values can be left blank to bypass the minimum or maximum search parameters. Let us know if you need anything else! ----------------------------------------------------------- Cheers, Jake Swanson - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

kezza
User
Aug 17, 2008, 10:33 PM
Post #3 of 3
(5862 views)
Shortcut
|
|
Re: [Jake] Not all listings are being displayed
[In reply to]
|
Can't Post
|
|
Hi Jake Thanks for your response - it actually made me realise what the client had done that had caused this problem as there had not previously been an issue with this! They'd added words into the 'price' field, e.g. WAS 2000 NOW 1000. I've modified the vehicles that had words in the price field and it's all OK now! Kerry
|
|
|  |
|