Community Add-Ons
| Maintainers: | delete13 |
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.
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.
