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 1315 to 1323 (of 1445 contributions) Result Pages: [<< Prev]  ... 141  142  143  144  145  146  147  148  149  150 ...  [Next >>] 
1461. Paypal Express Checkout Request Installation with Paid service
Petit Bug à signaler suite à l'ajout du bouton paypal express sur la page product_info :
Remplacer :
------------
A little bug occurs with the new product_info button add-on :
Replace :

include(DIR_WS_CLASSES . 'payment.php');
$payment_modules = new payment;

par/by :

if ( ! is_object($payment_modules) )
{
include(DIR_WS_CLASSES . 'payment.php');
$payment_modules = new payment;
}

This is just a bug fix post. Not a complete package.
Versione Italiana di Paypal Express Checkout.

All'interno ci sono i file da inserire nella dir Italian.
Maintenant l'achat en 1 click avec paypal s'affiche dans toutes les pages produits, le fichier product_info.php à été modifier comme spécifier dans la doc qui ce trouve dans le fichier RAR!

Package complet


--------------------------------------

Now click on 1 with paypal appears in all product pages, the file was product_info.php change as specified in the document which is located in the RAR file!

Complete package
Ce module permet à l’utilisateur d’acheter un produit depuis le panier ou la fiche produit en quelques étapes sans avoir à s’enregistrer.

Principe du fonctionnement détaillé : https://www.paypal.com/fr/Paiement-express-PayPal

Il est dérivé du module développé par HPDL http://addons.oscommerce.com/info/5658 .

La différence est qu’il ne nécessite plus de procédure d’enregistrement sur le site marchant de la part du client.

-----

Paypal Express Checkout for Shopping Cart or Product Info, allow to retrieve customer shipping informations from Paypal and save these informations into the customer & address book tables.

Install file in french.

This contrib Works in FR/ES/GE/EN but i didn't found the time for the translation.



   Posted on: 10/04/2008     See contribution details

1462. Tiki -Indonesian Shipping Request Installation with Paid service
CREATE TABLE IF NOT EXISTS `kurirpos` (
`state` varchar(255) NOT NULL,
`rate1` float(14,2) default '0.00',
`rate2` float(14,2) default '0.00',
`recid` int(8) NOT NULL auto_increment,
`types` varchar(3) NOT NULL default 'REG',
PRIMARY KEY (`recid`),
UNIQUE KEY `kurir_tiki_city` (`city`,`types`)
) ENGINE=MyISAM ;

////-----------.

CREATE TABLE IF NOT EXISTS `kurirpos` (
`state` varchar(255) NOT NULL,
`rate1` float(14,2) default '0.00',
`rate2` float(14,2) default '0.00',
`recid` int(8) NOT NULL auto_increment,
`types` varchar(3) NOT NULL default 'REG',
PRIMARY KEY (`recid`),
UNIQUE KEY `kurir_tiki_state` (`state`,`types`)
) ENGINE=MyISAM ;

sorry for my mistake...

This is the module of Tiki, an indonesian shipping.. i hope that this module can help your online store...

For more info, just visit: http://www.int2k.web.id/2008/07/oscommerce-tiki-shipping-modules/
   Posted on: 10/13/2008     See contribution details

1463. Contact us form: send copy to customer Request Installation with Paid service
This very easy to install addon will create a checkbox above the contact us form. When it's checked, the customer/visitor who sends an email to your store by this form, will receive automatically a copy of it in his own mailbox. The subject of that email will also contain "Copy of:", while the subject of the email send to your store contains "Enquiry:". The checkbox is selected as default, but can easily be modified to be deselected as default.
This contrib will also add an extra inputfield to the form for the customer to insert a subject (e.g. the ordernumber) which will be displayed in the emailsubject.
   Posted on: 10/19/2008     See contribution details

1464. Simple Search Box Request Installation with Paid service


Sorry for my bad english:(


For work and write in all the languages


1)Open includes/languages/english.php file and other lang. files

And add before ?>

This:

For english:

define('SEARCH_VALUE','Search...');

For french:

define('SEARCH_VALUE','Recherche...');

For dutch:

define('SEARCH_VALUE','Zoek...');

For german:

define('SEARCH_VALUE','Suche...');

..............
.........

2)Add new file(search2.php) into into catalog/includes/boxes path folder.

###Then take this code and add it anywhere you want your search box to show up at:


<?php include(DIR_WS_BOXES . 'search2.php'); ?>


3) And in the file:catalog/includesboxessearch2.php

reply LINE 31

<input type="text" name="keywords" maxlength="30" value="Search...." onFocus="clearDefault(this)" onBlur="Default(this)">

With this:

<input type="text" name="keywords" maxlength="30" value="<?php echo SEARCH_VALUE; ?>" onFocus="clearDefault(this)" onBlur="Default(this)">

Now it,s work and write in wich language you use.

No zip arhive

All the merit for faaliyet

Have a nice day!

   Posted on: 10/19/2008     See contribution details

1465. Whos Online Enhancement Request Installation with Paid service
This is the same as package http://addons.oscommerce.com/info/824 but added so those who use contribution tracker can have this item added - the apostrophe causes sql errors. This is ver 3.5.4
   Posted on: 10/18/2008     See contribution details

1466. Slide banners Request Installation with Paid service
two banner ads slider both sides of the site.
   Posted on: 10/16/2008     See contribution details

1467. Bad Robot Blocker Request Installation with Paid service
Updated README file.

Full package.
Sorry I forgot to include the correct index.php file in the original package...!

Please download this package instead of the original one.
   Posted on: 10/15/2008     See contribution details

1468. Scrolling Linkable Text in a Box Request Installation with Paid service
two banner ads slider both sides of the site.

   Posted on: 10/16/2008     See contribution details

1469. Backup SQL and All Site Files v1.0 Request Installation with Paid service
Changed v1.02 from zip compression back to gzip/tar
As Zip wasnt supported on my server.
Changed install instructions.
   Posted on: 10/15/2008     See contribution details
Displaying 1315 to 1323 (of 1445 contributions) Result Pages: [<< Prev]  ... 141  142  143  144  145  146  147  148  149  150 ...  [Next >>]