Quote Originally Posted by RodG View Post
Easy fix: Change
$this->enabled = ((MODULE_PAYMENT_COD_STATUS == '') ? true : false);
to
$this->enabled = false ;
(leave the rest of you code as-is)

Cheers
RodG

Thanks for the information.
Unfortunately will not succeed me.

I change the file /httpdocs/includes/modules/payment/cod.php, but the option remains.
I work probably in the wrong file?

Thanks for the info so far.