The product can not be found

We don't have quite what you're looking for this time.

Install App
  • Your Cart is Empty
  • Total Product 0
  • Total Price 0.00
Database Error

A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') AND `prd_translate`.`locale` = 'en' AND `prd`.`status` = 1 AND `...' at line 11

SELECT COUNT(DISTINCT(prd.id)) as countProducts FROM product_category LEFT JOIN products prd ON product_category.product = prd.id LEFT JOIN `product_translate` `prd_translate` ON prd_translate.`product` = prd.id WHERE product_category.category IN () AND `prd_translate`.`locale` = 'en' AND `prd`.`status` = 1 AND `prd`.`show_status` = 1 AND `prd`.`is_archive` = 0

Filename: models/Products_model.php

Line Number: 318