Invoice Images

  • Jenny McCormick
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 6 months ago #118800 by Jenny McCormick
Invoice Images was created by Jenny McCormick
I have both Membership Pro and Events Booking on my site.

I've configured the invoices for Events Booking to use a header graphic.

The source for the start of the invoice is;
Code:
<p> </p> <p><img src="images/SAAAHeader.png" alt="" /></p> <p style="text-align: center;"><span style="font-size: 14pt;"><strong>Tax Invoice</strong></span></p> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tbody> <tr> <td align="left" width="100%">
This works as expected in Events Booking and includes the header graphic in the generated PDF.

When I do the same thing in Membership Pro;
Code:
<p> </p> <p><img src="images/SAAAHeader.png" alt="" /></p> <p style="text-align: center;"><span style="font-size: 14pt;"><strong>Tax Invoice</strong></span></p> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tbody> <tr> <td align="left" width="100%"> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tbody> <tr> <td width="100%"> <table style="width: 100%;" border="0" cellspacing="0" cellpadding="2"> <tbody>
the header graphic does not appear in the generated PDF.

I need the 2 invoice formats to be consistent and include the header graphic.

Can you help?

Thanks

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
6 years 6 months ago #118801 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Invoice Images
Hi

Could you change the header image to jpg format, then try again? Sometime, png image does not show in invoice

Tuan

Please Log in or Create an account to join the conversation.

  • Jenny McCormick
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 6 months ago #118836 by Jenny McCormick
Replied by Jenny McCormick on topic Invoice Images
Tuan,

Changing to .jpg fixed the problem and the image is now displaying.

Thanks

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
6 years 6 months ago #118844 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Invoice Images
Great. Happy to hear that and thanks for confirming

Regards

Tuan

Please Log in or Create an account to join the conversation.