Adding Product SKU to Printable Invoice ORDER_INVOICE
Posted by , Last modified by Wayne Smith on 15 April 2015 09:51 AM
|
|
Disclaimer This will work for stores on Miva Version 9.0 or newer. Note that this will require making template changes. Make sure you make sure you are aware of what version was active before any changes are made. These edits are low-risk but if you feel uncomfortable with making these changes then we advise you to seek help from a developer.
Issue
I am having trouble adding the product SKU to the Printable Invoice page in Miva 9.
Instructions
On the ORDER_INVOICE page use the following variable... &mvt:item:product:sku;
You can replace this line... <td class="code">&mvt:item:code;</td> with <td class="code">&mvt:item:product:sku;</td> or write an if statement that will display the sku if the product code does not exist. <mvt:if expr="l.settings:item:product:sku"> http://extranet.miva.com/forums/showthread.php?115306-Need-to-add-sku-to-Printable-invoice&highlight=printable+invoice
| |
|