Title: Static values
Last modified: June 13, 2019

---

# Static values

 *  Resolved [Allie Ros](https://wordpress.org/support/users/aplle/)
 * (@aplle)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/static-values/)
 * Hello, Team!
    Is there have some code or short code to convert static values.
   Ex i\’m showing this notification on product page Purchase above <?php echo \’
   $38.00\’ ; ?> for free shipping
 * I need to convert that $38.00 to other currencies when user select a other currency,
   is there have a way to do that on your plugin.

Viewing 1 replies (of 1 total)

 *  Plugin Author [WBW Plugins](https://wordpress.org/support/users/woobewoo/)
 * (@woobewoo)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/static-values/#post-11633573)
 * HI, [@aplle](https://wordpress.org/support/users/aplle/)
    If you click on the
   converter to change the currency, the price won’t be changed on a static page.
   It works on WooCommerce pages only.
 * We have tooltip option in the pro version of the plugin. When you hover on the
   price of the product, the tooltip with prices in other currencies is displayed.
   
   [https://woobewoo.com/documentation/currency-tooltip-mode/](https://woobewoo.com/documentation/currency-tooltip-mode/)
 * To make tooltip show on non-ecommerce page you’ll need to wrap the price in HTML
   snippet something like
 * <span class=”woocommerce-Price-amount amount”><span class=”woocommerce-Price-
   currencySymbol”><span class=”wcuCurrencyTooltipDefaultPrice” data-wcudefaultprice
   =”10″></span>£</span> 10</span>
 * [https://www.dropbox.com/s/6tuouqixiseojvh/Screenshot_50.png?dl=0](https://www.dropbox.com/s/6tuouqixiseojvh/Screenshot_50.png?dl=0)
 * It’ll look like this [https://www.dropbox.com/s/htoxucu33lrfqix/Screenshot_51.png?dl=0](https://www.dropbox.com/s/htoxucu33lrfqix/Screenshot_51.png?dl=0)

Viewing 1 replies (of 1 total)

The topic ‘Static values’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-currency_768db6.svg)
 * [Currency Switcher for WooCommerce by WBW](https://wordpress.org/plugins/woo-currency/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-currency/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-currency/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-currency/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-currency/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-currency/reviews/)

## Tags

 * [woobewoo](https://wordpress.org/support/topic-tag/woobewoo/)

 * 1 reply
 * 2 participants
 * Last reply from: [WBW Plugins](https://wordpress.org/support/users/woobewoo/)
 * Last activity: [6 years, 12 months ago](https://wordpress.org/support/topic/static-values/#post-11633573)
 * Status: resolved