osCommerce Addons scripts - Top 4 Download

osCommerce Addons script downloads

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

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

Filter ID

Using this script, you can avoid trivial verification of php scripts deployed on your store those not checking the data types when accessing the database thus having potential security holes in your store’s code.This module filters parameters passed during page transitions through the HTTP_GET_VARS and HTTP_POST_VARS arrays. This reduces the risk ...

Fix for admin catalog delete products issue

All categories and products are deleted after deleting a category or product.Cause: This problem was found when the browser's BACK button is used to return to the product list after deleting a product or category. After backing up pages, "categories_id" is set to 0 which is the catalog's root location.Fix: I ...

ForcedSSL

PHP code that can be inserted into your documents to redirect to same document using SSL.Example:If you put it in your index.phpIf someone accessedhomepagethe code would redirect the client tohomepage ...

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

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

Import tool for CSV files

This tool will import products or manufacturers from a CSV file into the OSC database.It is an external link not integrated into the admin panel and it is in german. Feel free to modify it and make language aware or integrate into the admin panel. ...

Ip information

This module for definition of an information about IP.Was tested for version 2.2 MS2This module, very useful and necessary,The module is very easily installed.Installation:Read the README.txt file ...

Japan Tax Display

This contribution is meant to solve the problem of displaying prices including and excluding Japan's Consumption Tax. It will:1. Affect the display of prices in the following manner:a. If the customer is NOT logged in, then the product will display the price in the form of "including tax (excluding tax)".b. If ...

Keep Products Displayed When Out of Stock

Here is how to make items stay displayed in your product listings, even if they are out of stock. Some people reported not being able to do this, while others had just the opposite problem. For my own site, there was no other way except to delete a few lines of ...

Login Page Cleanup

This is an osCommerce hack that tweaks the login.php and password_forgotten.php to make them a little more user friendly. This will create 3 seperate boxes on the login.php page, one for Returning users, one for new users, and one for those who have forgotten their passwords. ...

Multiple Order Update

A minor mod to allow for the multiple udating of orders stauts / print invoices / packing slipsNo changes to core files, and only one link added to customers.php box in admin. ...

Newsletter Unsubscribe

This script will place an unsubscribe link at the bottom of the newsletter allowing customers to unsubscribe themselves.It also add a couple of pages to you shop, so that during the unsubscribe process, you have a chance to explain the benifits of remaining subscribes. ...

Opt Out Unsubscribe Newsletter

This contribution will place a link at the bottom of your newsletter with the email of the recipient that links back to news_optout.php. Once the recipient enters your site and clicks the unsubscribe button they are removed from the newsletter mailing list. (By changing the '1' to a '0' in newsletter ...