Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

coolthings.com.au

Archived
  • Posts

    4
  • Joined

  • Last visited

Everything posted by coolthings.com.au

  1. IIS Installation Howto What a great MOD for OSCOMMERCE, heres the rundown on getting it to work on a IIS+PHP Microsoft Platform. portions edited m: In your httpd.ini file (part of isapi_rewrite) use the following configuration: [ISAPI_Rewrite] # Defend your computer from some worm attacks RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O] RewriteRule ^(.*)-c-(.*).html$ /index.php\?cPath=$2 RewriteRule ^(.*)-c-(.*).html\?(.*)$ /index.php\?cPath=$2&$3 RewriteRule ^(.*)-p-(.*).html$ /product_info.php\?products_id=$2 RewriteRule ^(.*)-p-(.*).html\?(.*)$ /product_info.php\?products_id=$2&$3 RewriteRule ^(.*)-m-(.*).html$ /index.php\?manufacturers_id=$2 RewriteRule ^(.*)-pi-(.*).html$ /popup_image.php\?pID=$2 RewriteRule ^(.*)-pi-(.*).html\?(.*)$ /popup_image.php\?pID=$2&$3 RewriteRule ^(.*)-t-(.*).html$ /articles.php\?tPath=$2 RewriteRule ^(.*)-a-(.*).html$ /article_info.php\?articles_id=$2 RewriteRule ^(.*)-pr-(.*).html$ /product_reviews.php\?products_id=$2 RewriteRule ^(.*)-pr-(.*).html\?(.*)$ /product_reviews.php\?products_id=$2&$3 RewriteRule ^(.*)-pri-(.*).html$ /product_reviews_info.php\?products_id=$2 RewriteRule ^(.*)-pri-(.*).html\?(.*)$ /product_reviews_info.php\?products_id=$2&$3 RewriteRule ^(.*)-pri-(.*).html\?(.*)$ /product_reviews.php\?products_id=$2&$3 RewriteRule ^(.*)-i-(.*).html$ /information.php\?info_id=$2 Install the SEO mod as per the instructions included and there you go!! Hope this helps someone. Peter. url Removed
  2. Solution for this problem: My system specs were: Windows 2000 server, IIS 5, PHP 4.3.1 running in CGI mode The problem was that although the discount appeared on the checkout_confirmation.php page when you confirmed the order it did not carry through to the processing of the order. After trying all manner of things I ended up installing the latest build of PHP which was 4.3.11 and after the reboot it all started working. One problem I had after the reboot was that my Order Total Modules in the administration page was missing and blank. I had been hacking around with the order total modules and left a couple of copies of the files in the includes\modules\order_total folder. After removing these files I got the order total modules back. Check out my site at www.coolthings.com.au B)
  3. I have the same problem, has anyone got a fix for this? Peter.
  4. I have the same problem, I've found that sometimes the discount goes through and sometimes it doesn't. The discount shows on the order_confirmation page but after you confirm the order it vanishes. This is using the standard Money Order & credit card payment modules.
×
×
  • Create New...