Currently i have been working on payment gateway that does not support US Dollars so i have to use my country currency as base currency then apply the conversion to the subtotal price. but on the checkout page i would like to show the US Dollars as main currency my question is how do i multiply the price before submit the data value to gateway
Example: in checkout page show 20 US Dollars but the hidden data will submit 20*30 which variable i have to edit in the code?
Thanks