PayPal Fee
for osCommerce Online Merchant v2.2
This mod allows to add a fee to the total (amount +shippingcost+tax) for PayPal payments.
Fee must be expressed in percent value, default value is 1%.
The fee is visible in the order total.
------------------------------------------------------
Questa mod consente di aggiungere un ricarico al totale (prodotti+spedizione+tax) nel caso di pagamenti effettuati tramite PayPal.
Il ricarico va espresso in percentuale, il valore di default è 1%.
Il ricarico viene visualizzato nel riepilogo finale.
Autore: Marco Falcini - MARCUS
FeedBack: marcus_marzullus@email.it
Legend: 
Download

Report
Full Package with:
Languages
Italian
English
Portuguese
The package is ready to be used with PayPal Standart. But also have information how to change to PayPal IPN.
All credits to the Author:
Marco Falcini - MARCUS - <http://www.oscommercedev.com>
FeedBack: marcus_marzullus@email.it
Small mod so the fees work with the new paypal website payments standard
open ot_paypal_fee.php
find
if ($GLOBALS['payment'] == 'paypal_ipn') {
change to
if ($GLOBALS['payment'] == 'paypal_standard') {
done
Small mod so the fees work with the new paypal website payments standard
open ot_paypal_fee.php
find
if ($GLOBALS['payment'] == 'paypal_ipn') {
change to
if ($GLOBALS['payment'] == 'paypal_standard') {
done
Modificato per funzionare anche con Paypal ipn v.2.2
Questa mod consente di aggiungere un ricarico al totale (prodotti+spedizione+tax) nel caso di pagamenti effettuati tramite PayPal.
Il ricarico va espresso in percentuale, il valore di default è 1%.
Il ricarico viene visualizzato nel riepilogo finale.
------------------------------------------------------
This mod allows to add a fee to the total (amount + shipping cost+tax) for PayPal payments.
Fee must be expressed in percent value, default value is 1%.
The Fee is visible in the order Total.
Author: Marco Falcini - MARCUS - <http://www.oscommercedev.com>
FeedBack: marcus_marzullus@email.it
This mod allows to add a fee to the total (amount +shippingcost+tax) for PayPal payments.
Fee must be expressed in percent value, default value is 1%.
The fee is visible in the order total.
------------------------------------------------------
Questa mod consente di aggiungere un ricarico al totale (prodotti+spedizione+tax) nel caso di pagamenti effettuati tramite PayPal.
Il ricarico va espresso in percentuale, il valore di default è 1%.
Il ricarico viene visualizzato nel riepilogo finale.
Autore: Marco Falcini - MARCUS - <http://www.oscommercedev.com>
FeedBack: marcus_marzullus@email.it