Invoice Settings

  • Tony Shaw
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 10 months ago - 11 years 10 months ago #25107 by Tony Shaw
Invoice Settings was created by Tony Shaw

I have just successfully installed the Membership Pro on the site I am working on... the Invoice that is generated for OFFLINE payment contains very little information and has no COST or BILLING component.
Have I missed something....??
:huh:


Attachments:
Last edit: 11 years 10 months ago by Tony Shaw.
The following user(s) said Thank You: please remove account

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

  • please remove account
  • Offline
  • New Member
  • New Member
More
11 years 10 months ago #25611 by please remove account
Replied by please remove account on topic Re: Invoice Settings
Same here. :(

Would like to create a nice invoice, but don't know what variables to use. The ones from the subscription mails are not working.

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

More
11 years 10 months ago #25613 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Invoice Settings
Sorry. The default invoice layout seems not to be generated properly for some reasons. Could you please paste the HTML code below into the invoice layout editor and try again :
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="2"> <tbody> <tr> <td align="left" width="100%"> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tbody> <tr> <td width="100%"> <table style="width: 100%;" border="0" cellspacing="0" cellpadding="2"> <tbody> <tr> <td align="left" valign="top" width="50%"> <table style="width: 100%;" border="0" cellspacing="0" cellpadding="2"> <tbody> <tr> <td align="left" width="50%">Company Name:</td> <td align="left">Ossolution Team</td> </tr> <tr> <td align="left" width="50%">URL:</td> <td align="left">http://www.joomdonation.com</td> </tr> <tr> <td align="left" width="50%">Phone:</td> <td align="left">84-972409994</td> </tr> <tr> <td align="left" width="50%">E-mail:</td> <td align="left">contact@joomdonation.com</td> </tr> <tr> <td align="left" width="50%">Address:</td> <td align="left">Lang Ha - Ba Dinh - Ha Noi</td> </tr> </tbody> </table> </td> <td align="right" valign="middle" width="50%"><img src="media/com_osmembership/invoice_logo.png" border="0" style="border: 0;" /></td> </tr> <tr> <td colspan="2" align="left" width="100%"> <table style="width: 100%;" border="0" cellspacing="0" cellpadding="2"> <tbody> <tr> <td align="left" valign="top" width="50%"> <table style="width: 100%;" border="0" cellspacing="0" cellpadding="2"> <tbody> <tr> <td style="background-color: #d6d6d6;" colspan="2" align="left"> <h4 style="margin: 0px;">Customer Information</h4> </td> </tr> <tr> <td align="left" width="50%">Name:</td> <td align="left">[NAME]</td> </tr> <tr> <td align="left" width="50%">Company:</td> <td align="left">[ORGANIZATION]</td> </tr> <tr> <td align="left" width="50%">Phone: </td> <td align="left">[PHONE]</td> </tr> <tr> <td align="left" width="50%">Email:</td> <td align="left">[EMAIL]</td> </tr> <tr> <td align="left" width="50%">Address:</td> <td align="left">[ADDRESS], [CITY], [STATE], [COUNTRY]</td> </tr> </tbody> </table> </td> <td align="left" valign="top" width="50%"> <table style="width: 100%;" border="0" cellspacing="0" cellpadding="2"> <tbody> <tr> <td style="background-color: #d6d6d6;" colspan="2" align="left"> <h4 style="margin: 0px;">Invoice Information</h4> </td> </tr> <tr> <td align="left" width="50%">Invoice Number:</td> <td align="left">[INVOICE_NUMBER]</td> </tr> <tr> <td align="left" width="50%">Invoice Date:</td> <td align="left">[INVOICE_DATE]</td> </tr> <tr> <td align="left" width="50%">Invoice Status:</td> <td align="left">[INVOICE_STATUS]</td> </tr> <tr> <td align="left" width="50%"> </td> <td align="left"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td style="background-color: #d6d6d6;" colspan="2" align="left"> <h4 style="margin: 0px;">Order Items</h4> </td> </tr> <tr> <td colspan="2" align="left" width="100%"> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tbody> <tr> <td align="left" valign="top" width="10%">#</td> <td align="left" valign="top" width="60%">Name</td> <td align="right" valign="top" width="20%">Price</td> <td align="left" valign="top" width="10%">Sub Total</td> </tr> <tr> <td align="left" valign="top" width="10%">[ITEM_QUANTITY]</td> <td align="left" valign="top" width="60%">[ITEM_NAME]</td> <td align="right" valign="top" width="20%">[ITEM_AMOUNT]</td> <td align="left" valign="top" width="10%">[ITEM_SUB_TOTAL]</td> </tr> <tr> <td colspan="3" align="right" valign="top" width="90%">Discount :</td> <td align="left" valign="top" width="10%">[DISCOUNT_AMOUNT]</td> </tr> <tr> <td colspan="3" align="right" valign="top" width="90%">Subtotal :</td> <td align="left" valign="top" width="10%">[SUB_TOTAL]</td> </tr> <tr> <td colspan="3" align="right" valign="top" width="90%">Tax :</td> <td align="left" valign="top" width="10%">[TAX_AMOUNT]</td> </tr> <tr> <td colspan="3" align="right" valign="top" width="90%">Total :</td> <td align="left" valign="top" width="10%">[TOTAL_AMOUNT]</td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table>
The following user(s) said Thank You: please remove account

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

  • please remove account
  • Offline
  • New Member
  • New Member
More
11 years 10 months ago #25614 by please remove account
Replied by please remove account on topic Re: Invoice Settings
Yeah, much better, thanks. :silly:

Now I can work on some fine tuning.

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

  • Tony Shaw
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 10 months ago #25617 by Tony Shaw
Replied by Tony Shaw on topic Re: Invoice Settings
Hi Tobias...

How did you do the pasting of code... where exactly did you place it?
Tony Shaw

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

  • please remove account
  • Offline
  • New Member
  • New Member
More
11 years 10 months ago - 11 years 10 months ago #25619 by please remove account
Replied by please remove account on topic Re: Invoice Settings
Just copy and paste the code of Tuan inside Membership Pro > Configuration > Invoice Settings

Have a look for the textarea 'Invoice Format', it should be the last one on this page.
Last edit: 11 years 10 months ago by please remove account. Reason: mistype

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

  • Tony Shaw
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 10 months ago #25620 by Tony Shaw
Replied by Tony Shaw on topic Re: Invoice Settings
Thanks... I think Tuan did this for my site! I will take a look...
Tony

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