osCommerce Addons PHP scripts - Top 4 Download

osCommerce Addons PHP script downloads

Messenger Delivery

Shipping by messengers in your vicinity? This is the module for you. With a zipcode pattern, a zone and a table of rates, this is an ez-pz operation to support. ...

Hide Page Counter

This simple contribution will add an option to your Admin - My Store configuration page to allow for the enabling and disabling of the displaying of the store page hit counter. This will simply hide the counter, and should not interfere with it otherwise. ...

How to place an advert on product info

To place an ad on the product info page find this at the bottom of product_info.php ...

LinkPoint API

This module will work for both LinkPoint and Yourpay API accounts. Only requirement is that you need to have a SSL certificate on the web server. ...

Regionally Boxed

Different costs can be set for different regions (composed of countries and/or states)This module allows you create shipping regions by dividing states of the USA (or other country) in different groups. Each group will then have it's own shipping price which can based on price or weight.This module is perfect when ...

Google Checkout Level 2

This will add the option of Google Checkout to your site. It's a Level 2 integration which means that the site will send shipping rates to Google in real time. It will also create customer accounts and create the order for you. You must have LibCurl and DomXml available on your ...

Survey Anywhere

Forms title, files and validation are managed in admin and can then be associated with a page name.All is then required is to create a catalogue page with the same filename and add an include that will automatically generate the forms.Forms results can be stored in the database or emailed. ...

TotalB2B

This contribution adds B2B capabilities to osCommerce. ...

Nippon Express

It does calculate the shipping cost (within Japan) for Nippon Express (Pelican) carrier. It might work for the current MS2.2 as well, but I have not test it. How to install?Everything is in a folder and the name of the folder is telling you in which folder on the catalog side ...

Debug Help for Osc

when you have some problem with osc, the first need you have is to display value of a data or array...with this package, just add echo viewarray($myarray);to show a small iconit will display the value in a popup screen when you click debug display is set in admin so that you ...

SoldOut but displayed

I'm running a store with a limited amount of (season-)products, so I wanted to display also the products that are sold out so that my visitors can view/compare/learn more about them until they are in stock again next time.Only one file to change (not included in archive):catalog/products_info.php one image to add ...

How to close popup window

Two quick ways how to close the popup window after pressing the Click to enlarge link in the product info.The first option to close window is when the mouse clicks on  image, while for the second when the mouse is placed over the popup window. ...

SHOW IN MAIN

Show in Main is a window that will allow you to add External html pages to your shop like forums and other things. It is based on the Show in main from Phpwebsite. ...

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

ipayment module safety hash

It is a modification to the existing ipayment module and adds the hash to the module. Also included are credit card logos. ...

Empty Store SQL file

This empty .sql file has all categories, manufacturers, products, product attributes/options, customers, etc removed.It should be used on a new install (it drops tables...) and is based on tep_snapshot-20020918.You can use this in place of the oscommerce.sql file that comes with the package ...

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

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

Bypass Shipping

If you only offer your customers one shipping option to choose from you might want to skip that page.Note that you can only use this contrib if you only have one shipping option. If you have two or more shipping options you can't use Bypass Shipping. ...

Basic CSV Importer

 It takes a CSV file (sample included) and inserts the products into the database. does not handle images or complex options, such as attributes. ...