osCommerce Addons PHP scripts - Top 4 Download

osCommerce Addons PHP script downloads

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

Sort Order Total Modules in admin

Although not tested with every available contribution, this will work with any installed order total modular as long at it follows the oSC naming policy of creating the file as {name}.php & the configuration_key as MODULE_ORDER_TOTAL_{name}_SORT_ORDER. If not it could be easily modified. ...

Specials Administration fix

Milestone 2 partially fixed the first problem but failed to pass all of the necessary information along when you click the status buttons. This file has both problems fixed. Now when you change the status of any special that special will become the default special displayed on screen, ready for you ...

Specials Expiration Fix

I discovered that our special prices were being expired by the system a day earlier than planned. I discovered that the cause of the problem was the fact that the code that automatically turns off specials that expire checks the current date AND TIME against the date that the special was ...

Specials Page Displayed Like New Products Page

This mod makes the products display just like the New Products page. (products_new.php)Easy to install. Simply upload my new specials.php file into your server, so that it overwrites the old one.REMEMBER TO BACK UP FIRST!!!!! ...

Specials Tax Inclusive

This contribution allows you to use the tax inclusive special price when defining specials by adding 'i' to the end, similarly to the way '%' is used for percentage discounts.Included is the default admin/specials.php file with the changes applied.-or-s see BoF/EoF marks (only 2 parts) if you want to apply this ...

Specific Server Redirect

This contribution redirects all requests to a specific server of your choice. i.e.: homepagewill becomehomepageI created it to redirect all requests to my SSL server. ...

Spider Killer for MS1

The check is done only once per page (and not a lot of times as in the sugestion of the threads)If you're using it, just use the bugfix and the updated spider_configure file.You don't need this with MS2 and later cause it's intergrated in the cvs in an similar way.There is ...

Spinner

In OS Commerce default, the New Products for that month are displayed. This contribution to OSCommerce will allow store operators to place rotating images of their choice above or below the New PProducts.A way to give a "show case" effect. Images can be linked, made to stop on mouse over, contain ...

sponsorship email

 Input email sponsorship on >create_account.php= Check in database, correctly orthographied too !# Choose your reduction in administration side !# Check whether customer has ordered to display the module or hide it !# Choose cumulate option to cumulate reduction for the sponsorships ...

SQL Updater in Admin

Do you need to install a contribution that requires table additions or changes?Can't get to PHPMyAdmin an your web server?This ads an Admin function to browse for a .sql file, upload it and run the statements in the file. ...

Starting At Price

A lot of online shops (such as sonystyle.com) have this feature and I wanted to have the same one on my site. I also decided to share this contribution with the community. ...

Status in Product Listing

Out of stock products shown have OUT OF STOCK written next to them in the main product listing so customers can't miss it. Standard stock warnings are shown when customers try to check out with an item that is out of stock and are allowed to check out or not based ...

Store statistics

Daily, monthly and yearly period of statistics. Add orders statistics saved amount orders, amount purchased products and total price ordersAdd products statistics, saved amount view products and amount purchased productsAdd three new graph type: bars, pie, linepoints. ...

Store Width and Color INSTANT Changer

This is very simple, and will give you the flexibility of changing your store's width, and your store's background color's (both inside the store, and outside of the store) in an INSTANT!Currently, to change your store's width...etc, you have to go into all of the loose files in your oscommerce catalog/ ...

Supertracker

Here is the information that is recorded for each customer arriving at your site: - referring page - referring query (so we can get at keywords used if search engine) - landing page (including query string - important for Pay Per Click campaign assessment) - arrival time ...

Supplier Admin Area

It's a contribution that allows you to create some suppliers and set a markup percentage for each one and select which categories they can add their products to with a login name and password.The suppliers can then login to their own pages where they can add products to their categories entering ...

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

Tab Page Unlimited

I simply reworked the dispay interface so that it would operate as a tab menu system instead.Tab Pages Unlimited system can: - Multilanguage automatically - Create Unlimited menu tabs - Edit tab entries - Delete tab entries - Activation / DeActivation the tab entries - Change Queue ...

Table of zones prices

It displays a nice table with the price for shipping different weigths to each zone in the shipping.php file.It only works for the ZONES shipping method. ...