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

  Paypal Express Checkout

The following osCommerce contribution is a 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.
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 Request Installation with Paid service