Jump to content

Wim*

Retired Forum Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Wim*

  1. Hy, Automatic creation of a virtual server by the hypervm module works perfect, but after it has been created i can't up/downgrade, terminate or use the new 'login to control panel' button. This button links to http://:8888... (no URL) When i set the order of this product back to 'Pending', the server option defaults to 'None'. I have to manually select the server from the dropdown menu. Am i missing something? Thanks
  2. 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!
  3. 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 ). 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.
×
×
  • 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