• Resolved 844bankbtc

    (@844bankbtc)


    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)
  • 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.