jonwallis
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Button for PayPal] New orders not appearing on “Orders” pageHi again Noor,
Since changing the format to UTF-8 I’ve had three PayPal transactions.
In the WP PayPal Debug log, all include
[charset] => UTF-8
in their array.
However, one succeeds —
[November 24, 2022 7:32 pm] – SUCCESS :Received valid response from PayPal
[November 24, 2022 7:32 pm] – SUCCESS :Payment Status – Completed
[November 24, 2022 7:32 pm] – SUCCESS :Inserting order information
[November 24, 2022 7:32 pm] – SUCCESS :Order information updated
[November 24, 2022 7:32 pm] – SUCCESS :IPN processing completed— but the other two fail —
[November 24, 2022 7:21 pm] – FAILURE :Received invalid response from PayPal
Is there anything else I can try?
Thanks again.
Forum: Plugins
In reply to: [Payment Button for PayPal] New orders not appearing on “Orders” pageHi Noor
Thanks for the link.
> Was the IPN sent in UTF-8 format?
It wasn’t, no (it was set to windows-1252), but I have now changed it to UTF-8.
(FWIW, I’m curious as to why it’s been necessary to both enable IPN in PayPal and also change an encoding setting — as of at least February this year it “just worked”. Did PayPal change stuff at their end?)
Many thanks again for your help with this.
Forum: Plugins
In reply to: [Payment Button for PayPal] New orders not appearing on “Orders” pageHi Noor
> Was the IPN sent in UTF-8 format?
I honestly have no idea – it would have been in whatever format PayPal sent it.
How could I find out what the format is?
Update: I’ve figured it out.
For anyone else who might want to do this and who happens across this topic:
The file you need to copy/edit and where you need to put it seems to be depend on whether you use the Block editor or the Classic (old) one when creating events/RSVPs.
EITHER
Copy & edit:
event-tickets/src/views/blocks/rsvp/status/going.phpThen put the edited file at:
[your-theme]/tribe/tickets/blocks/rsvp/status/going.phpOR
Copy & edit:
/event-tickets/src/views/v2/rsvp/actions/rsvp/going.phpThen put the edited file at:
[your-theme]/tribe/tickets/v2/rsvp/actions/rsvp/going.phpForum: Plugins
In reply to: [Event Tickets and Registration] Change “Out of Stock!” to something elseHi Juan
The following confused me
My recommendation would be to customize the template you have on plugins/event-tickets/src/views/v2/list/event/cost.php
as it seems to relate to v2, and also cost.php doesn’t contain the “Out of stock!” string, so I’m not sure why I would be copying & customizing that particular template.
In contrast
You should get that template and put it in [your-theme]/tribe-events/tickets/rsvp.php
seems to relate to v1. (ie, as explained on https://theeventscalendar.com/knowledgebase/k/customizing-template-files/ )
But I managed to figure things out — leastways, I copied
/event-tickets/src/views/tickets/rsvp.php
to/<my-child-theme>/tribe-events/tickets/rsvp.php
and changed “Out of Stock!” to “Fully Booked”, which seems to have done the trick.Thanks
Jon
Forum: Plugins
In reply to: [Event Tickets and Registration] Change “Out of Stock!” to something elseAre you creating the RSVPs with the block editor or the classic editor?
The Classic editor.
Forum: Plugins
In reply to: [Event Tickets and Registration] Change “Out of Stock!” to something elseHi Juan
Do you mean the message you get in the Event page or in the Events listing?
It’s on the Event page (ie, the page on which you would select the number of places required and click on the “CONFIRM RSVP” button).
Are you using the new views for TEC and ET?
I have “Use updated calendar designs” activated, but not “Enable New RSVP Experience”.
Thanks.
Forum: Plugins
In reply to: [The Events Calendar] Suggestion for usability improvement for Events TicketsWill do.
Jon
Forum: Plugins
In reply to: [The Events Calendar] Show latest events on the event pageHi Ed
Thanks for the reply. I’ll try what you suggest.
Jon
Forum: Plugins
In reply to: [The Events Calendar] Show latest events on the event pageSame problem here.
Am running Version 4.7.4 of TEC.
If I search for events by keyword they are found, but they do not get shown on the /events page — I just get “There were no results found.”
- This reply was modified 6 years, 1 month ago by jonwallis.