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 154 to 162 (of 1445 contributions) Result Pages: [<< Prev]  ... 11  12  13  14  15  16  17  18  19  20 ...  [Next >>] 
171. Contribution officielle SECUVAD pour OScommerce v2.2fr Request Installation with Paid service
Evaluez vos commandes - recouvrez vos impayés

Cette contribution contient les services suivants :
- évaluation de vos commandes
- recouvrement de commandes impayées (fraudes)

Ces deux services fonctionnent ensemble ou indépendamment l'un de l'autre. Le support est assuré par les équipes de SECUVAD.

Evaluation de commandes :
- issues de France et de l'étranger
- en temps réel, dès le paiement effectué
- aucun frais d'installation
- aucun frais fixe/abonnement
- 0.35 EUR HT/commande

Recouvrement de créances (impayés, fraudes...) :
- soumission de vos impayés en 1 clic
- suivi du dossier en cours de recouvrement
- commission en cas de succès uniquement
- récupération de la TVA en cas d'échec
- aucun frais d'installation, aucun frais fixe

L'installation est automatique, en suivant les indications du fichier INSTALL.txt, le paramétrage, simplifié à l'extrême, est intégré au backoffice.
   Posted on: 10/07/2009     See contribution details

172. Optional Related Products 1.0 Request Installation with Paid service
In the last update by christiansees there was a mistake in file admin/categories.php.

The part of the code that adds he "related products" button into the admin section got merged/mixed with the category info box code

Bad file replaced with a correctly merged

Installation instructions are correct

Support Forum here:
http://forums.oscommerce.com/index.php?showtopic=25124

FULL PACKAGE
Optional Related Products 4.0 This is a complete package. The only change is that a new directory with the changed files merged to OsCommerce MS2.2RC2a is also included.

Support for Optional Related Products, Version 4.0 is available on the Forum here:
http://forums.oscommerce.com/index.php?showtopic=251243
Hi,
This is fully Turkish release of Optional Related Products 4.0..

Package include both of original
Optional Related Products 4.0 and a file called "Turkce"..All you need is inside of this folder for a fresh Turkish install..

This is a full package..

BTW, thanks for this great contribution for all coders..all credits goes to them

//*****TURKISH*****//
Bu eklentiyi ilginizi cekebilecek diger urunler, benzer urunler vs. seklinde kullanabilirsiniz.gunumuz e-ticaret uygulamalar&#305;nda olmazsa olmazd&#305;r.herkese kullanmas&#305;n&#305; tavsiye ederim.

admin paneli, kurulumu tam arayuz olarak Turkcedir.

ekran goruntuleri icin;
http://www.duzgun.com/optional-related-products-opsiyonel-ilgili-urunler-tamami-turkce-t-734.html#pid5363

eklenti ile sorunlar&#305;n&#305;z icin www.duzgun.com adresini kullanabilirsiniz.
   Posted on: 10/27/2008     See contribution details

173. Easy standard blue buttons with square corners for any color background (English) Request Installation with Paid service
Alternate standard white-on-blue button set with square edges for use against non-white backgrounds. Looks exactly like the standard osCommerce set but without the rounded corners and white backgrounds.
For an example with a fairly standard osCommerce installation, see http://hyped2death.com/catalog/

1) backup original catalog/includes/languages/english/images/buttons directory
2) drop contents of "replacement buttons" directory into ...english/images/buttons (replacing files)

   Posted on: 10/05/2009     See contribution details

174. Show Sub-categories Request Installation with Paid service
subcat
I had to fix the previous release:
- the subcategories are fixed (they were in block, I added <br>)
- the categories and subcategories item count is now working.
- unactivated the function preorder (does nothing but I may be wrong, so if you need, reactivate it).
result visible on www.gdkits.com

Thanks to previous coders !!!
PS: contains only the catalog/includes/boxes/categories.php file, you must download and install previous package.
   Posted on: 10/30/2008     See contribution details

175. Image Manager Request Installation with Paid service
* refactoring some code - i.e. moved prettyPhoto to catalog/ext/prettyphoto folder
* translated Dutch names in PHP to english (as good as i could)
* added norwegian language support.
* bundled previous contributions except the PHP4 fix from ocs1409
* removed redundant css/js that isn't used by the prettyPhoto.
* Added support for selecting number of images per page.
* Added optional support to use prettyPhoto with product_info (step 8) and product_listing (step 9 - 10)
i used this contribution on two server one with php 4 the other with php 5

under php 5 it worked ok but with server with php 4 if got a error no function scandir ()

just added this function in admin/includes/functions/genaral.php

function scandir($dirstr) {
$files = array();
$fh = opendir($dirstr);
while (false !== ($filename = readdir($fh))) {
array_push($files, $filename);
}
closedir($fh);
return $files;
}

no files in attached zip file
If you have problems with file permissions only need to add 2 lines off code.

Line 84 Find This
move_uploaded_file($_FILES['ufile']['tmp_name'], $dir.$_POST['filename']);
Add next line this
chmod($dir.$_POST['filename'], octdec('777'));

Line 132 Find This
move_uploaded_file($_FILES['uploadfile'.$nummer]['tmp_name'], $dir.$_FILES['uploadfile'.$nummer]['name']);
Add next line this
chmod($dir.$_FILES['uploadfile'.$nummer]['name'], octdec('777'));
I'm afraid I've got a little mistake in previous post. I forgot to include the file init.js. This file is needed ONLY if you decide to install jquery mod of lightbox the way I described in the readme file. In other cases you need not init.js script.
Though here is the code:

$(document).ready(function(){
$("a[rel^='prettyOverlay'],a[rel^='prettyPhoto']").prettyPhoto({
animationSpeed: 'fast', /* fast/slow/normal */
padding: 40, /* padding for each side of the picture */
opacity: 0.4, /* Value betwee 0 and 1 */
showTitle: true, /* true/false */
allowresize: true /* true/false */
});
});


Place this file into catalog/lightbox. This file is for settings only. The general idea is to separate settings of lightbox from main lightbox script. In this case you need not reset settings after installation of new version of lightbox.

AGAIN: This is only for jquery which is installed as I described in previous post.

Sorry my bad english, hope I gave clear instruction.

ONLY init.js SCRIPT IS ATTACHED.
This is good and useful contrib. But it is in Dutch that makes it little unusable. I decided to translate it to other languages. But I completely don't know Dutch. I bet my pardon, if something wrong in translation.

The improvements of this version:
* added multilanguage support
* now supports Dutch, Englixh, Russian
* set initial path to catalog/images folder that prevents to browse over images folder
* more osC standart in code
* preview images now correspond the size, that set in shop settings for images (small images used for preview in shop)

In readme file you find instruction how to customize some features, such as lightbox.

FULL PACKAGE
With this Image Manager it's easy to manage your file's in the images folder. You will see a preview and information like image size, file size and modification date. You can rename, delete and upload a file under the same name. Also you can upload 10 new pictures at a time. I also included a lightbox for nice pictures previews.
   Posted on: 12/09/2008     See contribution details

176. Payment Type Surcharge Request Installation with Paid service
I have made some changes to only show the module on a selected payment type by the admin section and fix this issue were your couldn't hide the module.
There was a hard-coded figure added to totals. This is a full package correcting that error (line 48 ot_surcharge.php).
   Posted on: 01/20/2009     See contribution details

177. Transportadora Braspress Request Installation with Paid service
Esse módulo é o mais completo de todos os módulos que já vi na internet. Ele trabalha com 3 campos de variáveis mais o o CEP. É um módulo bem interessante e aberto para alterações e melhorias.
Abraços à todos
Thiago da Maia Rocha
   Posted on: 10/06/2009     See contribution details

178. Article Manager v1.0 Request Installation with Paid service
- Zip file contains 1 file, "/admin/articles_xsell.php". In version 1.57_3 this file will only work with REGISTER_GLOBALS on. Overwrite your current articles_xsell.php with the one attached.

This is not a full package.

The support thread is at
http://forums.oscommerce.com/index.php?showtopic=68866
IF you have more than one oscommerce using one database you may encounter problems adding products to your articles in 'articles_xsell.php'

Solution: about line 200 change:
"$query = "[...] TABLE_PRODUCTS_DESCRIPTION . " pd, products_to_categories p2c where p2c.categories_id=[...] ";"

into:
"$query = "[...] TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p2c.categories_id=[...] ";"

products_to_categories --into--> " . TABLE_PRODUCTS_TO_CATEGORIES . "

Although it looks similar it makes difference.
Thanks for great contribution.
File added: THIS TEXT ONLY
- Added an all topics page
- Added a submit articles page
- Added code to admin/articles_xsell.php to prevent having to login when updating
- Removed references to the HTMLArea. In future releases, the code for that will be removed altogether.


This is a full package.

The support thread is at
http://forums.oscommerce.com/index.php?showtopic=68866
- Added admin/includes/application_top.php files for installation
- Fixed code to display link to RSS page
- Applied mysql 5 fixes to articles.php and articles_new.php files

This is a full package.

The support thread is at
http://forums.oscommerce.com/index.php?showtopic=68866
Hello all. After numerous attempts and searching the message baord this contribution is messy at best. Until there is a fix i suggest you do not use it and look for an alternative one.

NUMEROUS unanwsred errors can be found here:
http://forums.oscommerce.com/index.php?act=Search&nav=&CODE=show&searchid=ce57652f261a8c66494c00c909df9d4c&search_in=posts&result_type=posts&hl=cross+sell&st=0

Crosselling will not work

only txt file attached
Hi

This is a FIX at articles_description table
- Added code so the articles would appear in the breadcrumb trail.
- Corrected installation instructions.

This is a full package.
This is a reworked version to allow it to properly work with Header Tags SEO, which is required with this version. The following changes were made:

- Converted much of the code to work with Header Tags SEO. Header Tags SEO is required to use this version.
- Fixed mistakes in the database file
- Added option to automatically check that at least one author exists in admin before allowing an article to be created.
- Removed unnecssay files and database code due to the use of Header Tags SEO.
- Included missing files from earlier versions.

This is a full package.
Hi, I just add italian files, so you can use previosus contribute and simply add italian pages or if you prefer, use this pakage, is full and contains all files uploaded by kustomjs on 19 Aug 2008.

Remember that fckeditor (optional) it's not included in this pakage, but you can find it in contributions here in OsCommerce.

Good work!
   Posted on: 10/03/2008     See contribution details

179. Discount Coupon Codes Request Installation with Paid service
The price calculation is different in newer versions OsCommerce.

This was very helpfull for me as I couldn't find the solution in the forum.

Not complete file, just calculation section included.

Credit goes to Author.
This version is based off of 21 Mar 2009 by rajonbh.

Includes a fix for a problem with exclusions in shipping's discounts, spanish manual and problem with min order min order type: price total.

This is a full package

After installation instructions were added for PayPal IPN


Autoinstaller 2.14 for Discount Coupon Codes 3.32 by dynamoeffects (30 Jan 2009)

The Auto Installer script requires PHP 5.2.0 !

The "Edit Manually" button fixed

Autoinstaller 2.14 for Discount Coupon Codes 3.32 by dynamoeffects (30 Jan 2009)

The Auto Installer script requires PHP 5.2.0 !

Few lines of code were added to list all the files that should have 777 permissions.

Autoinstaller 2.13 for Discount Coupon Codes 3.32 by dynamoeffects (30 Jan 2009)

The Auto Installer script requires PHP5 !

Autoinstaller 2.7 for Discount Coupon Codes 3.32 by dynamoeffects (30 Jan 2009)

The script automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.

The aim of the script is to speed up the contribution installation.
And to make possible to uninstall it.

You will need to do manually only what the script cannot.


The Auto Installer script requires PHP5 !
problem with Min Order Min Order Type: Price Total

if you use: DISPLAY_PRICE_WITH_TAX == true

Example:
- if you have in shopping cart one item: that has a price without tax: 10$ and a tax 50% that is added to the initial price and the min order is 13 it won't let use the discount coupon because it compare the initial price of the product with the min order




catalog/includes/classes/discount_coupon.php

to add the tax to the product search for function:

function total_valid_products( $products = array() )


there u will find this line:

$price = ( $products[$i]['price'] + $cart->attributes_price( $products[$i]['id'] ) ) * $products[$i]['quantity'];


replace with

if (DISPLAY_PRICE_WITH_TAX == "true"){
$product_tax = tep_get_tax_rate($products[$i]['tax_class_id'], $tax_address['entry_country_id'], $tax_address['entry_zone_id']);
$price = ( tep_add_tax($products[$i]['price'], $product_tax) + $cart->attributes_price( $products[$i]['id'] ) ) * $products[$i]['quantity'];

}else{
$price = ( $products[$i]['price'] + $cart->attributes_price( $products[$i]['id'] ) ) * $products[$i]['quantity'];
}


That's all. Thanks to this great contribution. All credit to kgt .


The file attached contains only the explanation.


Se ha traducido al español el manual de uso en HTML

No es una traduccion literal como hacen muchos, que usan un traductor y apañatelas como puedas, se le ha dado coherencia a la traducicion y ahora tiene sentido todas las frases

Solo hay que sustituir el que esta en admin/includes/languages/espanol por este

NO es el paquete completo, solo el archivo HTML

************************************

NO is the complete package, just the HTML file

Spanish ONLY
The following fix corrects the javascript error when editing Discount Coupons. The javascript function affected is the SetFocus() function used to set focus on the first form field when the page is loaded.

in admin/includes/general.js
around line 11 find:

(field.elements[i].type != "submit") ) {

replace with:

(field.elements[i].type != "submit") &&
(field.elements[i].disabled != true) ) {

This will ignore disabled fields. The error is caused by trying to set focus on the first form field which is disabled.
Bonjour,
Voila ma première contribution
Bonsoir les Oso c'est Djemai :roll:
Je passe la contribution:
faite attention j'ai suis pas super Man verifier avant la mise en place "Faite des teste en Local!"
All fixes below is included.

This also includes a fix for the problem with subtotals showing with the discount applied, even though "Display subtotal with applied discount?" is set to false.
For this solution only please check http://forums.oscommerce.com/index.php?showtopic=213019&st=2320&gopid=1382552&#entry1382552
admin/includes/boxes/catalog.php & reports.php have little error.

Updated now.
Hi,
this is the bug fix for anybody who want to use the free shipping module AND the discount coupon.
NOT the full package, instructions included!
Greetings!
define('BOX_CONFIGURATION_ADMINISTRATORS','Administrator');

in the dynamoeffects files this error is exist which is fix in this file. If any user who is getting this error in the osc bank end then overwrite the attach include of admin



Regards
Saju
This file is the same discount coupon 3.2 but some few fix has been done and for those user who are facing issues in relate to tables, we also have included the tables for that.

if you can have any issues contact http://www.wontonetech.com
Languages included are:

English, French, German, Espanol, Italian.
Just paste into your languages directory.
Or modify on your own.

Enjoy!
Small update incorporates 3.31 bug fix.
   Posted on: 12/09/2008     See contribution details
Displaying 154 to 162 (of 1445 contributions) Result Pages: [<< Prev]  ... 11  12  13  14  15  16  17  18  19  20 ...  [Next >>]