Multiple Currencies on Invoice? (WOOCS)
-
Hello,
I am using WOOCS.
I am trying to display either an exchange rate, or a second currency somewhere within the invoice.
I am trying to do this by customizing a template and trying to use WOOCS variables, but to no avail.
Preferably, I’d do something like:
<td class=”price”><?php echo $item[‘order_price’]; ?></td>
<td class=”exchangerate”><?php echo $WOOCS[‘exchange_rate’]; ?></td>
OR
<td class=”altprice”><?php echo $WOOCS[‘second_currency’]; ?></td>WOuld this be possible?
Thank you in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Multiple Currencies on Invoice? (WOOCS)’ is closed to new replies.