Posted: January 28, 2013 at 2:02 pm
|
Hello, I am having a few problems with Event espresso:
|
|
Could you please help me with above |
Hello Rafal, Sorry for the delay. It is possible that you have outdated template files inf your uploads/espresso/templates directory. You can rename that directory either via FTP or by going to Template Settings in Event Espresso. Can you try that and let us know if that resolved the issue? |
|
|
Sorry but I never moved them to that folder in the first place. Will I move them so? They are still at /wp-content/plugins/event-espresso/templates/ |
|
OK, I have done it but nothing fixed. E-mail with ticket not being sent, toggle button doesn’t work |
|
Hello again, I think the toggle is ok as I use the shopping card however still no tickets sent. another thing i noticed if the transaction is not aproved I am getting message back: string(81) “An instant payment notification failed from on 01/29/2013 at 12:59 PM Details: ” array(20) { [“MERCHANT_ID”]=> string(11) “toughathlon” [“ORDER_ID”]=> string(3) “103” [“AMOUNT”]=> string(3) “050” [“TIMESTAMP”]=> string(14) “20130129125917” [“SHA1HASH”]=> string(40) “6edb1e59aebfce7a439bf632e503a1bc69f4371d” [“RESULT”]=> string(3) “101” [“ACCOUNT”]=> string(8) “internet” [“AUTHCODE”]=> string(0) “” [“MESSAGE”]=> string(8) “DECLINED” [“PASREF”]=> string(17) “13594643846297092” [“AVSPOSTCODERESULT”]=> string(1) “U” [“AVSADDRESSRESULT”]=> string(1) “U” [“CVNRESULT”]=> string(1) “N” [“BATCHID”]=> string(2) “-1” [“REG_ID”]=> string(15) “1-5107c09e499c9” [“type”]=> string(8) “realauth” [“x”]=> string(3) “104” [“y”]=> string(2) “32” [“pas_uuid”]=> string(32) “d3362d6808634616ba8460e017026c41” [“registration_id”]=> string(15) “1-5107c09e499c9” } on my website |
Hi Rafal, I’ll try to help you with each one of your issues. First though, if you copied files over to /wp-content/uploads/espresso/templates, please remove them. They should not have been copied over for the sake of copying them over.
You can add the ticket link to the confirmation email by placing this shortcode in the email editor: [ticket_link]
Can you try activating the themeroller options in Event Espresso>Template settings? This is usually a WordPress theme issue, but the themeroller may help.
With Realex, you’ll need to send them a return page template, and you can base it off of your WordPress theme. They may have some sample templates that you can use as an alternative.
That’s probably a JavaScript error from the theme. Can you see if this happens if you switch temporarily to the twentytwelve theme? That will rule out whether it’s the WordPress theme or something else.
That’s related to issue #2, basically, you’re missing the email hook which is in the .30 prerelease on line 40 of realauthprocesspayment.php. Here is the relevant code:
You could try uncommenting out the line where it says:
so it says:
|
|
|
Hello, Thank you for you help – you are very good Josh! |
|
shopping card, sorry typo 😉 |
Hi Rafal, You can try commenting out the IPN Gateway Variable dump code near the end of realauthprocesspayment.php like so:
|
|
Actually, you probably want an email sent if there’s a declined credit card. In that case, you’ll only comment out the two lines that start with
|
|
The support post ‘A Few problems’ 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.