Jump to content
  • 0

order number


kamino

Question

Hi,

 

I'm currently evaluating the trial version.

And for an unpaid invoice, I don't see anyway to display the "order number" on the invoice. Only "order id" is displayed. This is a huge problem for me.

Any documentation about variables that can be set into templates ? In order to display "order number" while invoice is unpaid ??

 

Because I can not see that in any documentations... you all program is encrypted, how can I guess it without documentation :shock: ?????????

 

I can do only this but it is bad:

 

{if $status eq "Unpaid"}

 

 

Order Number {$somethingtogetordernumber}

 

{$LANG.invoicesdatecreated}: {$datecreated}

 

{$LANG.invoicesdatedue}: {$datedue}</p>

{/if}

{if $status eq "Paid"}

 

 

Invoice Number {$invoicenum}

 

{$LANG.invoicesdatecreated}: {$datecreated}

 

{$LANG.invoicesdatedue}: {$datedue}</p>

{/if}

 

Please help me to replace {$somethingtogetordernumber} with the correct variable :wink:

 

Also, while using "bank transfert" module, invoice number is not updated in tblinvoices mysql table while order is marked as paid. You have to setup manually in admin for each paid order.

Huge problem here considering more than 30% of my customers pay by bank transfert...

 

Do I have to loose 30% of time to manually update invoice number in admin panel :cry: ??

 

Best Regards,

Kamino

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated