Jump to content

How do i make PayPal use EUR?


Wim*

Recommended Posts

I'm starting to feel really stupid, i know it's something i'm doing wrong (shore i'm not the only one using PayPal in WHMCS in whole europe :roll:).

 

I have only one currency in setup => currencies ant thats EUR

I have only one client account, and the default currency is EUR

Evrything in the shop shows up in euro's, the invoices are in euro's..

 

But when i go to PayPal, it shows up in USD.. (The Default currency of my PayPal account is also EUR)

 

Please, can somebody tell me what i'm missing?

 

TIA

 

Wim.

Link to comment
Share on other sites

For people who have this issue..

 

I found a record 'convertto' in the DB, table 'tblpaymentgateways'. that was set to 2. when you set this to 1 it works ok.

 

Or just run this query:

 

UPDATE `tblpaymentgateways` SET `value` = '1' WHERE CONVERT( `gateway` USING utf8 ) = 'paypal' AND CONVERT( `setting` USING utf8 ) = 'convertto' AND CONVERT( `value` USING utf8 ) = '2' AND `order` =0 LIMIT 1 ;

 

If there is anyone who kan tel me where i set this in WHMCS, i am very curious!

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated