so only my customer with email [email protected] don't will pay on cod!PHP Code:if (!IS_ADMIN_FLAG) {
global $order;
$chk_abc = $order->customer['email_address'];
if ( ($this->enabled == true) && ( $chk_abc == '[email protected]' ) ) $this->enabled = false;
}
Thank you very much, Ajeh!![]()


Reply With Quote
