Modules scripts - Top 4 Download

Modules script downloads

Add Bullet Images

This is a very simple mod to add bullet images to the categories infobox. It also includes images to fit in with the basic osCommerce install. ...

Add drafts

The list is populated with the drafts titles, linked to the edit post page of each.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: · WordPress 2.5 or higher ...

Add From Server

Once "imported" it will be treated as any other uploaded file, and it can be accessed via the Media Li.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: · WordPress 2.5 or higher ...

Add Links To Footer Bar

This allows you to completely remove the information box from column left or right.The date and no.of requests is no longer displayed in the footer.Just overwrite your footer.php file with this one (in catalog/includes). Remember to back up your original file first!Also please note..I run the All Products contribution on my ...

Add livehelp FREE at your shop

Add "livehelp" FREE at your shop, free service "HumanClick" from Bravenet. ...

Add Local Avatar

The feature can be switched on and off and users have the ability to upload their own avatar.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Key features "Add Local Avatar": · Have global or local avatars for your users. · Allow avatars ...

Add Mail Message Type

When "HTML" is selected, the message will be sent as HTML. When "Plain Text" is selected, the message will be sent as plain text. Requires changes to only two files! ...

Add Me Dichev

The plugin generates automatic bookmark links for more than 60 social networks.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: · WordPress 2.0.2 up to 2.6 ...

Add Multi Products Checkbox

You can simply check multiple products at once and add them to the Cart with one click.Because of many request I saw in the Community Support regarding a checkbox in the productlisting instead of a Buy Now or quantity field and I need ths solution for a customer, I changed the ...

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

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 New Product Fields

Add new fields to your products... for books you can add Author, Publisher, ISBN fields.It works with easy populate too.This is a cumulative contribution based on the works of others before me. ...

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 percentages by country and postal code Spain

Useful to Spanish IVA:Add 16% to all states except all postal codes beginning with 07 (Palmas), 35 (Canarias), 38 (Tenerife), 51 (Ceuta) or 52 (Melilla). ...

Add Post URL

The text can be used for anything from copyright notice to advertisements. InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Key features "Add Post URL": · %site_url% - the URI of your site · %site_name% - the name of your site ...

Add Shopping Cart Info to Your Header

Simple modification to add the item count and merchandise total to your header.Updated to work with STS PLUSThis is just a little usercode to allow you to use this contribution in your STS layout.Add this to your includes/modules/sts_inc/sts_user_code.php file, before the >? at the end of the file is >fine.$sts-start_capture();$productno = ...

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 to Feed

The customized text can be inserted before or after the post content. InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: · WordPress 2.1 or higher ...

Add Weight and Weight Total to Cart

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

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