New Moodle Enrollment custom email
-
LOVE the plugin.
I’m on the current version of WordPress and all plugins.
I’m using the New Moodle Enrollment email, but I’d like to customize it. I have created the override template, but it is not working. On that page, I have this notification under HTML template:
“This template has been overridden by your theme and can be found in: astra-child/woocommerce/emails/new-enrollment.php”The file is definitely there and correct.
I’ve confirmed that there is not any Woocommerce folder in the parent template.
I’ve added this code to the functions.php of the child theme:
/** * Add theme override support for woocommerce */ function mytheme_add_woocommerce_support() { add_theme_support( 'woocommerce' ); } add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );
When that still didn’t work, I also tried creating a astra-child/moowoodle/emails/new-enrollment.php file — that also did not work.
Whatever I do, I continue to get the standard template — which is SO CLOSE to what I need…but not quite there.
I’m missing a piece of the puzzle. Can you help me?
- The topic ‘New Moodle Enrollment custom email’ is closed to new replies.