I’d like to convert in a different currency some prices that are part of another plugin that don’t get automatically converted by Multi Currency for Woocommerce.
I’ve found in the docs of your plugin a shortcode to convert any number to a selected currency. My idea would be to use something like this:
<?php echo (function here) ( array( ‘price’= $item[‘price’], ‘currency’=’EUR’ ) ); ?>