• Hi, first thanks for this amazing plugin !

    I’d like to buy the pro version but I need to know if there is the possibility to use a php function to call the plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter syonos

    (@syonos)

    Perfect, thank you ! ??

    thanhtd

    (@thanhtd)

    Hi,

    You are welcome! Feel free to ask if you need any helps.

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Function PHP’ is closed to new replies.