Community Add-Ons

Add file to this package
Top » Order Total Modules

Payment Type Surcharge
for osCommerce Online Merchant v2.2

This mod will place a payment surcharge based on payment type and percentage assigned and based on order amount if secified.
It is based on Ian Wilson's Payment Discount fee mod.

Legend:  Download   Report
Expand All / Collapse All
Charge for order below certain amount Stevio 24 Jun 2008  

If you want to charge fee for orders below a certain amount. (set in the admin) You need to change this line.

For example:

Surcharge Percentage: 2.50
Minimum Amount: 25
Payment Type: invoice


If the payment type is invoice and below the amount of 25 , then 2,50 is charged as fee.



Find This Line:

if ($amount > $this->minimum) {



Change into this:

if ($amount < $this->minimum) {

Cargo fijo por contra reembolso (arreglo bug contribución 23 de Jul) toitos 27 Jul 2007  
Cargo fijo por contra reembolso. toitos 23 Jul 2007  
fee calc fix Paul Reiss 3 Apr 2004  
Payment Surcharge v1.1 John Howell 20 Jan 2004  
Payment Surcharge v1b- snapshot and MS1 W Benjamin 26 Jun 2003  
Payment Type Surcharge WI Benjamin 20 Jun 2003