Guest Posted February 20, 2009 Posted February 20, 2009 I have done the following (at the top.. adding the new files) Copy the following files into there required locations: product_info.php -> catalog/product_info.php checkout_process.php -> catalog/checkout_process.php categories.php -> catalog/admin/categories.php products_attributes.php -> catalog/admin/products_attributes.php The following SQL query will need to be run: ALTER TABLE `products_attributes` ADD `options_quantity` INT( 11 ) ; This will add the the field options_quantity to products_attributes. What does the info about SQL mean? Could someone explain this in laymens terms!! Quote
diy Posted February 20, 2009 Posted February 20, 2009 I would recoommend to follow this post http://www.oscommerce.com/forums/index.php?sho...c=329077&hl and install oscommerce on your pc get a back up of your database in the working site and do all the alterations on the tst site and test db which you will keep on your pc check here for quick tutorial http://www.w3schools.com/sql/sql_intro.asp PS I would not recomend to play around with a database from a working site . 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.