[osCommerce] Implementing Multiple Shipping Rates for Multiple Countries/Zones in osCommerce

Shipping cost calculation is the mandatory feature for any E-Commerce website. Shipping cost is dependent upon zones and/or countries. It largely depends upon your requirement whether you need to charge different rates for different zones inside same country. You might want to do the same for multiple countries as well with or without multiple zones…

[osCommerce] How to Enable register_globals for osCommerce installation

If you get this following error after installing your osCommerce store: Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory. There are two ways to enable register_globals using .htaccess file or using php.ini file. Enabling register_globals…

BitNami Redmine Stack Installation on Linux

Redmine is a mature and very good project management web application using Ruby on Rails framework. Since it requires specific Rails and Ruby Gems versions, Installing and configuring Redmine is not child’s play. One option of setting up Redmine is by downloading the latest stable release from http://www.redmine.org/wiki/redmine/Download Since Apache, MySQL and Ruby are usually…