Whatknot Posted May 25, 2006 Posted May 25, 2006 I downloaded the 6 May 2005 contribution from here: http://www.oscommerce.com/community/contributions,1242/ and can't seem to get it to work properly. I get the following error: https://dorzup.sslpowered.com/DorZupShoppin...ted_box=catalog Please, somebody help me! I'm trying to get quantity pricing on my 2 products. Many thanks, Anna Quote
Whatknot Posted May 25, 2006 Author Posted May 25, 2006 The Error message: 1054 - Unknown column 'p.products_price1' in 'field list' select p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_price1, p.products_price2, p.products_price3, p.products_price4, p.products_price5, p.products_price6, p.products_price7, p.products_price8, p.products_price1_qty, p.products_price2_qty, p.products_price3_qty, p.products_price4_qty, p.products_price5_qty, p.products_price6_qty, p.products_price7_qty, p.products_price8_qty, p.products_qty_blocks, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status from products p, products_description pd, products_to_categories p2c where p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = '0' order by pd.products_name [TEP STOP] Trying desparately to add quantity pricing to my catelogue and get the above error. Does anyone know how to correct this? Thanks, Anna Quote
Guest Posted May 25, 2006 Posted May 25, 2006 Did you run (import) the MySQL commands that accompany the contribution? -jared Quote
Whatknot Posted May 26, 2006 Author Posted May 26, 2006 Did you run (import) the MySQL commands that accompany the contribution? -jared I did the 2 May 2006 compatibility fix to PriceFormatter.php. I'm not sure what MySQL is or does. Also, there is a PHP4 and PHP5 that is not within my scope of knowledge. I know I'm set to PHP4 and probably should be on PHP5 but when I flipped over briefly, I got a different error. The 19 August 2005 contribution has "Use a database editor (e.g., phpMyAdmin) to alter your database:" at the bottom of the manual edits but I looked at the phpMyAdmin and found myself ill equipped to know how to edit it. I'm hopelessly over my head here. I've poured through every help file and forum topic I could think of and it's still not coming together for me. If you could point me to a helpful link, that would be wonderful. Anna Quote
Guest Posted May 27, 2006 Posted May 27, 2006 If you have access to phpMyAdmin, all you need to do click the SQL tab, then paste in the SQL commands from the readme. Does that help? -jared Quote
Guest Posted May 27, 2006 Posted May 27, 2006 If you have access to phpMyAdmin, all you need to do click the SQL tab, then paste in the SQL commands from the readme. Does that help? -jared I don't know if you helped the person in this thread but you certainly helped my ignorance... Thanks so much for taking the time to explain what everyone else probably thought any idiot should have known... but us beginners sometimes just don't know even the most basic of things... but we are trying and succeeding with a little help... Gracias, Tim Quote
Whatknot Posted May 27, 2006 Author Posted May 27, 2006 That's it! I can't thank you enough. You've been most helpful with us beginners who are feeling our way though this for the first time. Thanks again! Anna Quote
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.