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 964 to 972 (of 1445 contributions) Result Pages: [<< Prev]  ... 101  102  103  104  105  106  107  108  109  110 ...  [Next >>] 
1071. Italian Shipping Modules Pack Request Installation with Paid service
1.3c by hOZONE
fix global $order;
1.3b by hOZONE
fix to switzerland code in QuickPackEurope
1.3 by hOZONE
add QuickPackEurope by Roberto Buso, rbuso@yahoo.it

Questo pacchetto comprende:
> modulo di spedizione tramite Consegna in Sede
> modulo di spedizione tramite Corriere Espresso
> modulo di spedizione tramite PaccoCelere1 Plus
> modulo di spedizione tramite PaccoCelere3
> modulo di spedizione tramite PaccoOrdinario
> modulo di spedizione tramite PostaPrioritaria
> modulo di spedizione tramite PostaRaccomandata
> modulo di spedizione tramite QuickPackEurope
1.2b by hOZONE
bug fix in paccocelere3.php
About
-----
Questo pacchetto comprende:
> modulo di spedizione tramite Consegna in Sede
> modulo di spedizione tramite Corriere Espresso
> modulo di spedizione tramite PaccoCelere1 Plus
> modulo di spedizione tramite PaccoCelere3
> modulo di spedizione tramite PaccoOrdinario
> modulo di spedizione tramite PostaPrioritaria
> modulo di spedizione tramite PostaRaccomandata

Changelog
---------
1.2 by hOZONE
aggiornamenti vari
   Posted on: 09/10/2008     See contribution details

1072. Free Shipping w/ Minimum Amount Request Installation with Paid service
I am calling this v3.5e-C because it is based on the 3.5e version. I ignored v3.5f and the "Free Amount changes for Google Checkout Support" version because I didn't need any of that and wanted to keep complications out of my store. I also ignored v3.5e-b because I think the changes are unneccessary. And finally, I ignored v3.6f because I don't speak german and don't know what it does.

Basically this version that I am uploading is v3.5e PLUS I fixed the calculations where it takes into account whether to count products on special towards the minimum amount required to qualify for free shipping. Version 3.5e does account for products on special, but does not account for products on special purchased in multiple quantities. I simply rewrote that section. So if you want to use one of the other versions provided, you can simply change the following section.

In catalogincludesmodulesshippingfreeamount.php, find the section that checks whether MODULE_SHIPPING_FREEAMOUNT_HIDE_SPECIALS is true or not (around line 67), and replace that whole IF section with this

if (MODULE_SHIPPING_FREEAMOUNT_HIDE_SPECIALS == 'True') {
if ($cart->count_contents() > 0) {
$products = $cart->get_products();
for ($i=0, $n=sizeof($products); $i<$n; $i++) {
if ($special_price = tep_get_products_special_price($products[$i]['id'])) {
$cart_total -= ($special_price * $products[$i]['quantity']);
}
}
}
}

Hier die Deutsche /German Dateien.

Funktioniert einwandfrei..hab Sie aus 3.5e und einer älteren Version übersetzt..
Gwicht sowie Wunschpreis werden angezeigt und ausgegeben..zudem lässt sich ausblenden und nur bei erreichen des angegebenen Preis automatisch einblenden.
   Posted on: 10/08/2008     See contribution details

1073. Download File Helper (for downloads) Request Installation with Paid service
Another updated installation instructions file, to try to make it clearer. HTML this time
Complete version.
There was missing info from the installation instructions, here is the entire download, updated again.
Installation instructions updated
The previous PDF file broke up the code
Now there's a txt file - not so easy to read, but no broken lines!
Helps you to upload, choose and check your download files, on the Admin Products Attributes page.

Instead of just typing in a name of a file, choose a file from a list. Upload a file if its not there already.

If you do type in a filename, click a button to check the file exists.
   Posted on: 12/13/2008     See contribution details

1074. MercadoPago - Colombia Request Installation with Paid service
Written by "Robert Gregory" <ventas@kpitalnet.com>.

Based on the payment module "MercadoPago.php" by StopDepot Colombia.
   Posted on: 02/06/2009     See contribution details

1075. Thin Blue - Free WEB 2.0 Lightbox osCommerce Template Request Installation with Paid service
This is the updated version of the thin blue template.

There are two versions included, one with thumbnail generator installed and one without.
   Posted on: 02/06/2009     See contribution details

1076. Official PayPal Released Pro/Express Checkout – UK Request Installation with Paid service
paypal now seem to require more information than they did when this was first developed so i've made the following updats

Revised information sent to paypal:
Firstname and last name are now sent seperately rather than being combined.

Additional information sent to paypal:
City, State and country code

This is the full package
   Posted on: 02/05/2009     See contribution details

1077. Whos online Vunerability Fix Request Installation with Paid service
Found a security issue in catalog/includes/functions/whos_online.php

line 30:
$wo_last_page_url = getenv('REQUEST_URI');

Replace with:
$wo_last_page_url = htmlspecialchars(getenv('REQUEST_URI'));


This XSS Vulnerability affects the adminpanel->Whos online

a hacker could easily grab your admin cookie.
   Posted on: 02/05/2009     See contribution details

1078. Price from and options in product listing Request Installation with Paid service
I apologize, this is the right one
   Posted on: 02/05/2009     See contribution details

1079. Cart Cookie Request Installation with Paid service
There was an extra newline in write_cart_to_cookie.php. That will cause the following error:
Warning: Cannot modify header information - headers already sent by (output started at ....catalogincludeswrite_cart_to_cookie.php:37) in ...catalogincludesfunctionsgeneral.php on line 33

This error will be fixed with this version.
   Posted on: 02/04/2009     See contribution details
Displaying 964 to 972 (of 1445 contributions) Result Pages: [<< Prev]  ... 101  102  103  104  105  106  107  108  109  110 ...  [Next >>]