New Zenner
- Join Date:
- Oct 2011
- Posts:
- 68
- Plugin Contributions:
- 0
Modifying the invoice
How can I add the id number in the invoice or showing up in the details?
Thank you again...
New Zenner
Totally Zenned
Not sure what you are asking.. What ID number?? Are you referring to the ORDER ID??? The order ID already shows on the invoice and the order..Zadris:
Thank you for a great plugin.
How can I add the id number in the invoice or showing up in the details?
Thank you again...
New Zenner
DivaVocals:
Not sure what you are asking.. What ID number?? Are you referring to the ORDER ID??? The order ID already shows on the invoice and the order..
New Zenner
DivaVocals:
This actually isn't really a "Super Orders" question.. What you are asking is more of a general Zen Cart "how do I do this" kind of question.. Since the the "super" code that makes Super Orders "super" is now integrated into the default orders.php, invoice.php, and packingslip.php files, the answer to your question is the same regardless of whether or not you use Super Orders.. There are posts which discuss how to add the product model number to the order/invoice/packingslip. Those same instructions should also work for product ID.. Suggest doing a search on the forum for these posts..
Administrator
' <td class="dataTableContent" valign="top">' . $order->products[$i]['model'] . '</td>' . "\n"; ' <td class="dataTableContent" valign="top">' . $order->products[$i]['model'] . " (" . $order->products[$i]['id']. ") ". '</td>' . "\n";New Zenner
Destination thread ID and reason are required when shown.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.