Posted: September 11, 2015 at 11:40 pm
|
September 11, 2015 at 11:40 pm Hi, Despite having made some amendments so that the site now runs in AED I noticed that this page is still in US$, is there anyway to amend it to show AED as well please? Thanks |
Hi Angus, Could you post a screenshot? https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots — |
|
|
https://www.dropbox.com/s/0x49699d89f7k2v/Screenshot%202015-09-13%2010.18.05.png?dl=0 Thanks |
Hi there, That table uses the currency symbol set from your ‘Organisation Country’ set within Event Espresso -> General Settings – http://take.ms/wCK6n However currently Event Espresso will continue to use $ as it does not have a currency for AED so in order to change the currency used there you will needed to modify the template. As a quick fix you can edit: \wp-content\plugins\espresso-members\my_events_page.php Line 176 has:
You could use something like:
This isn’t really a recommended solution as each update to the members add-on will remove that modification although it will get you up and running. I have created a ticket to see what other options we can provide here. |
|
|
It was line 177 in my file, I hope that isn’t meaningful! However, it did the job, thanks. All I need to do now is work out why the address details in the PDF invoice don’t match anything I’ve put into the system! Any ideas? Thanks |
Go to Event Espresso -> Payment Settings -> Invoice settings. If the invoice gateway is de-activated then please temporarily active it. Within the settings there is the incorrect address shown? |
|
|
Thanks, made the changes. So, do I leave it active but choose not showing on the payment page, or deactivate? What’s the difference? Thank you |
|
I also added our logo but I had an FPDF error – alpha channel not supported? The logo was in our media library. |
September 15, 2015 at 10:59 am
You can do either. Hiding it from the payment page but leaving it active allows you to update the invoice settings without needing to re-activate/de-activate the Invoice gateway each time.
That will be because your using a PNG with transparency, which is not supported within FPDF (the library EE uses to build the PDF’s). You can either use another PNG with no transparency, or switch to another format such as JPG for the logo. |
|
|
September 15, 2015 at 11:21 am Magic, thanks Tony. |
You’re most welcome 🙂 |
|
|
Next question, is it possible to change the order of events, so that they with the most recent on at the top of the list? Thanks |
The My Events section shows all events the user has registered onto to allow them to download invoices/receipts and view past events. So it can be changed to order the events by start date for example, sorted ASC would show from the earliest to the latest. Would that work? If so around line 110 you’ll have this:
Change it to this:
It just changes the query by adding ‘ORDER BY e.start_date DESC’ to the end.
|
|
|
Excellent, thanks, that did the trick. Had to change ASC to DESC though since we wanted the most recent at the top. Thanks |
Ah, apologies. I swapped them around when testing to double check, then posted what I had before changing. I’ll edit the post above in case anyone else uses it further down the line. |
|
|
No worries, might be a good idea though 🙂 |
The support post ‘Users > My Events’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.