Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Какую, напиши сюда? Ты текст то поменял на название продукта, префикс у тебя jos ?На локалке выводит ошибку
#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 'WHERE product_publish='Y' AND product_id != ZigEnergy' at line 1
префикс jos, текст на название поменял.
Может быть в одинарные кавычки? Не помню точно синтексис sql. Проверь.$q = "SELECT product_sku FROM #__{vm}_product ";
$q .= "WHERE product_publish='Y' AND product_name = '$product_name' ";
$q .= "LIMIT 0, 7";
SELECT 'product_sku' FROM `jos_vm_product` WHERE product_publish='Y' AND product_name = 'Bosch MSM6300';
$product_name = vmGet($_REQUEST, "product_name", null);