Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Andrew Lima

    (@andrewza)

    Hi Andrew,

    Thank you for getting in touch.

    Please have a look at our documentation – https://www.paidmembershipspro.com/documentation/member-communications/customizing-email-templates/

    I hope this helps. 🙂

    Thread Starter ahamaton

    (@ahamaton)

    Thanks as always Andrew. I already have that plugin, looking through the documentation, I can see how to add to and from but you can do that through the interface you dont need to go in to the script to do that. I need to know how to cc me in. How do I do that?

    Cheers bud

    Andrew

    Plugin Author Andrew Lima

    (@andrewza)

    Hi Andrew,

    I found a gist from Jason, lead developer of PMPro that add’s a BCC to all outgoing emails PMPro sends. Here is the gist file – https://gist.github.com/strangerstudios/4206776

    You are able to adjust this to your liking in terms of changing this to ‘CC’ and inputing any email address you would like.

    I hope this helps.

    Thread Starter ahamaton

    (@ahamaton)

    Thanks Andrew
    Uploading the zip didnt work and I dont have coding experience but i noticed someone in the chat had asked the same question and Jason advised creating a custom plugin. He gives some direction but then I got stumped at this point:
    “Add the code for the recipe you are doing at the bottom of pmpro-customizations.php (after the last */).”
    What is my recipe ? Is that the embed code ?
    Or is there a simpler way to do this?
    Thanks
    Andrew

    Plugin Author Andrew Lima

    (@andrewza)

    You’re welcome – your code recipe will be the function in the example I sent through.

    Simply paste this into your PMPro Customizations plugin, here is a quick example of what the contents should look like –

    <?php
    /*
    Plugin Name: PMPro Customizations
    Plugin URI: https://www.paidmembershipspro.com/wp/pmpro-customizations/
    Description: Customizations for Paid Memberships Pro
    Version: .1
    Author: Stranger Studios
    Author URI: http://www.strangerstudios.com
    */
    
    //Copy your function below this line.
    
    

    I hope this helps.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘CC invoicing’ is closed to new replies.