Community Add-Ons

Maintainers: delete13
Add file to this package
Top » Credit Modules

Paypal Express Checkout
for osCommerce Online Merchant v2.2

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.



Legend:  Download   Report
Expand All / Collapse All
Bug Fix delete13 19 Oct 2008  

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: Paypal Express Checkout xnetus 14 Oct 2008  
Paypal Express Checkout.V1.1 audioshop55 12 Oct 2008  
Paypal Express Checkout delete13 4 Oct 2008