Hello,
You can't select products from products:
HTML Code:
SELECT products_name, products_description, products_url, products_id,products_quantity, products_model, products_image,products_price,products_virtual, products_weight, products_date_added, products_last_modified, products_date_available, products_status, products_tax_class_id, manufacturers_id, products_quantity_order_min, products_quantity_order_units, products_priced_by_attribute, product_is_free, p.product_is_call, products_quantity_mixed, product_is_always_free_shipping, products_qty_box_status, products_quantity_order_max, products_sort_order, products_discount_type, products_discount_type_from,
products_price_sorter FROM products, product_description
WHERE products_id = ''
And you have periods in place of comas
Rich