Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Farnastic

Pioneers
  • Posts

    93
  • Joined

  • Last visited

Everything posted by Farnastic

  1. Do you means something like this? http://www.actionprintinginc.com/store/pro...products_id=160
  2. Hello, Is it possible in any way to pass a value from a popup window to a textbox generated with this contribution? thanks far
  3. Hi Maureen, Can't help you too much because I'm also so kind of new to php, but this error means that columns count and columns you code is generating is not the same. It must be same qty. Also I see too many values your product_attributes file is trying to enter in the table. It is not a good idea to install varies contributions at the same time. The version .061 just need to add ,'0' and the end. you may post your link if you like. good luck far
  4. Hello everyone, I have been looking for a contr. to print a list of all products with prices. Any suggestion. thanks far
  5. Hi everyone, Good contribution. Installed without problems, except, that option names does not appear in shopping_cart.php, confirmation and e-mail. I have looked for this in the forum, but there is no a clear answer. I have read something about products_options_values_name in the database, but I don't know how to work this this. Someone please can post any solution to this problem. thanks far
  6. Ok guys, I have received this error after installed attribute_copier .061, and also when installed Attrib Sort_v.1.0 and attrib_sort_v1.1. I have deinstalled the last two contributions, and keep the first one. This is one that I really need. Here is what I have done, and until now, is working 100%. I have tested several times. In catalog/admin/products_attributes.php I changed this: tep_db_query("insert into " . TABLE_PRODUCTS_ATTRIBUTES . " values ('', '" . (int)$products_id . "' , '" . (int)$options_id . "', '" . (int)$values_id . "', '" . tep_db_input($value_price) . "', '" . tep_db_ input($price_prefix) . "')"); for this: tep_db_query("insert into " . TABLE_PRODUCTS_ATTRIBUTES . " values ('', '" . (int)$products_id . "' , '" . (int)$options_id . "', '" . (int)$values_id . "', '" . tep_db_input($value_price) . "', '" . tep_db_ input($price_prefix) . "', '0')"); and it works. I know someone post in another topic this solution, and also another one with admin-categories, so full credit goes to him. I have posted here for those that are following this thread. thanks far
  7. Hi, I also have this error and I want to fixed it. How do I fix the extra comma, if I have. I mean, where to look for. thanks far sorry, I'm not a php expert
  8. qCurrently working on all three of the above. (1) done (2) done and is controlled via different themes. (3) in progress... :x Hi Paul, Do you get any progress in your work? I'm using infobox admin and it is great. That will be a excellent idea to include a feature and control the infobox look; like border, color, etc.
  9. Well everyone, again with trouble. After installed this contribution, I got the same error as others, but there is no answer in the forum. What happened, everyone droped it, or there is a solution. I need this attr., please post any results. I think that php gurus should be just write the add/change code and not to compare file. Most of time, it does not work. thanks far this is the error: 1136 - Column count doesn't match value count at row 1 insert into products_attributes values ('', '31', '5', '1', '0.00', '+') [TEP STOP]
×
×
  • Create New...