Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support alexrollin

    (@alexrollin)

    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 ??

    Thread Starter paulab3nn3tt

    (@paulab3nn3tt)

    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! ??

    Plugin Contributor Brian Mutende

    (@picocodes)

    Hi @paulab3nn3tt,

    Where’s the line? Mind sharing a screenshot?

    Thread Starter paulab3nn3tt

    (@paulab3nn3tt)

    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!

    Plugin Contributor Brian Mutende

    (@picocodes)

    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.

    Thread Starter paulab3nn3tt

    (@paulab3nn3tt)

    Hi Brian,

    Thank you so much for your help! It works well!

    Thank you again and again!

    All the best!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove “(r)” text’ is closed to new replies.