Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Black Jack 21

Archived
  • Posts

    81
  • Joined

  • Last visited

Profile Information

  • Real Name
    Andreas
  • Gender
    Male
  • Location
    Germany
  • Website

Black Jack 21's Achievements

  1. Hi, it's gonzo*, e.g. "GET /robots.txt HTTP/1.1" 200 391 "-" "gonzo2[P] +http://www.suchen.de/faq.html" cheers
  2. I've found a not listed spider: gonzo* It's from a german search site "suchen.de". Please add this to your updates. Thank you for the great contrib!
  3. Simple: Log in to your admin/configuration/my store -> Show Category Counts -> false This will also make your shop faster.
  4. http://www.oscommerce.com/forums/index.php?sho...p;#entry1282237
  5. There is no naming convention the uploader was forced to use. If you're unsure, ask for the contrib version used by others here in the forum. In the most cases people use the "this is a full package" statement within the description.
  6. This works well, look at this. Read also the comments given in the thread for this contrib: Thread BJ
  7. Oh, sorry, my explanation was not clear enough. It's not a problem with the e-mail form. I cannot find items/descriptions with the search if such a char is in the keyword. BJ
  8. Once again. FWR told me a way to pass special language chars through SecurityPro. Now i have the problem described in my former post. Question: It's necessary to handle language specific characters like äöüÄÖÜß (i'm german). Product names and descriptions stored as ISO. Is it possible to cast the special chars to e.g. ä a.s.o. before posting the keywords to the search? Otherwise the search will find nothing... Thank you in advance!
  9. Ok, hopefully you push this contrib forward. I have another question. It's necessary to handle language specific characters like äöüÄÖÜß (i'm german). Product names and descriptions stored as ISO. Is it possible to cast the special chars to e.g. ä a.s.o. before posting the keywords to the search? Otherwise the search will find nothing... Thank you in advance!
  10. Hi Robert, one question. It's necessary to pass through special characters like äüöÄÜÖß posted from the search box. What's the way to do it? I've found it works if i modify the function like this: function tep_clean_get__recursive($get_var) { if (!is_array($get_var)) return preg_replace("/[^ {}a-zA-Z0-9ßäüöÄÜÖ_.-]/i", "", urldecode($get_var)); // Add the preg_replace to every element. return array_map('tep_clean_get__recursive', $get_var); } What do you think, do you see any problems? Please comment and point me in the right direction! Thank you in advance BJ
  11. Yes, UltraPics is recommended. It's really a good one.
  12. Thanks a lot, works like a charm! :-) I know, i'm a pain in the neck, but i have another issue. The code tests valid entries of the e-mail form by javascript, maybe disabled by some customers. What's the reason for to do so instead of using the validation functions, e.g. as in contact_us? Hopefully you don't misunderstand me, i don't want to grouch. I'm very appreciated to benefit from your work, coding and tips. Thank you in advance BJ
  13. No addon is necessary. Simple link or copy a product in admin/catalog to another category.
×
×
  • Create New...