osCommerce Addons PHP scripts - Top 4 Download

osCommerce Addons PHP script downloads

WorldPay Payment Module

This is an updated WorldPay module based on all prior contributions by, and not limited to Stuart Cutting, Ian Davidson, Robert N Wood, Mark Keith Evans, Brian Kiggin, Neil Millard, the authorizenet.php, secpay.php and paypal.php modules included in OSC 2.2 CVS 25 Dec 2002. All creadit to those authors, especially Ian ...

MyICIS

I did find a virtual merchant account that doesn’t have that unreasonable of rates.MYICIS charges 3.2 percent of each transaction, plus 50 cents per transaction, to cover our processing and gateway costs, and there is a monthly Account Maintenance Fee of $6.95You may sign up for an account here.homepage ...

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

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

Freight and International Shipping Quote Modules

Usually, if the item is overweight or is to be shipped overseas, UPS and USPS modules won't work. This contribution is two modules in one.1) The first RFQ allows customers to select 'Request Quote'as a shipping method. By default, this is a $0.00 charge added to the price (You can add ...

TNT express on line tracking

This simple contribution is usefull to add TNT express on-line tracking in your site. ...

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

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

Dropdownmenu

Dropdownmenu adds new features to the simple search infobos. It have three combos (manufacturers, categories and subcategories) that are correlated, when a manufacturer is selected, categories combo fill the categories list of this manufacturer, when one categorie was selected the subcategories combo fills with the subcategories dependent of the categories and ...

Email Invoice

This mod allows you to send an invoice via email to your customer at the time the order is placed. The invoice used is the same invoice that is shown on the administration side of the catalog.This mod is useful if you want the professional look provided by the admin invoice ...

XE Admin Manual Currency Converter

This mod allows you to enter a price in your admin and have a result from Xe.com (major currency converter online) without opening another window. It works off of the tag and keeps everything contained within your site. I have 1280 resolution and it displays perfect. You may have to adjust ...

infobox color changes easier

There are two scripts here:generate_corners.phpcorner.phpgenerate corners.php is a simple script to generate the corners. Put it in the images/infobox directory and make it writable by the web server then point at it. It will create the three infobox corner files in png (or gif if you have that compiled in) from ...

Automatic remove button in shopping cart

1 ) Add this between the tags in shopping_cart.php (around line 25)------------------------------------------------------------------------------2 ) Search for:----------------------------------------'text' >= tep_draw_checkbox_field('cart_delete[]', $products[$i]['id']));----------------------------------------Change to:----------------------------------------'text' >= tep_draw_checkbox_field('cart_delete[]', $products[$i]['id'], ' ', 'onClick="DoSubmission();"'));----------------------------------------3 ) in file includes/functions/html_output.php search for: (around line 189)----------------------------------------if ( ($checked == true) || ( isset($GLOBALS[$name]) && is_string($GLOBALS[$name]) && ( ($GLOBALS[$name] == 'on') || (isset($value) && ...

Buy It Now For new products

This contribution allows store owners to add a "Buy It Now" button to the new products this month section of their website. This includes the front page and category pages. Full instructions are included. ...

Supertracker

Here is the information that is recorded for each customer arriving at your site: - referring page - referring query (so we can get at keywords used if search engine) - landing page (including query string - important for Pay Per Click campaign assessment) - arrival time ...

Module Display Order Matches Sort Order in Admin

It's kind of confusing, and since in the case of the Order Total modules it actually determines the order in which order prices are calculated, this can be a pain in the neck. So I made a small tweak and now all modules in the >AdminModules section actually DISPLAY in order ...

Javascript Picture zoom

This little contribution will replace the popup window to enlarge pictures on your product_info page by a javascript rollover dragable Zoom . This is really easy to 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 = ...

Specials Page Displayed Like New Products Page

This mod makes the products display just like the New Products page. (products_new.php)Easy to install. Simply upload my new specials.php file into your server, so that it overwrites the old one.REMEMBER TO BACK UP FIRST!!!!! ...

Customer Registration Report

This report presents the number of customer registrations over any timeframe and outputs in daily, weekly, monthly, or yearly mode.This should be handy for gauging campaigns. ...