PDA

View Full Version : Search page with Shopping cart inputs not working.


Bigchetti
07-28-2008, 12:41 PM
Hi All,

I am building a new website with a shopping cart facility that was developed for me. I also have a functional search page from an old website. I have tried to create a a combination of both so that anything that has been searched can be added to the shopping cart.

The problem is that when anything is search it will find the correct amount of results. However it will not display any information such as name, image or any other data. I'm not an expert in ASP so any help would be awesome.

Am i making a mistake with database connections? or are the values not transferring between variables correctly? grr

You use the search bar at the bottom of this page for testing.

Example (http://www.graphicdvision.com/gwi/products_glowproducts.asp)

You can see here that i have 7 products. If you run a search on 'glow' you will get 7 results with no product info.

Please message me for example code.



Thanks for any help!

shyam
07-28-2008, 06:37 PM
mostly because ur opening the recordset as the object objRs and trying to read values from a non-existent RS object

Bigchetti
07-29-2008, 03:14 PM
Thanks i will investigate this suggestion !