[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
How to search in a different sql-table than products?
Dear all!
I try to realize a cloth-shop with MV using an MySQL db. To guarantee a
small db-table I split up the info into the combinations of color and
size (only a few combinations are available) and Item-name, price, etc.:
table products
combi-color-size
table productsref
name, price, descript.
To do a search - I have to search in the productsref for keywords.
In catalag.cfg I tried to set
ProductFiles
a second Database productsref productsref.asc ...:mysql:...
but the error.log only shows:
Unknown table 'productsref' in where clause at
/home/minivend/mvend/lib/Vend/Table/DBI.pm line 379.
Please help!!! - I'm in hurry!
TCL