Browse
For agents
About
YayMail – WooCommerce Email Customizer
/
4.3.3
YayMail – WooCommerce Email Customizer
v4.3.3
Switch version
4.4.4
4.4.3
4.4.2
4.4.1
trunk
1.9.6
2.1.4
2.1.5
3.2.2
3.2.6
3.2.7.1
3.2.8.1
3.2.9
3.3
3.3.1
3.3.4
3.3.5
3.3.6
3.3.7
3.3.8
3.3.9
3.4
3.4.1
3.4.2
3.4.3
All 55 releases
Overview
Code
← All changes
|
src/Emails/CustomerInvoice.php
+1
-1
trunk
→
4.3.3
View file →
@@ -85,7 +85,7 @@
85
85
}
86
86
87
87
88
88
public function get_template_path() {
89
-
return yaymail_get_template( 'emails/customer-invoice.php', '', YAYMAIL_PLUGIN_PATH . 'templates/' );
89
+
return YAYMAIL_PLUGIN_PATH . 'templates/emails/customer-invoice.php';
90
90
}
91
91
}