When we are adding items into inventory, there is an Item Code, an Item Name and an Item Description category. The sales quote, once finalized, only prints the Item Code and the Item Description but no Item Name. The invoice was like this too; however, when I tried to correct this in the HTML code, it seems that the Item Code category is linked to the Item Name category through the programming. Basically, when I write in <item.name> for the category header (b/w lines 53 & 54), it works and adds it in as a category to the invoice. But when I reviewed the code for the contents of the Item Name (between lines 63 & 64), it didn’t actually exist. It goes right from this code:
Any help is appreciated.