Hi,
Please explain more details about what you want “use a php function to call the plugin”
Best regards.
Thread Starter
syonos
(@syonos)
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’ ) ); ?>
Yes, you can use wmc_price() function to convert your value.
Hi,
You are welcome! Feel free to ask if you need any helps.
Best regards.