Viewing 3 replies - 1 through 3 (of 3 total)
  • I am trying to solve the same issue. Did you find how to do it?

    Found it.
    Look in seamless-donations/dgx-donate.php
    for function dgx_donate_format_amount($amount)

    Thread Starter lesscro

    (@lesscro)

    Right i change like this :

    function dgx_donate_format_amount($amount)
    {
    	$formattedAmount = $amount  . "€";
    
    	return $formattedAmount;
    }

    But since update i loose all my translation, bored ! i hope in next update language support will be available !

    Ready for french version !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Money currency and internationalization’ is closed to new replies.