osCommerce Addons PHP scripts - Top 4 Download

osCommerce Addons PHP script downloads

Automatic remove button in shopping cart

1 ) Add this between the tags in shopping_cart.php (around line 25)------------------------------------------------------------------------------2 ) Search for:----------------------------------------'text' >= tep_draw_checkbox_field('cart_delete[]', $products[$i]['id']));----------------------------------------Change to:----------------------------------------'text' >= tep_draw_checkbox_field('cart_delete[]', $products[$i]['id'], ' ', 'onClick="DoSubmission();"'));----------------------------------------3 ) in file includes/functions/html_output.php search for: (around line 189)----------------------------------------if ( ($checked == true) || ( isset($GLOBALS[$name]) && is_string($GLOBALS[$name]) && ( ($GLOBALS[$name] == 'on') || (isset($value) && ...

automatic reviews

A sample excel file is included along with a read me file ...

automatic word wrap for Product Information

This contribution fix the problem for word-wrapping-input made with the keyboard in the product-description (Admin).Input of br or p in the description no longer needed. ...

B2Bsuite Product Listing Columns

You will now have the choice of the standard Product Listing (in a list form), or in Columns. You can change the look of your Product Listing Pages with a single click! ...

Back Button Improved

As you may see, the fix is simple and 'old school', but it works. This is the only fix I could make that did not include heavy editing. Always keep a backup of all files you are working with. Maybe even use a test site instead. ...

Backup using GZIP

This was the backup for version 2.1, but I made a couple of minor changes and it now works on MS2 instead.I made backups using pure sql, ZIP, and GZIP and did a restore using all of them. I tested by deleting my users and they were then restored from the ...

BACS Payment Module

Unlike other modules it does not list your bank details on the Checkout Confirmation page, only in the e-mail the customer receives. ...

Bank Transfer Norwegian

This is for Norwegian admin users only, the reason for this is that the config is now in Norwegian. Sorting field is also included. ...

Bank Transfer Simple

Bank Transfer Simple is a very simple payment module that allows your customers to pay by Bank Transfer or Deposit..It allows you to configure name, account #, Bank and other. ...

Barcode Mod

This mod adds a single 13 character EAN barcode field to each product. Searchable via the normal oscommerce search process. Optionally it also provides some v basic epos features. ...

Basic CSV Importer

 It takes a CSV file (sample included) and inserts the products into the database. does not handle images or complex options, such as attributes. ...

Batch Print Center

Batch Print Center is a module created to allow batch printing of invoices,packing slips, labels, christmas cards, or whatever you want really.The first release version is still classed beta but is fully functional and running on several live shops already.It is heavily based on Batch Order Center and also contains code ...

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

Best Sellers

This contribution adds a best sellers page that lists your best sellers in the same fashion as the new products page. Installation is very simple and fast. ...

BestSellers Box Enhancement

If you saw the CategoryBoxEnhancement contribution by Nils Petersson, you'd see where I came up with this one... This is a simple modification in the best_sellers.php box, to add a small line of code that'll allow an image to be displayed in front of the list of best sellers instead of ...

BidPay

BidPay is a modified payment module of check/moneyorder payment .I modified it to become a easy to use Bidpay mod.What this does is when the customer see the Bidpay selection on checkout process payment gateway.They click that and then press continue they will be take to a new page sort like the ...

billBOX Payment Modul

billBOX Payment Modul - billBOX Payment Modul for OSC 2.1 or higher. ...

Blacklist

They can be banned completely from logging on. Or, if allowed to logon, or if they create a new account, all entries in their address book will be monitored for usage upon checkout. If an address is used, the shop owner is notified via email. ...

Box categories pro

Compatible URL Rewriting and Cname, it enables you to facilitate your referencing in the majority of the search engines. ...

Browsable osC MS2 Xref

This ZIP contains :- Browsable MS2 Admin source code (zip)- Browsable MS2 Catalog source code (zip)Both excluding language files to keep things simple and compact.To install, unzip each of the files into a separate directory and point your browser to the main directory.These files have been generated using phpdocumentor.Let's see, the ...