Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    Hello,

    can I get more information about it? What you mean.

    Thanks.

    Thread Starter bridieamelia

    (@bridieamelia)

    Hi – this was a solution I was trying to implement due to custom field data from the CRM not showing on the invoice page generated within the website itself. However you have confirmed the custom field issue will be corrected in the next update.

    So I was trying to replace customer information from the CRM on the invoice page with billing information as entered in WP-invoice.

    I believe I could replace the following code from line 40 of invoice_page.php if I needed to change this. What would I use instead?

    <?php if (show_business_info()) { ?>
         <?php wp_invoice_show_business_information(); ?>
        <?php } ?>

    Thanks!

    Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    Sorry, I can’t be simply done. The only way is to use custom fields from CRM. You can try removing that form from invoice template but it may cause unexpected behavior.

    Thread Starter bridieamelia

    (@bridieamelia)

    No worries, as I said I resolved the problem. I’m not entirely sure how? I did change the field name to match the user information “Company Name” to match the billing information “Company Name”, but I’m not sure this was really the answer…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Customer Information on wpi_invoice_page to Billing Information’ is closed to new replies.