Show cart total in different currency
-
Hi,
my goal is to display the total amount of the cart next to the standard currency which is euro let’s say in usd. So basically I have a table row with heading “Total” and two columns, one with the total in euro and one in usd.I used the function call : <?php echo get_conversion( ‘number=49.99&from=gbp&to=usd’ ); ?> to see what shows up in my table cell but nothing comes up. Plugin is activated with api id and all. So that’s issue number 1.
Could you then tell me how to incorporate the $total generated by woocommerce instead of the hard coded amount in the function call?
Thx
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Show cart total in different currency’ is closed to new replies.