Jump to content



Latest News: (loading..)

mcbsolutions

Member Since 13 May 2003
OFFLINE Last Active Apr 16 2013 11:16 PM
-----

Posts I've Made

In Topic: Enable payment only if over a certain amount?

05 July 2012 - 09:48 PM

I am looking for something very similar, could not find any add-ons.  I just want minimum order total for the check /money order option to be enabled.

i'm not a great coder in php, but trying different stuff, no success yet.

if ($this->cart->$value < '100') {
$this->enabled = FALSE;
}

I dont know how to define the cart total value properly, please help.
Using 2.31.  Thanks