Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Users can sign up for Maileon newsletters by checking the checkbox on the checkout pagevarious WooCommerce pages. Users who haven’t checked this checkbox will also be created in Maileon, however they will not have any permissions. This is due to the fact that the user needs to exist in order for Maileon to send transactional emails.

...

$data
(array) The checkout data

$newsletter
(boolean) Whether the user opted in to recieve newsletters

$doi
(boolean) Whether the DOI process is enabled

...

$newsletter
(boolean) Whether the user opted in to recieve newsletters

$doi
(boolean) Whether the DOI process is enabled

wc_maileon_contact_update_account

...