Oscommerce

From Hostek.com Wiki
Jump to: navigation, search


What is OSCOMMERCE?

osCommerce is an online shop e-commerce solution that offers a wide range of out-of-the-box features that allows online stores to be setup fairly quickly with ease, and is available for free as an Open Source based solution released under the GNU General Public License.

OSCOMMERCE - Video Tutorials

How to install osCommerce from Fantastico

How to setup Product Attributes in osCommerce

How to backup and restore your database in osCommerce

How to manage banners in osCommerce

How to add product categories to your store

How to configure your store in osCommerce

How to configure your currency in osCommerce

How to send email to your customers from osCommerce

How to manage your customers in osCommerce

How to add payment modules in osCommerce

How to add products to your store in osCommerce

How to setup special promotions in osCommerce

How to add a shipping module in osCommerce

How to change tax rates in osCommerce

osCommerce Errors and Solutions

osCommerce - The mysql extension is deprecated

1. For version 2.3.3, if receiving this error message on your site, then you will need to apply the v.2.3.4 update.

 "The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in D:\home\DOMAIN-NAME.COM\wwwroot\includes\functions\database.php"

2. The update file is available here: http://addons.oscommerce.com/info/8703

3. You will need to replace both "database.php" files, and follow the code replacements detailed in the "Update Database Functions Install.html" file.

4. Ensure that the /wwwroot/includes/configure.php is set to read-only (after these changes).

5. Reload the site. All of the errors should be gone now.