andrea2012-11-05 16:21 | Hello I would like to know if it's possible to set a surcharge in case an user choose to pay with paypal. In a personal site I'm building I sell some goods at cost so if the user choose to pay with PayPal I would like to add the PP commission. » Quick.Cart v5.x |
interkob2012-11-06 22:38 | 1. Install PayPal plugin.
$this->aOrders[$iId]['sOrderSummary'] = $aData['sOrderSummary'] = displayPrice( $aData['fOrderSummary'] );
$this->aOrders[$iId]['sOrderSummary'] = $aData['sOrderSummary'] = displayPrice( $aData['fOrderSummary'] );
qcskins.eu |