Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter
Contributions
The following osCommerce contributions are free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
Filter: Search:
Displaying 289 to 297 (of 1445 contributions) Result Pages: [<< Prev]  ... 31  32  33  34  35  36  37  38  39  40 ...  [Next >>] 
321. Fancy Pics - Fancy Image Popups Request Installation with Paid service
This makes the pop image with a scroller option, buttons will appear on the image (left &/or right) enabling you to browse images of all products in the current products category, the images will have captions showing the product name.

This will only work with Fancybox. Currently the images have no additional functionality, an option to click on the image you want so that it will redirect to that product is planned, but appears not possible with the current version of Fancybox.

Please note, if a product image is missing you will get a continuous 'loading' gif.

Tested on PHP 4 & 5, SQL 4 & 5, osC 2.2 ms2, rc1 & rc2a and is register_globals off compatible.

Support thread http://forums.oscommerce.com/index.php?showtopic=343782

FULL PACKAGE
This simple contribution replaces your existing image popups in Product Info etc with some fancy ones, like lightbox, but with better lighter code. It can be used with multi image contribs like Easy Thumbnail with modification, but I prefer to use OscThumb, then you only need to upload a single large image for the product, osCThumb will sort out the small one for you.

If you want an easy to install better product preview function for your pictures of the goods on your site then look no further!

Tested on PHP 4 & 5, SQL 4 & 5, osC 2.2 ms2, rc1 & rc2a and is register_globals off compatible.

Support thread will be found here http://forums.oscommerce.com/index.php?showtopic=343782
   Posted on: 08/28/2009     See contribution details

322. Remove category image Request Installation with Paid service
Modification faite :

Afin de ne pas voir un carré avec une croix lors de l'absence de l'image, faire ceci :

// The HTML image wrapper function
function tep_image($src, $alt = '', $width = '', $height = '', $parameters = '') {
if ( (empty($src) || ($src == DIR_WS_IMAGES)) && (IMAGE_REQUIRED == 'false') ) {
return false;
}

Remplacer par :

// The HTML image wrapper function
function tep_image($src, $alt = '', $width = '', $height = '', $parameters = '') {
if ( (empty($src) || ($src == DIR_WS_IMAGES)) && (IMAGE_REQUIRED == 'false') ) {
$src=DIR_WS_IMAGES.'nopic.gif';
//no image url when you upload the product.
}
//for what`s the url like :'images/aa/'
if(!file_exists($src)||strlen(strstr($src,"."))<=0){
$src=DIR_WS_IMAGES.'nopic.gif';
}
//over

Package complet comprenant l'install. pour l'absence d'image ainsi que la langue française.

Screenshot visible à : http://www.oscommerce-screenshots.com/remove-category-image-p-438.html
   Posted on: 09/04/2009     See contribution details

323. Box newsletter Request Installation with Paid service
Hi!
This is a swedish translation.
Not full package!!

If you have any questions please mail me.
xciso@sverige.nu
-------------------------------------------
Hej!
Detta är en svensk översättning.
Inte hela paketet!

Om du har några frågor kan du maila mig.
xciso@sverige.nu
   Posted on: 09/04/2009     See contribution details

324. DHL Paketstatus (API) Request Installation with Paid service
######################
### DHL Paketstatus (API) ###
######################


Mit dieser Erweiterung kann man über die DHL API (public) den letzten Status eines Paketes
zurückgegeben. Die Kommunikation erfolgt über XML.


Dieses Snippet kann überall im Shop eingebunden werden kann. Voraussetzung für einen Abruf
bei DHL ist nur die Paketnummer. Die PLZ ist nicht mehr zwingend notwendig.


Support
######################
original Dokumentation DHL (dokumentation_dhl.pdf)
http://forums.oscommerce.de/index.php?showtopic=71081


Lizenz
######################
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
   Posted on: 09/04/2009     See contribution details

325. Contrib_Enlarge_Product_Pic_by_Flash Request Installation with Paid service
Contrib_Enlarge_Product_Pic_by_Flash

Short and simple:

Just 4 Steps.

Demo: http://www.premiereline.de/domains/wm_handy/product_info3.php?cPath=21_22&products_id=28

Thread: http://forums.oscommerce.de/index.php?showtopic=71108

Best regards

www.premiereline.de
   Posted on: 09/05/2009     See contribution details

326. Main Categories as Thumbnails on Index Page Request Installation with Paid service
Updated to display just like the other information boxes that appear at the bottom of a page (such as new products) so that simple CSS changes will update this box as well.

Corrected to use the subcategory image width and height rather than small product image width and height.

Uses the Categories To List Per Row defined in administration to determine how many categories to list in a row.
Added a heading to the Add-on

Basically it adds the main categories to the index page of your site and displays them as thumbnails. Installation instructions are included in the package and it is very easy to install.
   Posted on: 05/20/2009     See contribution details

327. BBS Netaxept Payment Module WebServices Request Installation with Paid service
BBS Netaxept Payment Module WebServices is based on the webservices API developed by BBS AS.

More information can be found on http://www.netaxept.no

In order to use this module you need a test account. To get one, contact the sales department at Netaxept.


- Added more backoffice logging to transactions.
- Added a new order status telling if the order is canceled or user aborted.
- Added database fields to support coming recurring functions.
- Changed from REST to now using WebServices in the communication.

If you want to use REST, please download v1.0.3a from this URL:
http://addons.oscommerce.com/info/6594
   Posted on: 09/03/2009     See contribution details

328. oBBS Netaxept Payment Mdule - WebService Request Installation with Paid service
BBS Netaxept Payment Module WebServices is based on the webservices API developed by BBS AS.

More information can be found on http://www.netaxept.no

In order to use this module you need a test account. To get one, contact the sales department at Netaxept.


- Added more backoffice logging to transactions.
- Added a new order status telling if the order is canceled or user aborted.
- Added database fields to support coming recurring functions.
- Changed from REST to now using WebServices in the communication.

If you want to use REST, please download v1.0.3a from this URL:
http://addons.oscommerce.com/info/6594
   Posted on: 09/03/2009     See contribution details

329. free shipping by categories Request Installation with Paid service
Tried finding the support thread, and found this:

Support: http://forums.oscommerce.com/index.php?showtopic=339614

No file attached.
Is the same packet of the older vesion. The difference is that this pack has translation to Brazil Portuguese.

=====

Este pacote é o mesmo do anterior. A diferença é que este pacote já oferece suporte ao português do Brasil.
   Posted on: 06/24/2009     See contribution details
Displaying 289 to 297 (of 1445 contributions) Result Pages: [<< Prev]  ... 31  32  33  34  35  36  37  38  39  40 ...  [Next >>]