Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

aardwark

Pioneers
  • Posts

    4
  • Joined

  • Last visited

Everything posted by aardwark

  1. I think i just figured it out. All I needed was to add the following lines to .htaccess file: RewriteRule ^(.*)product_info.php/products_id/(.*)$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)index.php/cPath/(.*)$ index.php?cPath=$2&%{QUERY_STRING}
  2. Hello before installing this add-on my products were references as: http://sklep.teleskopy.net/product_info.php/products_id/684 and categories as http://sklep.teleskopy.net/index.php/cPath/79 is there a way to set up rewrite rules to get to the right categories now ?
  3. I'm getting there... found out that the latest 'full packages' do not contain whos_online.php function needed on the client side, the one that inserts data into the database... anyone knows where is the most recent one (i found one in v2.0)
  4. Hello, I just installed Who's online Enhancement v.3.6.3, and - while the idea is great I did run into a problem. It does not display the browser / system / referer as well as cart status information. I spent last few hours digging through the forum just to find that mysql commands were missing to insert user_agent and referer fields... unfortunataly that did not solve the problem, as the fields to not get populatedd with data. Any ideas (I run osCommerce 2.2-MS2 on Apache 2 server with PHP 5.2.9 )? best regards tomasz : teleskopy.net
×
×
  • Create New...