Editing the Template Invoice
-
HI
Any help would be greatly appreciated.
UrgentI need to Edit the Template Invoice which I have found under the plugin directory, under templates/simple/invoice.php
But within that, I need to AMEND the wording which says
(includes $0.00 Tax)I just want to put:
inc $0.00 GSTBut the coding in the invoice.php is:
<?php foreach( $this->get_woocommerce_totals() as $key => $total ) : ?>
<tr class=”<?php echo $key; ?>”>
<td class=”no-borders”></td>
<th class=”description”><?php echo $total[‘label’]; ?></th>
<td class=”price”><span class=”totals-price”><?php echo $total[‘value’]; ?></span></td>
</tr>
<?php endforeach; ?>I can’t see where I can actually EDIT the (including $0.00 Tax) anywhere here. Is there somewhere else I can change it as it goes onto 2 lines which I only want it on one line ….
Thanks
Kristin
- The topic ‘Editing the Template Invoice’ is closed to new replies.