osCommerce Addons scripts - Top 4 Download

osCommerce Addons script downloads

Expandable and Contractable Info Boxes

When a user clicks on the title bar of an info box, the box's contents will either appear or disappeardepending on how it is set up to be displayed upon page load. Each individual box can be set up to be displayed or hidden upon page load.These are stylish and functional, ...

All International Zones

This file is a SQL statement that will create an International zone using all countries except the United States (includes U.S. Minor Outlying Islands and U.S. Virgin Island). Simply run this statement in your osC database. This statement assumes that you have less than 11 geo_zones installed and less than 502 ...

Abstract Zones

The Abstract Zones module provides an efficient way to associate products and categories with shipping, payment, order total modules and in general with the osCommerce catalog end. This module primary target is an association between the shipping modules and the catalog products. Shipping modules can now be enabled or disabled automatically ...

1c access

This is for ligament 1c with tables access for further loading in osc ...

Actualy Price in Pull down option menus

This contrib works on product_info.php - I only use it where I've had different products on one page due to photo limitations (pre-printed catalog). I can't guarantee that it does anything other than print the actual price of items in the pull down, where they are different to the listed price.For ...

Add a BACK button in the product info

This is a small modification in order to alow costumers to go back when they are in the product info page. ...

Add Bullet Images

This is a very simple mod to add bullet images to the categories infobox. It also includes images to fit in with the basic osCommerce install. ...

Add Shopping Cart Info to Your Header

Simple modification to add the item count and merchandise total to your header.Updated to work with STS PLUSThis is just a little usercode to allow you to use this contribution in your STS layout.Add this to your includes/modules/sts_inc/sts_user_code.php file, before the >? at the end of the file is >fine.$sts-start_capture();$productno = ...

Add New Product Fields

Add new fields to your products... for books you can add Author, Publisher, ISBN fields.It works with easy populate too.This is a cumulative contribution based on the works of others before me. ...

Addition Description

This module will enable to enter a description to a given category and / or a manufacturer.Everytime your customers will display the product, they will also see the category and manufacturer information in the product description. ...

Admin Manipulation

This contrib allows you to:delete all products or delete all orders or delete all customers and perform other db manipulation operations ALLfrom your stores admin area.these files are modified:-optimize_table.php-empty_db.phpnot to store your actual DB name in the scripts, but to relate to the DB_DATABASE name stored in your admin/includes/configure.php ...

admin site separate search results display

Search result in www section and diplay in admin section are being governed by the same MAX_DISPLAY_SEARCH_RESULTS value. When you choose to display just a few (eg.2) results on www (for design purposes) your admin section becomes unlivable - try to go through 100 plus customers records when only eg. 2 ...

All CSS Styles

Seems silly, but I would have love if someone had done it before, so I wouln't have to do it. It is just a html page with all osCommerce styles applied in spans, TR, TD and tables. This way you can preview the look locally before uploading.Saves a bit of time, ...

Allow State Abbreviations

There is a great contribution that will add a drop down box to the create account screen. This is great if you are only selling products in the US, but it could create a problem for international customers.This code will take a customers 2 letter state abbreviation and turn it into ...

Apache Server htaccess

This is a remake of David Watkins .htaccess that gives better protection to web directories.Could be placed in any directory that you only wish to be access from your own domain(s).Doesn't affect 'include' neither 'require' statmments. have added: DirectoryIndex default.phpso that with most people that have there servers setup for index.php or ...

Automatic Currency Value Updater

This script will retrieve the latest exchange rates from the International Monetary Fund ( based on the US Dollar ), and then updates the currency values in your database to match. If you do a lot of international sales, this is a good way to keep those values current.This script was ...

Automatic Database Optimization

Allows store database to be automatically optimized.Period between optimizations can be configured in admin. ...

Backup using GZIP

This was the backup for version 2.1, but I made a couple of minor changes and it now works on MS2 instead.I made backups using pure sql, ZIP, and GZIP and did a restore using all of them. I tested by deleting my users and they were then restored from the ...

Batch Print Center

Batch Print Center is a module created to allow batch printing of invoices,packing slips, labels, christmas cards, or whatever you want really.The first release version is still classed beta but is fully functional and running on several live shops already.It is heavily based on Batch Order Center and also contains code ...

Batch Update Status

Needed a way to update the status of multiple orders at once. I know the batch printing contributions have a feature similar to this, but it only needed to update.With this contribution there is a checkbox next to eac order on the orders page, you can select any or use the ...