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 1288 to 1296 (of 1445 contributions) Result Pages: [<< Prev]  ... 141  142  143  144  145  146  147  148  149  150 ...  [Next >>] 
1431. Anchor Tags Request Installation with Paid service
I refined this a little to make it a bit easier to use. All credit goes to the previous author, I just shuffled the code around a little. I have used this contrib for 3 years now and always forget the syntax so I combined all the code into one function.

Complete package +update guide
   Posted on: 10/27/2008     See contribution details

1432. Call For Pricing / Negotiable Pricing Request Installation with Paid service
UPDATE 27 Oct 2008 - Version 1.5 with correct email add on as contributed by Paul Barrera on 2 Jul 2005 and wda on 12 Aug 2007.

This update will add a link to the call for price text directing to the contact us page and will automatically fill the message with the product model, name and URL.

The text is in English, so you'll have to change it to your own language.

Full credit to authors. Thank you for contributing.
Patty
Preciso que em vez de aparecer valor R$ 0,00 apareca PREÇO SOB CONSULTA
   Posted on: 09/11/2008     See contribution details

1433. Hide Email Address from Bots Request Installation with Paid service
If you want to hide your email address from spam bots cruzing your site here are 5 scripts to choose from:

PHP TEXT version
PHP IMAGE version
JAVASCRIPT TEXT version
JAVASCRIPT IMAGE version
Php Java version
   Posted on: 10/27/2008     See contribution details

1434. Emergency Admin Access Request Installation with Paid service
Got locked out of your Admin Area? This script was written for emergency Admin access for those shops that don't have the mod
"LoginBox-Secure Login & Forgotten Password link" or for anyone who can't get their password emailed to them.

This is not really a mod, but a single script. You can access your admin in a few minutes.

This script will create a new admin user and password, it will not change the password for an existing user's email address. So you will need to create a admin user with a new email address.
   Posted on: 10/27/2008     See contribution details

1435. 2.2 MS2 Polish language complete pack Request Installation with Paid service
swietne spolszczenie dla oscommerce 2.2
   Posted on: 10/26/2008     See contribution details

1436. 'On the Fly' Auto Thumbnailer using GD Library Request Installation with Paid service
Fixed the internal server error 500 that occurs if fastcgi is used on a webserver.

Therefore, I have replaced two lines of the new file product_thumb.php:
header("Status: 304 Not Modified");
header($httpProtocol . " 304 Not Modified");

With the following code:
if (substr(php_sapi_name(), 0, 3) == 'cgi') {
header("Status: 304 Not Modified");
} else {
header($httpProtocol . " 304 Not Modified");
}

Fore more details about this bug see http://bugs.php.net/bug.php?id=36705
This fixes a minor issue with the palette.

You can now set the transparency color via the background matte color. You will want to pick something that's not in the palette so that you don't have too much becoming transparent.
This is based on On the fly Auto Thumbnailer 2.4 fix 3.

For some reason, GIF files were blocked from using $use_truecolor. Yes, I'm aware that GIF only supports 256 colours; however, the palette can be selected from a full 24bit selection. As a result, previous versions would not resample GIF images properly and you would see blocky edges.

I basically reallowed truecolour use from GIF images (you'll notice a big difference if you're resampling). I also put in more flexible transparency support. (To do this, I had to move the loading of the images to slightly earlier in the code.)

If you have transparent GIF's or any GIF's for that matter, try this out and see if you notice a difference.

(note: only chaged the one for the main catalog, not the one in the admin dir)

Feedback to
jgryn AT
cse DOT
yorku DOT
ca
   Posted on: 09/07/2008     See contribution details

1437. Products Cycle Slideshow (Nice visual demonstration of products at your startup page) Request Installation with Paid service
Version 1.3b

Authors: "Olof Larsson"

New in this version:

* Bugfix. In previous version i forgott to add the folder catalog/images/pcs_images. This empty foler is added now and that's the only change. For you who experienced a slideshow without images this is the solution. Sorry ^^
Version 1.3a

Authors: "Olof Larsson"
Bug reporters: "rafaexpo"

New in this version:

* Bugfix in products_cycle_slideshow.php
New in this version:

*PHP4 compability
*Server- and Browser-side cache
*Image output quality configuration option in the admin panel.
*Easier installation
*Fixed a bug for horizontal positioning of images
New in this version:

Pictures with transparency will not get black background anymore. All images are outputted as JPG with white background.
New in this version:

* Many more options in the admin panel
* Added support for the jquery Easing pluggin
* Bugfix in the manual
This contribution will place a slideshow on the startup page of your website. The slideshow can for example show New Products, Specials and Bestsellers. How many of each is decided in the admin panel.

There is a visual example in the manual. That is: you can see a moving example without having to install.

Find the "Bug Report & Suggestion" thread at: http://forums.oscommerce.com/index.php?showtopic=315453

Regards,
Olof Larsson (www.Lajvbutiken.se)
   Posted on: 09/21/2008     See contribution details

1438. PayPal Payflow Pro [New Version] Request Installation with Paid service
This version contains the following fixes:

* Language define is fixed

* Approved charges that fail AVS or CSC checks no longer send the customer to the checkout_payment page with an error even though their card was charged.

I am still looking into how to reject transactions if AVS or CSC checks fail and will update this module when I have a solution.
This version has the following changes:

1) Error messages are now correctly displayed on the checkout payment page.

2) The hard coded error messages have been moved to the language file.
This is a PayPal Payflow Pro module for osCommerce. The existing Payflow Pro module is extremely complex and difficult to install, so this version was written from the ground up to consist of only two files -- the module and the language file.

Installation is very simple and outlined in the included documentation. The support forum is here: http://forums.oscommerce.com/index.php?showtopic=315695
   Posted on: 09/23/2008     See contribution details

1439. On-Fire Template Request Installation with Paid service
This fitted my site better than the standard buttons - Thanks Deeogee

There were a couple of button used by some contribs i have that were not in the original,

Package contains Original Buttons +

Small Photoshop PSD
Large Photoshop PSD
Small Details buttons
Large Ask a Question button
Enlarge button (used for lightbox)
   Posted on: 10/25/2008     See contribution details
Displaying 1288 to 1296 (of 1445 contributions) Result Pages: [<< Prev]  ... 141  142  143  144  145  146  147  148  149  150 ...  [Next >>]