ERROR: /yourmoo/v3/addproduct.php: GetProductInfo(): "SELECT `p`.`id`, CAST(IFNULL(get_price(`p`.`id`, 1, '2024-04-28', NULL),0) AS DECIMAL(7,2)) AS `standard_price`, CAST(IFNULL(price('', `p`.`id`,'2024-04-28'),-1) AS DECIMAL(7,2)) AS `charge_price`, IFNULL(`p`.`product_group_id`,0) AS `product_group_id`,REPLACE(IFNULL(`p`.`name`,''),'''''','''') AS `name`, IFNULL(`p`.`unit_size`,0.00) AS `unit_size`, IFNULL(`p`.`container_type`,'') AS `container_type`, REPLACE(IFNULL(`p`.`image_path`,'' ),'\\','/') AS `image_path`, REPLACE(IFNULL(`p`.`detailed_description`,''),'''''','''') AS `detailed_description`, REPLACE(IFNULL(`p`.`description`,''),'''''','''') AS `description`, IFNULL(`p`.`pack_size`,0) AS `pack_size`, IFNULL(`u`.`abbreviation`,'') AS `abbreviation` FROM `product` `p` LEFT JOIN `uom` `u` ON `p`.`uom_id` = `u`.`id` WHERE `p`.`id` = "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 1