Closed (won't fix)
Project:
Commerce Invoice Receipt
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2013 at 11:39 UTC
Updated:
6 Dec 2015 at 16:34 UTC
Jump to comment: Most recent
Comments
Comment #1
nicjasno commentedI have the same issue.
I use commerce_billy to generate the order numbers.
They show up like they should when viewing the invoice as admin and then printing it. But the order number is different on the invoice that is being sent the customer in the email.
In both cases the code is
<?php print $info['order_number']; ?>But in the case of the customer email, the order ID is printed instead of the order number.
Comment #2
aramboyajyan commentedI tested this several times with Commerce Billy and the order invoice number was always displayed properly - both in email and "Printable Invoice" tab.
Note that Commerce Billy will NOT generate the ID before the order has "Invoiced" status. You can assign this status upon checkout completion for example.
If this still does not work in your case with the latest
7.x-1.x-devbranch, please write step by step instructions on how to replicate the issue.Thanks!
Comment #3
aramboyajyan commentedI'm closing this due to lack of activity.