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 '' at line 19
SELECT
ad.id,
ad.title,
ad.subtitle,
ad.lead,
ad.description,
ad.active,
main.quantity,
main.art_nr
FROM
xt_catalog_articles_details as ad
LEFT JOIN
xt_catalog_articles as main ON(main.id = ad.id)
WHERE
ad.lang='en'
AND
ad.active=1
AND
main.id=
In File: /var/www/vhosts/amann-mettler.com/httpdocs/xt/plugins/ch.iframe.snode.catalog/product_viewer/index.php
On Line: 30
Fatal error: Call to a member function FetchRow() on a non-object in /var/www/vhosts/amann-mettler.com/httpdocs/xt/includes/classes/xt.class.php on line 459