osCommerce Addons PHP scripts - Top 4 Download

osCommerce Addons PHP script downloads

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

French shipping

French shipping is only a modified shipping module shipping/zones.php that include french cost of colissimo 1.2 that replace original zones.php ...

Geotrust QuickSSL Premium

 Also check for homepage and only displays box in this case. Similar to Comodo SSL combine Mod although no unsecured box is presented ...

German Banktransfer

This is a module for German osC users who want to offer Bank transfer as a payment method. This module displays account Name, bank number, account number and Bank Name. It also provides a plausibility check between bank account and bank number.also prov; ...

German Parcel Shipping Module

The module supports the global (or local) shipping for weight and zones. The pricing in the tables are OUR current price table from German Parcel (Pricing might be different for other GP customers). Changes in the price-, postal- and country structure can be done with phpMyAdmin or any other MySQL editor.The ...

GoldMoney

GoldMoney allows you to send gold to anyone with an e-mail address. Unlike most online payment systems that only work in some countries, anyone anywhere in the world with Internet access can open an account and begin using GoldMoney to make and receive instantaneous, non-repudiable payments, anytime day or night. ...

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

Google conversion script

The Google code that allows you to track a conversion from a Ad word click to an action on your site. eg someone buying something.I have taken the stock Google code and added variables that can be set in admin.Nothing complicated, as it is my first contrib ...

Google sitemap generator

A simple standalone script to generate a sitemap containing urls to product pages for Google sitemap service. homepageIt makes a sitemap of your product pages since these are the hardest ones to get spidered, I didn't make the map for the categories since they get spidered anyway. ...

Google XML Sitemap

This is a variation of Chemo's Google XML Sitemap Feed contribution, with the addition of some nice extras.I specifically customized this set for those of you not using his Ultimate SEO contribution, but ARE using the default oscommerce search engine friendly URL's turned on, or a variation of the tep_html_link fuction ...

Graphical Borders

Infoboxes will be wrapped automatically. All others may be turned on or off individually. Gif files are used to allow transparency. Repeating patterns are supported on all sides. A sample set of images and the .psd file to create them are included with this package. Additional sets of images may be ...

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

Hide products from groups of customers

It's written for B2BSuite and work on B2BSuite0.92Currently there are two issues with this code:1. The code works good with existing products but generates error when you create new product as it requires product_id which is not yet set for new product.2. Once you set any product invisible for any groups ...

Highlighting search engine keywords on page cache

This logic will highlite keywords on your page cached pages before sending it out when the user is coming from a search engine page like google or yahoo.The cached file itself is left as is. ...

Horizontal main menu

Installation:1. you will have to insert in every file in catalog/ (just the ones in catalog/)a. FIND:ADD ABOVE IT:b. FIND:ADD ABOVE IT:2. in catalog/includes/column_left.phpFIND :include(DIR_WS_BOXES . 'categories.php');and comment it so it looks like this://include(DIR_WS_BOXES . 'categories.php');3. in in catalog/includes/header.phpFIND:trail(' » '); >?ADD ABOVE IT:if ((USE_CACHE == 'true') && empty($SID)) { echo ...

How To Add A Check Box Field

Add a check box in the customer in create_account.php. This mod shows how to add a checkbox, you can change/customize it to fit your needs. This adds the box to the create_account. as well as the admin section. ...

How to adjust the height of the header logo

This simple modification would give a broader header and it would place a background image in the header.Use at your own risk. Back up files before making modifications. ...

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

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

HTML price loading packed price in format Excel

Deduces the list of products on groups with the prices (HTML price), and loading packed price in format Excel. ...