Viewing 2 replies - 1 through 2 (of 2 total)
  • Open Invoice.php in your template, close to the beginning this line:

    <?php if( $wpo_wcpdf->get_header_logo_id() ) echo apply_filters( ‘wpo_wcpdf_invoice_title’, __( ‘Invoice’, ‘wpo_wcpdf’ ) ); ?>

    Change to:

    <?php if( $wpo_wcpdf->get_header_logo_id() ) echo apply_filters( ‘wpo_wcpdf_invoice_title’, __( ‘Receipt‘, ‘wpo_wcpdf’ ) ); ?>

    If that’s what you mean by your “question”…

    Plugin Author YITHEMES

    (@yithemes)

    I think you were talking about a different plugin, our plugin do not use the wpo_ prefix.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reicept’ is closed to new replies.