Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

StreamAlex

Pioneers
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Real Name
    Alexander

Recent Profile Visitors

616 profile views

StreamAlex's Achievements

  1. Thank you for your replies. I have noticed one thing, that is that osCsid is changing when I use the search. The session is getting new osCsid when I click on a searched product, that's why the products dissapear. I tried using Force cookies, but then the site wont work in browsers that block cookie use.
  2. @@auzStar I found the problem. The setting "Use Search-Engine Safe URLs" was set to true in Configuration -> My Store. When I turned that to false it started working. Is it possible to have search-engine safe urls and still have the add-on working?
  3. I forgot to mention you @@auzStar. I have checked the .htaccess file and it looks like this: # $Id$ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers #<IfModule mod_setenvif.c> # <IfDefine SSL> # SetEnvIf User-Agent ".*MSIE.*" \ # nokeepalive ssl-unclean-shutdown \ # downgrade-1.0 force-response-1.0 # </IfDefine> #</IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # php_value session.use_trans_sid 0 # php_value register_globals 1 <IfModule mod_headers.c> Header unset ETag </IfModule> FileETag None ## EXPIRES CACHING ## ## https://gtmetrix.com/leverage-browser-caching.html ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType text/css "access plus 1 month" ExpiresByType application/pdf "access plus 1 month" ExpiresByType text/x-javascript "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" ExpiresByType image/x-icon "access plus 1 year" ExpiresByType application/javascript "access plus 1 year" ExpiresDefault "access plus 2 days" </IfModule> ## EXPIRES CACHING ## Is there anything in there that caused the problem?
  4. Thank you for all your answers, very much appreciated. Sorry for my late response. I have been on vacation. I have tried the file you provided but that doesn't make it work. I have tried in different browsers and have emptied the browers cache. Since the store should only be in Swedish I have removed English completely. So I can't try that out. Is there any risk/danger by installing English again? I'm afraid of breaking something.. I can't figure out either that is causing the URL rewrite. I didn't build the store from the beginning, so I don't know what is installed, changed etc.
  5. I removed all the files and did a fresh install of the module but I have the same problem. Everything seems OK in admin -> Modules -> Header Tags but it won't work on the website. I only installed the bs version this time and also added the language files to my swedish folder so that the language strings would work. If I don't add them to the swedish folder then the strings aren't working.
  6. Thank you for your response. Yes, I have uploaded all the files that the Readme states to upload. I use Swedish though as default language, so I also uploaded the language files to my swedish folder in /includes/languages/. What I can see those lines is in file ht_twitter_typeahead.php and that file is both in /includes/languages/swedish/modules/header_tags and same place but english folder.
  7. Thank you for this module. Unfortunately I can't get it to work though. Please check my site http://bit.ly/2mzDP7F. I have added the module in Header Tags and the info I get is: Module Version 1.8 Module Check The module is correctly installed. Enable Twitter Typeahead Autocomplete Search Module True But the auto complete won't work in the store search box. Can you see what's wrong? I use oscommerce 2.3.4. I have tried with both module non-bs and with bs.
×
×
  • Create New...