Modules PHP scripts - Top 4 Download

Modules PHP script downloads

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 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 ...

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 ...

Browsable osC MS2 Xref

This ZIP contains :- Browsable MS2 Admin source code (zip)- Browsable MS2 Catalog source code (zip)Both excluding language files to keep things simple and compact.To install, unzip each of the files into a separate directory and point your browser to the main directory.These files have been generated using phpdocumentor.Let's see, the ...

Catalog Anywhere w categories

This is a little change to original contribution CATALOG ANYWHERE by Patrick Veverka.You can show products from certain category or subcategory in random order anywhere outside your osc directory. ...

Category Descriptions

This contributionn adds a category description to your store, you can enter a description for each category, or leave it blank if you do not wish to have one for a particular category. ...

Change Page Title to Show Category Name

This is a simple method of displaying the Catagory name in the Page Title, instead of the standard "Let's See What We Have Here" message. ...

Column Sort Arrows

This simple mod replaces the /- symbols that are used to show the sort order on the product listing pages with small dark gray arrows. The provided arrows are transparent and should work with all color schemes. They could easily be replaced with your own arrows as well. ...

Combined login and create account page

Combined login and create account page.Simple mod which gives you a login box on top of your create account page.Pre-modded files and screenshot included in the package.- Fixed Error in Create_account i was getting cause i store some $variables in my session!---ERROR---Warning: reset() [function.reset]: Passed variable is not an array or ...

Country Field Togle

This is a 3 step, Very simple mod to install. The mod allows you to togle the 'country' either to "Hide" it and disable the error trapping, or "Show" it, and enable the error trapping. ...

Custom HTTP Error Page

This will make any of those ugly 404, 401, etc. error pages disappear and be replaced with a simple error surrounded by your sexy oscommerce shop. Thus not leaving a potential customer stranded and no place to go!It is offerd only in English. But is language modular in design. ...

Customer Title Dropdown

This mod will add a Title dropdown box to all customer details pages including create_account, checkout_shipping_address, checkout_payment_address and admin/customers.***Also works with the Payment_without_account (PWA0.80) contribution!In addition to the title dropdowns, this mod upgrades any pages which display addresses to handle the new title information such as checkout_shipping, checkout_payment, checkout_confirmation, admin/invoice, admin/invoice ...

Customise New Products and Products displayed

This contribution allows you to easily modify the Product_new.php screen to show only the number of products and pages that you specify.These variables are easily set in the admin > configuration > Maximum Values section once the contribution is installed. ...

Database Admin

The Database Manager permits you to access your MySQL database directly through the oscommerce admin panel. Add, Alter, Drop, and Optimize Database tables from one file.All the code is self-contained within the script ...

Database Update Scripts

This is a small collection of simple PHP scripts that run SQL commands to update your oscommerce "products" table. Includes:Two scripts to update the quantities and prices in the "products" table from another table (useful for those who drop-ship and receive updated lists from a distributor).One script to update the "products_tax_class_id" ...