Hello,
here is a snippet you can use to leave that (r) (for recurring items) out of the item title on
add_filter( 'wpinv_get_item_suffix', '__return_empty_string' );
You can add that with a code snippet plugin or in your child theme.
Let us know how it goes 🙂
Hi Alex,
Thank you for your support! I really apreciate it!
Yes, it works well! Thanks!
Please let me know if there is a code to remove the line (“—”) as well! 🙂
Hi @paulab3nn3tt,
Where’s the line? Mind sharing a screenshot?
Hi Brian,
I’m referring to this line that automatically appears after the title of the item: https://prnt.sc/4NS0VT-rUSAy
It would be great if it is possible to remove that, too!
Thank you again for your support!
Okay, the only way to edit that is by copying this file to yourtheme/invoicing/payment-forms/variations/radio.php and then editing it as required.
Hi Brian,
Thank you so much for your help! It works well!
Thank you again and again!
All the best!