Modules PHP scripts - Top 4 Download

Modules PHP script downloads

Dead Easy Center Thingy

Quite a few people have asked me how I centered and bordered my osCommerce shop so I figured I'd throw this quick contribution together.I've also included a small file called rgb.html to help you choose the color for the border. ...

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

Default Search options in categories and Advanced

This Contribution will tell you how to adjust your files to allow you to change the default search criteria in the normal browse by category and the advanced search page.2 files need to be adjusted, instructions can be found in the attached zip and readme files. ...

Display Category Name In Main Content

This is a little mod that took me so long to work out (for what it is) that I couldn't not contribute it. I hope it's useful to some and at least unique.This mod will allow you to display the name of the current category or subcategory in the main page ...

Download Membership Mod

Allows you to sell memberships to your download directory...simply mod your download.php file with the commented code changes..put membership in the Filename: area in the Products Attributes. Edit exclude files area as needed. Customers can then browse your directory and download files. Still a work in progress... Be sure in the ...

Easy Call for Price

Easy Call for Price is an easy way to display “Call for Price!” whenever a product’s price is set to 0. Change a couple of values and you can also sell products for $0.00 and display "Call for Price!" for other products.Only TWO files to modify. Install time is less than ...

Edit Auto Emails From Admin Backend

This contribution is a quick and easy update that will allow you to edit emails that are sent to your customers.This version does not currently support languagesFor example the email that is sent when an account is initially created, and allows you to add text to the order confirmation emails, etc.It ...

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

Email Signature

This contribution allows a customizable signature to be added to the emails sent to a customer after an order is completed. ...

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

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