Jump to content

Paypal currency from INR to USD


Guest

Recommended Posts

Hi i am using INR as default currency.But when i checkout with paypal it shows error as paypal does not accept INR.I want to keep INR as default currency but need to send USD converted values to paypal.Can somebody help.Thanks in advance.

Link to comment
Share on other sites

  • 1 year later...
maybe you should edit the file "gateway.class.php", and replace all the legends that say "default_currency" with "IRN". 
 
then look for the line: 
'amount' => $ this-> _basket ['Total'], 
 
add something like the following: 
 
'amount' => $ this-> _basket ['Total'] * X.X, 
 
where X is the multiplication to convert to USD
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...