This hook allows to change message parameters before creating the message object instance:
fn_mve_mailer_create_message_before($mailer, $message, $area, $lang_code, $transport, $builder)
fn_set_hook('send_mail_pre', $transport, $message, $area, $lang_code);
is now deprecated and will be removed in version 5.x.x. Use mailer_create_message_before instead.
Obfuscate sensitive data (card number and CVC/CVV2) in the payment information of orders:
fn_batch_cleanup_payment_info(array $params = array())
// old:
\Tygh\Commerceml\RusEximCommerceml::setDataProductByOptions($product_id, $product_options, &$external_id, &$product_name)
// new:
\Tygh\Commerceml\RusEximCommerceml::setDataProductByOptions(&$product_id, $product_options, &$external_id, &$product_name)
Questions & Feedback
Have any questions that weren't answered here? Need help with solving a problem in your online store? Want to report a bug in our software? Find out how to contact us.