Feature suggestion: signature field

Top WooCommerce & WordPress Plugins Forums Custom Emails for WooCommerce Feature suggestion: signature field

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #108363
    Dorian Simon
    Participant

    Hi,

    in my emails I use a signature at the end (containing name, mail, phone, address etc.).
    Right now e.g. changing my phone number would mean editing every single email.
    It would be great to have a single field to add this info and then use a shortcode to be able to add it to mails.

    Cheers,
    Dorian

    #108427
    Moshtafizur
    Moderator
    Plugin Support

    HI Dorian,

    I hope you are well today.

    I have passed your request on to our development team. They will check the viability of this and get back to you as soon as they can.

    Kind regards,
    Moshtafizur

    #108525
    Tom Anbinder
    Moderator
    Plugin Support

    Hi, Dorian,

    As our plugin will process any shortcode, you can add and use your own custom shortcodes in the custom emails. For example, to add a [signature] shortcode, add this to your child theme’s functions.php file:

    add_shortcode( 'signature', function ( $atts, $content = '' ) {
        return 'My signature';
    } );

    Please give it a try and let me know what you think.

    #108688
    Dorian Simon
    Participant

    Perfect, thx!

    #108765
    Tom Anbinder
    Moderator
    Plugin Support

    Happy to help 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.