MySQL Response: 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 '?product_id=82 AND product_status = 'Active'' at line 14.
#0 getQuery(SELECT
product_id,
product_name,
product_category_id,
product_code,
product_name,
product_image,
category_id,
category_name,
product_status
FROM tbl_product_alt
INNER JOIN tbl_product ON product_alt_alt_id = product_id
LEFT JOIN tbl_category ON product_category_id = category_id
WHERE product_alt_product_id = 82?product_id=82 AND product_status = 'Active') called at [/var/www/web/editor/products/pages/_product_page.class.php:281]
#1 ProductPage->getAltProducts() called at [/var/www/web/editor/products/pages/_product_page.class.php:449]
#2 ProductPage->buildListing() called at [/var/www/web/editor/products/pages/_product_page.class.php:27]
#3 ProductPage->ProductPage() called at [/var/www/web/products/route.php:27]