rickiesdiscountelectronics Posted June 6, 2008 Posted June 6, 2008 i need some help with this...ive searched the forums everywhere and nothing works 1054 - Unknown column 'p.products_cost' in 'field list' SELECT p.products_id as v_products_id, p.products_model as v_products_model, p.products_image as v_products_image, p.products_price as v_products_price, p.products_cost as v_products_cost, p.products_weight as v_products_weight, p.products_date_available as v_date_avail, p.products_date_added as v_date_added, p.products_tax_class_id as v_tax_class_id, p.products_quantity as v_products_quantity, p.manufacturers_id as v_manufacturers_id, subc.categories_id as v_categories_id, p.products_status as v_status FROM products as p, categories as subc, products_to_categories as ptoc WHERE p.products_id = ptoc.products_id AND ptoc.categories_id = subc.categories_id [TEP STOP] i keep getting this error i tried modifying the categories.php as suggested on the forum, but it still doesnt work...maybe im doing something wrong...somebody please help me with this...i need this feature to work because i plan on having a site of 10,000+ items..... Quote
spooks Posted June 6, 2008 Posted June 6, 2008 Where did p.products_cost come from, its not standard, is it in your sql? Quote Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.