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
Male
05 July 2012 - 09:48 PM
if ($this->cart->$value < '100') {
$this->enabled = FALSE;
}

Find content