Title: PHP convert
Last modified: February 8, 2020

---

# PHP convert

 *  [fzex](https://wordpress.org/support/users/fzex/)
 * (@fzex)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/php-convert/)
 * Hi,
 * I’m using woocommerce with a plugin that displays a list of offers instead of
   a single price for every product. I’d like to convert these prices in another
   currency. Is there a way to to that with this plugin echoing a function?
 * something like:
 * <?php echo (function here) ( array( ‘price’= $item[‘price’], ‘currency’=’’ ) );?
   >
 * with the currency being the same selected by the users through your widget list.

Viewing 1 replies (of 1 total)

 *  Plugin Author [RazyRx](https://wordpress.org/support/users/razyrx/)
 * (@razyrx)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/php-convert/#post-12426711)
 * Hi [@fzex](https://wordpress.org/support/users/fzex/),
 * If you used “Visual only” option, then price converting on frontend with JavaScript
   and you need to disaply price with help of WooCommerce function.
 * With disabled option “Visual only” you can use this function to convert price
 *     ```
       $BeRocket_CE = BeRocket_CE::getInstance();
       $converted_float_price = $BeRocket_CE->return_custom_price($your_current_float_price);
       ```
   
 * Regards,
    Oleg

Viewing 1 replies (of 1 total)

The topic ‘PHP convert’ is closed to new replies.

 * ![](https://ps.w.org/currency-exchange-for-woocommerce/assets/icon-256x256.gif?
   rev=2776477)
 * [Currency Exchange for WooCommerce](https://wordpress.org/plugins/currency-exchange-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/currency-exchange-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/currency-exchange-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/currency-exchange-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/currency-exchange-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/currency-exchange-for-woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [RazyRx](https://wordpress.org/support/users/razyrx/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/php-convert/#post-12426711)
 * Status: not resolved