[ic] flypage problem

Rick Bragg interchange-users@icdevgroup.org
Sun Jun 22 22:14:00 2003


Kevin Walsh wrote:
> localhost [user@example.net] wrote:
> 
>>I have a secondary database for products (other than the products 
>>database.) I have built a custom search results page for this database 
>>no problem, but I can't seem to get a "fly page" system for that 
>>database.  I would like to call flypages for items in that database by 
>>the sku like the products database, but this does not work.
>>
> 
> It does work - you just haven't set it up.  See the ProductFiles
> directive.
> 
> 
>>Any suggestions?
>>
> 
> Yes, I have one:  I suggest that you configure your email application
> to post using a valid email address.
> 

Hi,

I have the following in my catalog.cfg:

ProductFiles  products  otherdb
Database        otherdb  otherdb.txt      TAB
Database        otherdb  KEY     sku

and I have a database with mysql all set up and working, i just can't 
call any of the products from the "otherdb" by there sku's.

Thanks
Rick