osCommerce Addons PHP scripts - Top 4 Download

osCommerce Addons PHP script downloads

Unique Attributes

Unique Attributes v1.0 provides the following:- A unique name for attributes in admin, distinct from the display name displayed in the catalog.- A link (or comment) for each unique attribute. Links will pop up a small window to provide a more detailed description of the option.Three screens replace the Product Attributes ...

auto display tax

if an end-user customer, display included tax.if a company display excluded tax- the tva_inracom id and company-name of the billing address are considered (main address)if non-registred customer, display with default parameterOptionnaly, display a small text after your prices like 'net', 'gross' or anything else The texts and styles are well personalizables. ...

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

Add Whats New Link to Categories Box

Best used with categories enhancement mod, it is very simple.open catalog/includes/boxes/categories.php and find---------$info_box_contents = array();$info_box_contents[] = array('text' >= $categories_string);it is at the far bottom of the filereplace with-------------$info_box_contents = array();$info_box_contents[] = array('text' >= $categories_string);if ( (basename($PHP_SELF) != FILENAME_PRODUCTS_NEW)) {$info_box_contents[] = array('align' >= 'left','text' >= '' . BOX_CATEGORY_PRODUCTS_NEW . '');}else{$info_box_contents[] = array('align' ...

ChinaPost EMS Shipping Module

This module provides support of China Post EMS service for osc users in China. ...

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

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

Customer Support Live Chat

This is a FREE module would allow you to have a live-chat support on your web site. It uses MySQL database, PHP, ICQ (for notifications), and JavaScript. This module was developed by me independantly from osC. ...

ipayDNA

ipayDNA somewhat works like paypal, but not quite. This is oscommerce integration instructions. Hope this saves someone time and headache. ...

Selective Database Backup

This contribution will make the built-in database backup function back up only tables defined in the database_tables.php files. This may help you order your backups if you use the same database for multiple projects. ...

Batch Update Status

Needed a way to update the status of multiple orders at once. I know the batch printing contributions have a feature similar to this, but it only needed to update.With this contribution there is a checkbox next to eac order on the orders page, you can select any or use the ...

Products Manufacturer

This Feature will unable admin to see products Manufacturer on orders history page. ...

Money Order

This module offers a Money Order payment solution, in which a customer can authorize the shop owner for a one-time withdraw of the total order amount from his/her bank account number.Upon order confirmation, an E-mail will be sent requesting the customer to authorize the shop owner to one-time withdraw the order ...

PDF Invoice

PDF Invoice replaces the original html invoice with a more printer/email friendly PDF invoice. ...

Yowcow Payment Module

It passes the customer off to Yowcow to make the payment during the order process.Initial release, functional during testing. Bug reports should be sent to me at email.Tested with latest milestone, and with OSC-Max 1.7. ...

Payworks

This is a Payment Module for Payworks. It has been based on a Stratapay module osC credit card payment module.It uses only the required infromation for making a succesfull Auth order. ...

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

Intuit Payment Module

This module provides support for Innovative Merchant Solutions Internet Gateway. ...

MultiGeoZone MultiTable Shipping

Allows shipping to multiple Geo Zones using multiple tables.Geo Zones are defined in the osCommerce administration tool, so exactly what makes up each zone is left in the hands of the user. Geo Zones can be just specific zones of a country, a number of different countries, or any combination thereof. ...

IONGate Payment Module

Uses cURL. This is modified from the Authoriznet module from webgroupmedia. The code is rough in some places, but it seems to work. Should add admin functionality to the administration pages of the shop. ...