Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

catapult

Archived
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Real Name
    sarah

catapult's Achievements

  1. thank you so much!! I uninstalled 'quantity product mod' add on and begun having problems with adding original attributes. but replacing the code with this , went back to working normally! tep_db_query("insert into " . TABLE_PRODUCTS_ATTRIBUTES . " (products_id, options_id, options_values_id, options_values_price, price_prefix) values ('" . (int)$products_id . "', '" . (int)$options_id . "', '" . (int)$values_id . "', '" . tep_db_input($value_price) . "', '" . tep_db_input($price_prefix) . "')"); hope this helps someone :) x
  2. I have discovered the wonders of PHP Admin! thank you. my problem now is, why cant i order more than one of each item? Even tho there is a lot of stock left? x
  3. Also, if there are other ways (hopefully less complicated!) for me to add quantities to my product attributes, please share. Thanks :)
  4. Hello I am trying to install Quantity for Product Attributes Mod, so i can insert quantities to my products according to size/colours/etc. I have uploaded the files, and i see the 'quantity' box in my products attributes page in my Admin panel but I get an error as soon as i enter a number and try to proceed. I also do not understand the install instructions that says --- ==================================== Installation ==================================== 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. ---- How do i run an sql query, and alter that table? What does it mean? I am familiar with html, etc, but know next to nothing about SQLs. Been looking around for answers and Im still clueless. Has anyone been using this, installed it without a problem? would like to hear from you too. I would appreciate some help, thanks in advance! x
×
×
  • Create New...