Modules PHP scripts - Top 4 Download

Modules PHP script downloads

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

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

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

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

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

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

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

automatic reviews

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

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

Autologon

Basically, next to the email-address (which is already stored in a cookie by standard OSC-software), it also stores the password (security: see readme.txt).When the customer returns, this information is used to execute an automatic signin. ...

Account Balance

Displays customer account balance in the admin & costumer account area. Also added a contribution under the "order totals" category that is an account balance module. ...

Category Image Banner

Category Image Banner will add a banner of the categories, with their images and text, across the top of all the catalog pages.Click the image or text to go to the category. This was designed to replace the standard 'category tree' on the left hand side of the site.The image sizes ...

Bypass Shipping

If you only offer your customers one shipping option to choose from you might want to skip that page.Note that you can only use this contrib if you only have one shipping option. If you have two or more shipping options you can't use Bypass Shipping. ...

Cancelled Orders

Our store felt that there are many instances where even though we need to void an order, we still need to keep record of it without it affecting our stock levels and our tax collectors. It is written for MS2, trying to keep it as mod independant as possible. Feedback and ...

Buy It Now For new products

This contribution allows store owners to add a "Buy It Now" button to the new products this month section of their website. This includes the front page and category pages. Full instructions are 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. ...

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

Authorizenet module with CVV

This is a version of the Authorizenet module with the ability to accept the CVV number from the back of the customer's credit card ...

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