Check out the Latest Articles:
osCommerce RC 2.2a and PHP 5.3.0 (on Windows) Problem

php.net announced latest stable version of PHP as PHP 5.3.0
When I try to run osCommerce on Windows with PHP 5.3.0 I get below errors.

Deprecated: Function eregi() is deprecated in …
Warning: date(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Helsinki’ for ‘3.0/DST’ instead in…

Solution: Actually osCommerce should publish a patch for PHP 5.3.0 because there are a lot of eregi function used in codes. If you want to learn solution please visit below address.

Fix `ereg is deprecated` errors in PHP 5.3
http://devthought.com/tumble/2009/06/fix-ereg-is-deprecated-errors-in-php-53/

You can download osCommerce Flash Carousel Styles Flas. You can edit flas according to your needs.
osCommerce Flash Carousel Style 3 (1268)
osCommerce Flash Carousel 3.0 Fla Sources (1214)

osCommerce and Amazon’s Modules

Amazon Payments Team works hard about osCommerce payment modules. I am folowing official osCommerce Blog at http://blogs.oscommerce.com/2009/06/19/introducing-checkout-by-amazon/.

Here are two extension :

  1. Checkout by Amazon (for osCommerce Online Merchant v2.2MS2 and v2.2RC1)
  2. Checkout by Amazon 2.1 (for osCommerce Online Merchant v2.2RC2)

Nowadays I am working on oncloud store using Amazon S3 (osCommerce S3). If you sell software and want to transfer files all over the world you can try Amazon S3.
I hope Amazon can sponsor our extension.

Amazon Simple Store Service and onCloud Store

Amazon Simple Store Service and onCloud Store


If you want to join osCommerceX Dev Team please let me know.

Open catalog/includes/modules/flash_carousel.php file and find below lines

1
2
3
4
5
6
        <style type="text/css" media="screen">
                        body { margin:0; text-align:center; }
                        div#flash_carousel_container { text-align:center; }
                        object#flash_carousel { display:block; margin:0 auto; }
 
        </style>

And replace with below lines

1
2
3
4
5
6
7
8
        <style type="text/css" media="screen">
                        body { margin:0; text-align:center; }
                        div#flash_carousel_container { 
			text-align:center; 
			background-image:  url(http://www.yourwebsite123.com/images/background.jpg);
     			background-repeat: no-repeat;}
                        object#flash_carousel { display:block; margin:0 auto; }
        </style>

Don’t forget to change background-image: url(http://www.yourwebsite123.com/images/background.jpg); tags in above lines according to your settings.

Free New Web 2.0 osCommerce Template

A new cool free osCommerce theme is released by myoscommercetemplates.net .

Template Information:
* Type: OsCommerce 2.2 RC2a
* Sources Available: .PSD; .PHP
* Currently supports only English version

Installed Modules:
* Admin html product editor (Fckeditor)
* Information Pages with admin control
* UltraPictures + Lightbox

New Style for osCommerce Flash Carousel

These package includes one style with two version, big and small.
osCommerce Flash Carousel has plug-in support. Easy install within 5 seconds.

Install

Copy new style to your catalog. Then go admin flash carousel configuration page and select new style.

You can download New Style for osCommerce Flash Carousel file from http://addons.oscommerce.com/info/6123.

osCommerce Flash Carousel 3.2 (Fatih) Released

This release includes many fixes.

1.Now € sign and comma showing.
2.Special character support added.
3.Works on “http://www.xxxx.xxx” and “http://xxxxx.xxx”
4.Resize image with transparency support.
5.Added strip_tags function in order to prevent some errors.

osCommerce and Google’s Modules

I have searched all osCommerce Modules and prepared a list. You can easly take advantage of Google services like products search, google map, google calendar, google checkout, adsense, analytics etc.
By the way have you ever use Google Store?
Google Store uses osCommerce based store solution. You can see a simple interface for online store at Google Store.
You can get more information about Google Store at osCommerce Blog

We will see all osCommerce addons related with Google.

osCommerce Google Analytics module

By using this module you can integrate the Google Analytics E-Commerce Analysis to your store.

You can also try these modules

The Fastest osCommerce Store (memcached osCommerce)

At this topic we will talk about how you can speed up your osCommerce store with existing solutions and you will learn a new upcoming caching system which was developing by osCommercex.

You will read:

  • What is memcached?
  • How memcached osCommerce works?
  • Existing osCommerce Performans Module.
  • Existing osCommerce Addons.
osCommerce and osCommerce Derivations

osCommerce is mainly slow project. There is no new release nearly after passing a year. Actually osCommerce main script is like skeleton for basic e-commerce requirements. You can add products to your store and customers can buy products..
But if you want to more features like Amazon, you need more then osCommerce. At this point the osCommerce users produced their solutions.
And there are lots of addons produced by users. Everyday users are adding new and updated addons to osCommerce Addons site.
By using suitable addons you can build a perfect store. Now we will look scripts that are produced from osCommerce.