Compatibility with Custom Order Status Manager for WooCommerce
-
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.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Compatibility with Custom Order Status Manager for WooCommerce’ is closed to new replies.