helloo2010-02-14 20:16 | Hi. I'm new here and I have a problem. When people order on my payed QC and choose paypal. then paypal choose USD. But I have currency DK KR. (danish krone) and it's only 1/5 of USD. You can say it's a good bussness for me..)) But my clients are very angry..)) » Quick.Cart v3.xDan |
helloo2010-02-14 23:15 | Ohh my god.. I'm sorry.. I have found out what I did wrong..)) I wrote DKKR in currency. But the right code is DKK.. So now it's work just fine.. Dan |
kalanta![]() 2010-03-18 12:00 | PayPal doesn't accept Russian currency. What to do? |
beholder2010-03-18 14:35 | Kalanta: you can use some on the fly dual-currency conversion in QC which would send the right sum to Paypal in USD or EUR. The conversion would work only on orders_print page and it would be just 1 or 2 variables with converted sums. |
kalanta![]() 2010-03-18 16:33 | Write me more about this solution. |
beholder2010-03-19 01:46 | well, this is pretty much untested, but I'd put it to actions_client/p.php under line: |
kalanta![]() 2010-03-19 07:35 | There should be a simple solution. I want to use my paypal with converted order total price. |
beholder2010-03-19 15:21 | I just told you where you should compute the new variable. Have you tried? |
kalanta![]() 2010-03-19 15:39 | Ok, I know where, but I don't know how exactly it should look. I tried in my way and I failed. |
beholder2010-03-19 17:37 | this way I guess: |
kalanta![]() 2010-03-19 17:47 | I tried this before and it didn't work. After redirecting to paypal I got "Error Detected: Your shopping cart is empty." |
beholder2010-03-20 00:48 | hmm, I'd have to see the newly generated page to see what is wrong with it. Should work, I've done something like this (with dual currency) couple of times.. |
kalanta![]() 2010-03-20 08:38 | Actually, I'm just trying this solution http://opensolution.org/Quick.Cart/forum/?p=readTopic&nr=5761 on free quick.cart v3.0 default version in my pc. You can download it here: |
beholder2010-03-20 16:22 | you need to change currency symbol to some other than the one from webshop: |
beholder2010-03-20 16:45 | Actually, I made it work with this line instead: |
kalanta![]() 2010-03-20 17:10 | Have you tested it? I tried and no result. After order paypal amount value is empty. |
beholder2010-03-20 20:15 | I have tested it. The $aOrder['sOrderSummary'] contains the order summary, it must work. Unless your script is different from mine, since I am trying it on EXT version and you probably have just some paypal mod installed on the free version. BUT it should work flawlessly, I even got redirected to paypal ok. |
beholder2010-03-20 20:23 | you should remove |
kalanta![]() 2010-03-20 20:45 | $aData['sOrderSummary2'] still displays no price. |
beholder2010-03-21 00:24 | put $aOrder[sOrderSummary] to the tpl file and see what it does.. I think it may not be filled, but hey, it should be. |