Invoices for WooCommerce
if (class_exists("WOOCS")) {
global $WOOCS;
$currency = get_post_meta($order_id, '_order_currency', TRUE);
if (!empty($currency)) {
$WOOCS->current_currency = $currency;
}
}
if (class_exists("WOOCS")) {
global $WOOCS;
$currency = get_post_meta($order_id, '_order_currency', TRUE);
if (!empty($currency)) {
$WOOCS->current_currency = $currency;
}
}