Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tt2k

Pioneers
  • Posts

    28
  • Joined

  • Last visited

Everything posted by tt2k

  1. Thanks for the solution. I will try to implement it
  2. yes - so that all filters reset to show all products
  3. Hello, is it possible to add a option to reset all filters set by a user in the filters box ?
  4. I fixed it... in all Packages above 1.1.7 there is missing a line in the admin/products_specifications.php Add (Line 2495) $specification_data = array_merge ( (array) $specification_fixed_data, (array) $specification_data); Now it looks like: for ($i = 0, $n = sizeof($languages); $i < $n; $i++) { $specification_query_raw = "select specification_name, specification_description, specification_prefix, specification_suffix from " . TABLE_SPECIFICATION_DESCRIPTION . " where language_id = '" . $languages[$i]['id'] . "' and specifications_id = '" . $sInfo->specifications_id . "' limit 1"; // print $specifications_query_raw . "<br>\n"; $specification_query = tep_db_query ($specification_query_raw); $specification_data = tep_db_fetch_array ($specification_query); $specification_data = array_merge ( (array) $specification_fixed_data, (array) $specification_data); $specification_name_string .= '<br>' . tep_image (DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . ' ' . tep_draw_input_field ('specification_name[' . $languages[$i]['id'] . ']', $specification_data['specification_name'] ); $specification_description_string .= '<br>' . tep_image (DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . ' ' . tep_draw_textarea_field ('specification_description[' . $languages[$i]['id'] . ']', 'soft', '40', '5', $specification_data['specification_description'] ); $specification_prefix_string .= '<br>' . tep_image (DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . ' ' . tep_draw_input_field ('specification_prefix[' . $languages[$i]['id'] . ']', $specification_data['specification_prefix'] ); $specification_suffix_string .= '<br>' . tep_image (DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . ' ' . tep_draw_input_field ('specification_suffix[' . $languages[$i]['id'] . ']', $specification_data['specification_suffix'] ); }
  5. Hello, i installed the latest Version 1.1.11 with osc 2.3.1 - it works good... but i have some problems on the admin site. If i want to edit a Specification, for example to change the Justification, all made presets are gone and i must refill all data again to save it... something must be wrong in the case "edit_specification" Can anyone help?
  6. Nice contrib and exactly what i need! thx. I downloaded the Version 1.0.2 from the Contribution site for oscommerce 2.2... but it seems some files in the package are for 2.3.1 like the modules/comparision.php .. they use a table TABLE_PRODUCTS_IMAGES that doesn´t exist in 2.2 ... can anyone sent me the last working version for oscommerce 2.2 ? Thank you
  7. Hello, i had some trouble with the buy two module to add it to the shopping cart. I installed it a long time ago and it works fine, now i added sppc with price break and the buy two products won´t be added to the cart, only a blank product without price, id etc. i think the error must in here: so anyone out that can help me or runs the two buy module with sppc & price break ? bye marco
  8. same problems here .... i can´t use it.. the ajax part is not working
  9. Hello, i had some problems to add the code on my class/order.php because sppc was added and i don´t know what i have do change. so if anyone can send me or post the class/order.php so that i can compare it with my one! thanx a lot marco
  10. thank´s for the answer.. ti think thats the problem.. i added the quantity price breaks.. so i must expand the query.. i will try it later and post my results bye marco
  11. Hello, i had a problem with that contribution. after input a discount of 10% for one group it output an error: 1136 - Column count doesn't match value count at row 1 insert into products_groups select '1' as customers_group_id, ( 0.9 * p.products_price) as customers_group_price, p.products_id from products p what can i do to fix that? i am running on php 4.4.7 marco
  12. Hello, anyone fixed the tax problems ? described in post 199
  13. I need some help to add it on the featured products contrib.. anyone solved it?
  14. define a name.. that´s it like: $OutFile = "../feeds/myfeed.txt"; so the file is stored in feeds/ and the filenname ist myfeed.txt bye marco
  15. I´am using the default OSC Special Prices and it didn´t work. Any ideas`?
  16. I´am using the default OSC Special Prices and it didn´t work. Any ideas`?
  17. I´am using the default OSC Special Prices and it didn´t work. Any ideas`?
  18. any news about that? all works right, only the special prices are missing! bye Marco
  19. Hello, first, i want to say that´s a very nice contribution .. i test a little bit around and i think i found a little bug.. i add a get1free product on the admin site.. like buy 2 chairs and get 1 table for free.. so when i add 2 chairs to the shopping cart, the table added automatic.. thats ok .. but now when i press the update card button ( i changed nothing), the table are added again but now with full price, so it´s look like: 2 chairs (full price) 1 table (for free) 1 table (full price) i hope you understand my bad english :) Best regards Marco
  20. Hello, htc works fine but i don´t like the way how the product keywords are added. Now it looks like: World War III Special Trip .. (Name of the product) So it´s possible to change the header_tags_fill_tags.php that the keywords that will be added looks like: hope anybody can help.. bye Marco
  21. Hello, i installed the Contrib and it works perfect. The only problem is, that some products from a disabled category will displayed on the frontpage - upcomping products module. how must i change the sql in modules/upcoming_products.php ?? i tried : $expected_query = tep_db_query("select p.products_id, pd.products_name, products_date_available as date_expected from " . TABLE_PRODUCTS . " p, " . TABLE_CATEGORIES . " c, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c, " . TABLE_PRODUCTS_DESCRIPTION . " pd where c.categories_status='1' and to_days(products_date_available) >= to_days(now()) and p.products_fsk_18_hidden = '0' and p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' order by " . EXPECTED_PRODUCTS_FIELD . " " . EXPECTED_PRODUCTS_SORT . " limit " . MAX_DISPLAY_UPCOMING_PRODUCTS); but my server hangs .. so that can?t the right syntax or?. Please help me to fix this please! Thank?s Marco
  22. Hello, can you please post the code. I can?t solve the same problem. btw is there anyone with a working listing-sql for the enable/disable Categories contrib? thank?s Marco
  23. i fixed my problem .. changed the LC_ALL in the german.php and english.php to @setlocale(LC_TIME, 'de_DE.ISO_8859-1'); now it works fine!
×
×
  • Create New...