Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author albdesign

    (@albdesign)

    Hi , sorry for the trouble

    You can change the text on the template itself or add this to your functions.php of the theme

    add_filter('albwppm_invoice_pdf_email_mobile_header','change_pdf_footer_email_to_phone');
    function change_pdf_footer_email_to_phone(){
    	return 'Phone';
    }

    We will fix that issue on the next update

    Regards

    Thread Starter sharkreader

    (@sharkreader)

    Ahh; thanks! Okay; great! Yesterday, I setup my first PHP environment, and today, I plan to dig in. I think you’re off to a good start. I’m still testing your plug-in in a privileged page of my website (https://paradigmpilot.com). I am optimistic that it will work for my start-up. I will help wherever I can. Thanks again!

    Hi, i am facing the same issue, can you elaborate on the exact position to change the text or where should the above codes be added? Much appreciated!

    Ah, i figured that too already. Thanks!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Invoice footer says "Email" instead of "Phone"’ is closed to new replies.