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 658 to 666 (of 1445 contributions) Result Pages: [<< Prev]  ... 71  72  73  74  75  76  77  78  79  80 ...  [Next >>] 
731. oscFileBrowser - Browse, delete and organise images folder Request Installation with Paid service
in file readme.pdf...
inside oscFileBrowserv2.0.2.zip
maybe a false positive...but.................

   Posted on: 05/29/2009     See contribution details

732. Credit Card Request Installation with Paid service
Support St George Bank credit card payments.
   Posted on: 05/29/2009     See contribution details

733. member type control from admin Request Installation with Paid service
This is the 1.1 version of "member type control from admin" originally created and uploaded by Kuntal Sarkar.

I made the following changes:
1) Corrected some typos
2) I changed "customer_loyalty" to "customer_rank"
3) I added 2 more ranks: "iron members" and "silver members".
4) I included language files in Greek.
   Posted on: 05/28/2009     See contribution details

734. auctionTastic - product auctions for osCommerce Request Installation with Paid service
Mainly minor changes and tidying.

Very little auctionTastic code touches core osCommerce files so it should be safe to just overwrite from the uploads directory.

Following this release upgrade details will be provided based on revisions (e.g. r_125).
It has been a while since this was updated and I am not getting reports currently of issues so a good time to offer the latest version as a candidate for release.

The database remains unchanged from previous versions.

The vast majority of changes are to auctionTastic files so can be "dropped on top" there are a couple of minor changes to the osCommerce files which you will find in documentation/core_file_changes.txt.

It would be nice to see more good/bad feedback in the support forum. If you are using this why not tell us?
Quite a collection of bug fixes and feature additions.

Thanks to ankurdhoom for his assistance with testing and suggestions for updates.

I recommend all users update to this version.
Create multiple product auctions in osCommerce

Originally based on another auction contribution (credits.txt included) this is a total rewrite due to the original having unworkable code. At 27 odd files this is quite a large contribution although changes to core files has been kept to very very little.

Full instructions are included:

Package includes: -

* Auto Installer
* Upload folder (contains all files new to oscommerce)
* Modified files folder (files where we are modifying oscommerce code)
* Documentation folder (install instructions including manual file changes - new code syntax highlighted)



Features:-

* Multiple auction products
* Products with attributes can be auctioned
* Products can be bought as normal even if auctioned
* Standard product price shown above auction price (including addition of attributes value)
* product info page refresh options in admin
* My Auction view in My Account
* Inform current highest bidders of new bids
* Inform winning bidders at end of auction
* Product added to cart of winning bidder at end of auction (Can't be removed by them)
* Valid HTML (I hope)
* Compatible with PHP4/5 MySQL4/5
* Error free (error_reporting(E_ALL))
* Compatible with .. RC2a, 2.0 Final (lower probably will work but untested)



Feedback and bug reports appreciated as always.

Support forum http://forums.oscommerce.com/index.php?showtopic=324179
   Posted on: 12/20/2008     See contribution details

735. remove disable reviews - ERRATA - THIS IS CORRECT Request Installation with Paid service
sorry , ignore previous package, this produce a parse error....this is correct
   Posted on: 05/28/2009     See contribution details

736. remove disable reviews Request Installation with Paid service
Two files to edit, and get rid reviews

Enjoy!
   Posted on: 05/28/2009     See contribution details

737. "this product was added on" Request Installation with Paid service
1 file to edit
   Posted on: 05/28/2009     See contribution details

738. UltraPics - MS2 Image Addon Pack! Request Installation with Paid service
Even with the previous post included I had the problem that the previous and next buttons were not showing up. Therefore, when having the same problem, try this:

In product_info.php and in /includes/modules/additionnal_images.php:

Change

rel="lightbox"

to

rel="lightbox[product]"

In lightbox.css

Change:

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

to

#prevLink:hover, #prevLink:visited:hover { background: url(./images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/nextlabel.gif) right 15% no-repeat; }

Its just a matter of a wrong image include. If even that does not work just create a direct link to the prevlabel.gif and nextlabel.gif (eg. #nextLink:hover, #nextLink:visited:hover { background: url(http://www.yourdomain.com/catalog/images/nextlabel.gif) right 15% no-repeat; }.

No file attached
Image 2 to 6 would not appear with the next and previous button with the image popup in product description.

Change

rel="lightbox"

to

rel="lightbox[product]"

in /includes/modules/additionnal_images.php

for image 2 to 6.

additionnal_images.php file with fix is attached
MAKE A BACK OF THESE FILES:
admin/categories.php
admin/includes/languages/(Your-Language)/categories.php
catalog/product_info.php
catalog/popup_image.php

Copy the one's from the contribution over the old ones

add the new file/s
catalog/includes/modules/additional_images.php

run the SQL script into your database with PHPMyAdmin or other DB Manager...

All Ajax Attribute Manager Files should already be installed previous to this installation.

Just upload the files in the attached zip overwriting the old.
sorry i didn't correcty zip the files. This is the correct version.
The changed files are product_info.php and includes->module->additional_images.php
With this chage you cat display the images on top of product page
I have just chenged two files in order images to be dispalyed on the top of product_info page, the rest of the package is the same.
I have noticed that when you have a live-shop with products in it, it is difficult to update all your products after installing UltraPics. The problem is that the pop-up image column is blank (at least with the lightbox addon). So when clicking on the 'Enlarge' button in a live-shop after installing UltraPics nothing will happen. I have added the following line to the sql file to solve this problem:

UPDATE `products` SET `products_image_med` = `products_image`;

Thanks to pubdomains.com for helping with this sql statement.

I have also included a simple STS instruction file to have this contrib working in STS.

Last but not least I have added a dutch language file

This package can also be used if you do not use STS.

== FULL PACKAGE based onUltra Pics 2.07.01 (19th of March 2008) ==
1st I would like to thank MaxiDVD and everyone for this great contrib.

This AddOn Makes use of the 'category' feature of lightbox2 and links all the images in the same lightbox (instead of having to multiple-click)

This is a quick modification to the

product_info.php
includes/modules/additional_images.php

##### SEARCH FOR
rel="lightbox"

##### REPLACE WITH
rel="lightbox[product]"

that way all the product pics will show up in the same lightbox when opening one!

attached file is exact same as this one.

Example @ http://www.mad-gsm.com/
Enjoy,
iCe_MoUtOn
   Posted on: 09/22/2008     See contribution details

739. Seach Engine Friendly URL Request Installation with Paid service
I highly recommend NOT using this Seach Engine Friendly URL use this one:
Ultimate SEO URLs
http://addons.oscommerce.com/info/2823

Seach Engine Friendly URL
   Posted on: 04/20/2009     See contribution details
Displaying 658 to 666 (of 1445 contributions) Result Pages: [<< Prev]  ... 71  72  73  74  75  76  77  78  79  80 ...  [Next >>]