Modules PHP scripts - Top 4 Download

Modules PHP script downloads

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

orders status default comment

This module allows you to have an orders status default comment for each orders status created in the admin section >>>>(adminLocalizationOrders >>statusEdit).If you type a default comment for an orders status (optional), it will appears in the customers orders editing admin section >>>>>>(adminCustomersOrdersEdit) in the "Comments" textarea of the orders: you'll ...

osC Advanced Cache Class

This contribution enables the osCommerce developer or advanced webmaster the ability to cache just about anything. Whether you need to cache a large array, template, or even [executable] PHP code this class can handle it.Originally designed and coded to be a scalable alternative to filesystem cache for my Ultimate SEO URLs ...

Pageheader and Subheaders

This contribution displays the Parent or Child Category Name in the HEADING_TITLE, instead of the standard "Let's See What We Have Here" message and it adds a CATEGORY_DESCRIPTION_TITLE under the HEADING_TITLE to further describe the category.In addition it adds a text section on the Category Page that you can use to ...