with this
don't work (I see always cod payment)PHP Code:global $order;
$chk_abc = $order->customer['email_address'];
if ( ($this->enabled == true) && ( $chk_abc != '[email protected]' ) ) $this->enabled = false;
![]()
with this
don't work (I see always cod payment)PHP Code:global $order;
$chk_abc = $order->customer['email_address'];
if ( ($this->enabled == true) && ( $chk_abc != '[email protected]' ) ) $this->enabled = false;
![]()
Last edited by Ajeh; 20 Oct 2011 at 04:53 PM.