View Single Post
  #17  
Old 06-29-2004, 11:41 AM
 
MOC MOC is offline
 

Senior Member
  
Join Date: Oct 2002
Posts: 171
 

Default

I added a membership price for the wholesale account
and if i searching for something i get everytime the error

Code:
If i searching for something, got this error: INVALID SQL: 1109 : Unknown table 'xcart_products_categories' in order clause SQL QUERY FAILURE: SELECT xcart_products.*, MIN(xcart_pricing.price) as price FROM xcart_products, xcart_pricing WHERE xcart_pricing.productid=xcart_products.productid AND xcart_pricing.quantity=1 AND xcart_pricing.variantid = 0 AND (xcart_products.product LIKE '%taken%') GROUP BY xcart_products.productid ORDER BY xcart_products_categories.orderby ASC LIMIT 0, 30

2. and i can not checkout cause i get every time the error, that my emailadress is invalid or the field is empty.
Reply With Quote