Answer the question
In order to leave comments, you need to log in
How to withdraw the amount from the basket, taking into account the currency?
Good afternoon.
I am using the currency switcher plugin. 2 currencies: $ and euro.
I withdraw the amount from the basket in the header in this way.
<div class="restrain small-cart-content">
<p class="total"> <?php echo carbon_get_theme_option('crb_summ'.get_lang()); ?>:
<span class="amount">
<?php
global $woocommerce;
$total = $woocommerce->cart->total;
echo $total .' '. get_woocommerce_currency_symbol();
?>
</span>
</p>
<p class="buttons">
<a href="<?php echo $cart_url; ?>" class="button"><?php echo carbon_get_theme_option('crb_to_cart'.get_lang()); ?></a>
</p>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question