 |
 |
 |
 |
Nos coups de coeur : |
 |
 |
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 p.products_id = pr.products_id
AND p.products_status = 1
' at line 1
select p.products_id, p.products_type_id, p.products_image, p.products_tax_class_id, p.products_price, pr.ref_price, pr.ref_unites
from products_references pr, products p
where pr.collections_id =
AND p.products_id = pr.products_id
AND p.products_status = 1
AND p.products_type_id = 1
ORDER BY rand()
LIMIT 6
[TEP STOP]
| |