QUERY = SELECT ccCubeCart_taxes.percent AS tax_pc, ccCubeCart_cats_idx.cat_id, ccCubeCart_cats_idx.productId, productCode, quantity, description, image, price, name, popularity, sale_price, stock_level, useStockLevel FROM ccCubeCart_cats_idx INNER JOIN ccCubeCart_inventory ON ccCubeCart_cats_idx.productId = ccCubeCart_inventory.productId INNER JOIN ccCubeCart_taxes ON ccCubeCart_taxes.id = ccCubeCart_inventory.taxType WHERE ccCubeCart_cats_idx.cat_id = '1' AND ccCubeCart_cats_idx.cat_id!=6 ORDER BY price DESC