woogists
3/9/2018 - 5:13 PM

[WooCommerce StoreCredit] Modify email sent

[WooCommerce StoreCredit] Modify email sent

/* Code goes in theme functions.php */

add_filter( 'woocommerce_email_template_store_credit', 'wc_ninja_store_credit_template' );
function wc_ninja_store_credit_template() {
return get_stylesheet_directory() . "/woocommerce/customer-store-credit.php";
}