1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND Produto.Linha_id =' at line 4

SQL: SELECT COUNT(*) AS total FROM Produto INNER JOIN Tag ON Tag.id = Produto.Tag_id WHERE 1=1 AND Produto.Categoria_id = AND Produto.Linha_id =


1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND Produto.Linha_id = ORDER BY Produto.Ordem ' at line 6

SQL: SELECT Produto.*, Tag.Nome AS TagNome FROM Produto INNER JOIN Tag ON Tag.id = Produto.Tag_id WHERE 1=1 AND Produto.Categoria_id = AND Produto.Linha_id = ORDER BY Produto.Ordem LIMIT 18 OFFSET 0


Nenhum produto encontrado!

Voltar para home