Title: Changing the value
Last modified: June 28, 2017

---

# Changing the value

 *  Resolved [844bankbtc](https://wordpress.org/support/users/844bankbtc/)
 * (@844bankbtc)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/changing-the-value/)
 * Is there a way to change the value of the plug in by a set %?
 * For example make it the current price + 10% = value shown
    2500 + 10% = 2750

Viewing 1 replies (of 1 total)

 *  [zwaply3](https://wordpress.org/support/users/byankov/)
 * (@byankov)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/changing-the-value/#post-9270680)
 * There is no such feature and you will have to change the code.
 * It depends which feature you use. For example, if you use the table, edit the
   file “currenciprice.php”.
    After this line: $price_per_unit = cp_calculate_price_per_unit(
   $currency1[‘price’], $currency2[‘price’]); Add this new line: $price_per_unit*
   = 1.1;
 * This would increase the price by 10%.

Viewing 1 replies (of 1 total)

The topic ‘Changing the value’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cryptocurrency-prices_a6caf4.svg)
 * [Cryptocurrency All-in-One](https://wordpress.org/plugins/cryptocurrency-prices/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cryptocurrency-prices/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cryptocurrency-prices/)
 * [Active Topics](https://wordpress.org/support/plugin/cryptocurrency-prices/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cryptocurrency-prices/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cryptocurrency-prices/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [zwaply3](https://wordpress.org/support/users/byankov/)
 * Last activity: [8 years, 12 months ago](https://wordpress.org/support/topic/changing-the-value/#post-9270680)
 * Status: resolved