oskjna Posted July 4, 2014 Share Posted July 4, 2014 I'm having trouble converting my native currency to US dollars at checkout by paypal. Any suggestions? Link to comment Share on other sites More sharing options...
oskjna Posted July 4, 2014 Author Share Posted July 4, 2014 (edited) Alright so I even tried a rudimentary approach by editing the standard.tpl file directly To turn my currency into dollar amount a basic mathematical approach to divide the final value by currency rate. {math equation="(x/y)" x=$cart->getOrderTotal(true) y=0.278="$final"}{include file="modules/paypalusa/views/templates/hook/standard.tpl" value=$final} <input type="hidden" name="amount" value="{$cart->getOrderTotal(true)|floatval}" /> and even to <input type="hidden" name="amount" value="{($cart->getOrderTotal(true)|floatval} / x) x=0.28}" /> This too didnot work any suggestions? Edited July 4, 2014 by oskjna (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now