Hi @sportsveins,
Do you mean you wish to edit the Payment method name?
Thanks,
Pinal
Hi,
You can use the hook mentioned in the link below to change the method name.
The code can be placed in a PHP snippets plugin used on the site or in the functions.php file of your active theme.
https://github.com/pinalj/quotes-for-woocommerce/wiki/Hooks-&-Filters#modify-the-payment-method-name
I hope this helps.
I’ll be obliged if you would please consider leaving a rating for the plugin here.
Thanks,
Pinal
Thanks Alot it work…
Is there any info like this to change the text in the email.
Hello again,
Yes, you can modify the email template contents similar to customizing the WooCommerce emails.
Simply go to
- WordPress Dashboard > WooCommerce > Settings > Emails
- Click on the Manage button for the email you wish to modify
- Scroll down and click on Copy file to theme button.
- This will create a copy of the email in wp-content/themes/<your active theme>/quotes-for-wc/emails/
- Edit the PHP file as needed.
Thanks,
Pinal