![]() |
| |||||||
| Support (Version 2) Here is where we provide limited support for version 2. If you are seeking support for version 3 please post in the phpLD 3.0 Support Forum. |
![]() |
| | Thread Tools | Display Modes |
| | #1 |
| Join Date: Jul 2005 Posts: 78 | Hi guys I notice that the payment amount when you are taken to PayPal is in US dollars - is there a way this can be changed to UK sterling?? This is with RC4 obviously!! Cheers James |
| |
| | #2 |
| for the moment there are no admin preferences for PayPal stuff other than the account, but you can edit and add PayPal parameters in templates/paypal.tpl Just don't mess up with the Smarty code. | |
| |
| | #3 |
| Join Date: Jul 2005 Posts: 78 | Hi dcb Thanks for that - I suspected it was something to do with paypal.tpl I have had a look on the paypal website at their help files, and can't find a list of options to send to them when opening the payment page - would you be able to post a link to something like that? Failing that, would you be able to let me know what the option to take payment in GB pounds would be?? Would something like : <input type="hidden" name="curency" value="GB"> do it?? Thanks James |
| |
| | #4 |
| Code: <input type="hidden" name="curency_code" value="GBP"> | |
| |
| | #5 |
| Sorry, I missed an r Code: <input type="hidden" name="currency_code" value="GBP"> | |
| |
| | #6 |
| Join Date: Jul 2005 Posts: 78 | Brilliant, this works perfectly thank you! |
| |
| | #7 | |
| Supporter Join Date: Nov 2005 Location: UK Posts: 57 | Hello, Where in the payment.tpl do you insert the code Quote:
| |
| |
| | #8 |
| I am wondering as well where on the code you add this.... I also see the $ sign in the code, its not just change it to a £? | |
| |
| | #9 | |
| Quote:
I'm sure eventually a mod will come out for this, I might pay for one myself but will only share with contributors for my view is if you are concerned about paypal then you must be thinking of and or making money so should pay at least something towards a facility that lets you do so better? Kev | ||
| |
| | #10 | ||
| Supporter Join Date: Nov 2005 Location: UK Posts: 57 | To change your payment to UK sterling or Great Britain Pounds, insert this code Quote:
so should look like this, once inserted. Quote:
| ||
| |
| | #11 | |
| hi Quote:
| ||
| |
| | #12 |
| Ok just saw that apparanlty its not accepting the sign £ when I typed it in at the payment tpl it came as ? never mind, it shows in the payment but the other tricky part is that ppl might think its in $ and say hey thats not much lmao and then it is that sum in £ | |
| |
| | #13 | |
| Supporter Join Date: Nov 2005 Location: UK Posts: 57 | To replace the "$" symbol with "£" you must use the html code for the £ symbol which is Quote:
| |
| |
| | #14 |
| Supporter Join Date: Dec 2005 Posts: 487 | Thanks for the info iluvm Can tick that off my to-do-list now. ![]() cheers Net |
| |
| | #15 | |
| Join Date: Jul 2006 Posts: 11 | Quote:
| |
| |
| | #16 | |
| Join Date: Jul 2006 Posts: 1 | Quote:
From: Code: <td>${$price.featured}</td> Code: <td>£{$price.featured}</td> From: Code: <td class="field">${$price.$LINK_TYPE}/{$payment_um.$um}</td> Code: <td class="field">£{$price.$LINK_TYPE}/{$payment_um.$um}</td> | |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|