Do not show refund to PDF invoice
-
I create a refund in woocomerce bill, in woocomerce bill everything ok.
But in PDF invoice only show normal invoice, do not show refund and total amount not reduced.what can I do
Maybe add code here
<table class=”totals”>
<tfoot>
<?php foreach( $wpo_wcpdf->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; ?>
</tfoot>
</table>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Do not show refund to PDF invoice’ is closed to new replies.