Business_Name; } if (empty($customer_id)) $customer_id = AreteX_WPI::customerSignedUp(); require_once(plugin_dir_path( __FILE__ ).'../camlib.php'); $obj = getResource(''); $name = $obj->firstname . ' ' . ' '.$obj->lastname; $obj = getResource('contact'); global $user_email; global $cam_email; $cam_email = $obj->email_address; if (strtolower($obj->email_address) != strtolower($user_email)) { ?>
Your profile email address does not match your customer contact email address. This could cause reporting problems.