• Resolved wzshop

    (@wzshop)


    Hi,
    How can i create and upload my own emailtemplate, in such a way that this is not overwritten when updating the plugin?
    Is there a folder in my child theme folder that i can create?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • copy the templates folder into your theme , then in functions.php add the following:

    add_filter(‘mailtpl/customizer_template’, function(){
    return get_stylesheet_directory() . “/admin/templates/default.php”;
    });

    Thread Starter wzshop

    (@wzshop)

    Awesome, thanks.. I’m gonna try that!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Child theme template?’ is closed to new replies.