osCommerce Addons scripts - Top 4 Download

osCommerce Addons script downloads

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 Store Details To Contact Us

A simple fix to the root level contact_us.php page which displays your store details above the contact script itself. ...

Add Weight and Weight Total to Cart

It is also compatible with Add Weight To Product Attributes v0.1. ...

Add Whats New Link to Categories Box

Best used with categories enhancement mod, it is very simple.open catalog/includes/boxes/categories.php and find---------$info_box_contents = array();$info_box_contents[] = array('text' >= $categories_string);it is at the far bottom of the filereplace with-------------$info_box_contents = array();$info_box_contents[] = array('text' >= $categories_string);if ( (basename($PHP_SELF) != FILENAME_PRODUCTS_NEW)) {$info_box_contents[] = array('align' >= 'left','text' >= '' . BOX_CATEGORY_PRODUCTS_NEW . '');}else{$info_box_contents[] = array('align' ...

Add2Favourites

Works only with IEIn Your Favorite Language You must Edit with the Follow Input:define('BOX_HEADING_ADD2FAVOURITES', 'Seite Speichern');This must be in catalog/includes/language/*.php - Your Language or All Languages. ...

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

Admin Specials by Categories

This contribution allows you to: - List products (alphabetically) for selected category displaying the special price and implied discount - Add a % discount to all products in selected category - Add, change or remove a special price for an individual product in the selected category  ...

Admin SSL htaccess

After to make the connection with protected directory via ssl, is necessary prompt with login and password. After login, when i click in some link at control panel, i need to retype my login and password, because the link is http different than address homepage and i lost my ssl conection.The ...

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

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

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

Article Statistics Report

It will tell you how many page views your individual articles have generated. The plumbing for doing this was already in the articles table, so no database changes are necessary. It involves two new files and four file updates.The update is a very simple adaptation of the "best-viewed products" statistics reports. ...

Authorizenet module with CVV

This is a version of the Authorizenet module with the ability to accept the CVV number from the back of the customer's credit card ...

auto display tax

if an end-user customer, display included tax.if a company display excluded tax- the tva_inracom id and company-name of the billing address are considered (main address)if non-registred customer, display with default parameterOptionnaly, display a small text after your prices like 'net', 'gross' or anything else The texts and styles are well personalizables. ...

Autologon

Basically, next to the email-address (which is already stored in a cookie by standard OSC-software), it also stores the password (security: see readme.txt).When the customer returns, this information is used to execute an automatic signin. ...

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