Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Attributes Module... what does SQL mean?


Recommended Posts

Posted

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!!

Posted

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 .

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...