• Resolved Caoba

    (@caoba)


    Hi,

    Since the last updates, the plugin is not 100% compatible with “Custom Order Status Manager for WooCommerce”, however, I have seen this custom code to make it work, but I have tested it and it doesn’t work.

    add_filter( ‘viwec_accept_email_type’, function ($email_types) {
    return wp_parse_args($email_types,[
    ‘34146’=>’Enviado’,
    ‘34150’=>’En camino’,
    ‘34160’=>’Nuevo seguimiento’,
    ‘36603’=>’Contrareembolso Pendiente – Cliente’,
    ‘36606’=>’Contrareembolso Notificación Pedido – Admin’,
    ‘36615’=>’En camino – COD’,
    ‘34148’=>’En proceso’,
    ]);
    }, 9999 );

    I have added this code to the functions.php file of my child theme.

    • This topic was modified 1 year, 5 months ago by Caoba.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support villasupport

    (@villasupport)

    Hi,

    Thank you for contacting us.

    Starting from version 1.1.15, we have removed all email types from 3rd plugins. This decision was made to prevent confusion among customers regarding the different email types between WooCommerce and third-party plugins, which could lead to unforeseen issues.

    For our previous customers only who were able to utilize these email types before version 1.1.15, we have provided support by adding the email type ID and name to ensure compatibility.

    Furthermore, it is essential for the Custom Order Status Manager for WooCommerce to handle compatibility because the email types are dynamically generated by users who create them.

    Best regards.

    Thread Starter Caoba

    (@caoba)

    Hi,

    Yes, but this code doesn’t work, the custom emails still don’t appear in the list.

    Plugin Support villasupport

    (@villasupport)

    Hi,

    Please contact us at [email protected] for further assistance.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Compatibility with Custom Order Status Manager for WooCommerce’ is closed to new replies.