osCommerce Addons scripts - Top 4 Download

osCommerce Addons script downloads

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

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

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

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

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

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

Add Back buttons to the checkout process

This contributions adds back buttons throughout the checkout procedure, allowing the user to easily navigation throught payment without getting any Page expiry messages. ...

Admin Specials by Categories

This contribution allows you to: - List products (alphabetically) for selected category displaying the special price and implied discount - Add a % discount to all products in selected category - Add, change or remove a special price for an individual product in the selected category  ...

Admin SSL htaccess

After to make the connection with protected directory via ssl, is necessary prompt with login and password. After login, when i click in some link at control panel, i need to retype my login and password, because the link is http different than address homepage and i lost my ssl conection.The ...

Add Weight and Weight Total to Cart

It is also compatible with Add Weight To Product Attributes v0.1. ...

Add Store Details To Contact Us

A simple fix to the root level contact_us.php page which displays your store details above the contact script itself. ...

Add new products fields

If the default fields are not enough for you ther have a look at this piece of code on how to add new products fields. ...

Add Multiple Products to Cart in columns for SPP

It displays product listings in three columns (or 2, or 4, however many you want) instead of one long tall column as the stock osC product_listing.php does.It gives the option of adding many different items to the cart at once, by having a quantity box underneath each item. Just enter in ...

Add Multiple Products to Cart at Once

This is achieved by parsing a comma seperated list of product id's in a hidden form variable to a new function in application_top. ...