Plamil foods believes in creating top quality, tasty food for all. They use their years of food production experience to recognise increasing consumer demand for ‘free from’ foods, due to ethical, religious, or allergy reasons. They produce specific products which avoid animal, dairy and egg products, so everything that they make is vegan friendly. In addition, their products are gluten free and their factory is a carefully controlled site, so you can eat their foods with absolute certainty in what you are consuming.
Database Error SQL: SELECT
p.products_id,
p.products_model,
pd.products_name,
p.products_tax_class_id,
p.products_image,
CONCAT("products/", IF(m.manufacturers_id IS NULL, "new", m.manufacturers_url_safe_name), "/", pd.products_url_safe_name, "/") AS product_url,
p.products_price,
p.products_status,
p.products_stock_type,
p.products_size_guide,
IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price,
IF(s.status, s.specials_new_products_price, p.products_price) as final_price
FROM products AS p
LEFT JOIN products_description AS pd ON p.products_id = pd.products_id
LEFT JOIN specials AS s ON p.products_id = s.products_id
LEFT JOIN manufacturers AS m ON p.manufacturers_id = m.manufacturers_id
WHERE
p.products_id =
Error: 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 (1064)
URL: www.ethicalsuperstore.com/products/plamil/)
Date: Sat, 4 Feb 2012 03:17:40 +0000