Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author con

    (@conschneider)

    Engineer

    Hello again,

    When I said custom filters I meant custom code in general.

    Your plugin https://codecanyon.net/item/woocommerce-order-status-actions-manager/6392174 uses a different code structure then WooCommerce core. I did not design my plugin to work with the one you bought at Codecanyon.

    In order for the two to work together someone must write additional integrational code so that WC Multiple Email Recipients and https://codecanyon.net/item/woocommerce-order-status-actions-manager/6392174 can speak with each other.

    Kind regards,

    Thread Starter Florence

    (@floortjahh)

    Is it a simple matter of just replacing all instances of a filter name and replacing them with something else? In other words, is it something fairly simple I could do myself (I’m okay with reading and copy/pasting code, but not writing it from scratch), or is it more instrusive? What do you think?

    Plugin Author con

    (@conschneider)

    Engineer

    Hi @floortjahh

    > Is it a simple matter of just replacing all instances of a filter name and replacing them with something else? In other words, is it something fairly simple I could do myself (I’m okay with reading and copy/pasting code, but not writing it from scratch), or is it more instrusive? What do you think?

    That depends on how the other plugin is structured. The way my plugin works now is that makes use of a filter in WooCommerce that allows to insert data for the email header.
    You can only know how much work extending the code is once you have analysed the code of the plugin you use. And that is usually two thirds of the work I am afraid. ??

    Thread Starter Florence

    (@floortjahh)

    Haha alright. I will contact the order status plugin devs then. Thanks for the explanation ??

    Plugin Author con

    (@conschneider)

    Engineer

    You are welcome :).

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom emails?’ is closed to new replies.