Title: jonwallis's Replies | WordPress.org

---

# jonwallis

  [  ](https://wordpress.org/support/users/jonwallis/)

 *   [Profile](https://wordpress.org/support/users/jonwallis/)
 *   [Topics Started](https://wordpress.org/support/users/jonwallis/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jonwallis/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jonwallis/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jonwallis/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jonwallis/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jonwallis/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Button for PayPal] New orders not appearing on “Orders” page](https://wordpress.org/support/topic/new-orders-not-appearing-on-orders-page/)
 *  Thread Starter [jonwallis](https://wordpress.org/support/users/jonwallis/)
 * (@jonwallis)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/new-orders-not-appearing-on-orders-page/#post-16232482)
 * Hi 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Button for PayPal] New orders not appearing on “Orders” page](https://wordpress.org/support/topic/new-orders-not-appearing-on-orders-page/)
 *  Thread Starter [jonwallis](https://wordpress.org/support/users/jonwallis/)
 * (@jonwallis)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/new-orders-not-appearing-on-orders-page/#post-16231219)
 * Hi 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Button for PayPal] New orders not appearing on “Orders” page](https://wordpress.org/support/topic/new-orders-not-appearing-on-orders-page/)
 *  Thread Starter [jonwallis](https://wordpress.org/support/users/jonwallis/)
 * (@jonwallis)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/new-orders-not-appearing-on-orders-page/#post-16229919)
 * Hi 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Tickets and Registration] Change “Going” text on RSVP button to something else.](https://wordpress.org/support/topic/change-going-text-on-rsvp-button-to-something-else/)
 *  Thread Starter [jonwallis](https://wordpress.org/support/users/jonwallis/)
 * (@jonwallis)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/change-going-text-on-rsvp-button-to-something-else/#post-14636112)
 * **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.php
 * Then put the edited file at:
    [your-theme]/tribe/tickets/blocks/rsvp/status/going.
   php
 * **OR**
 * Copy & edit:
    /event-tickets/src/views/v2/rsvp/actions/rsvp/going.php
 * Then put the edited file at:
    [your-theme]/tribe/tickets/v2/rsvp/actions/rsvp/
   going.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Tickets and Registration] Change “Out of Stock!” to something else](https://wordpress.org/support/topic/change-out-of-stock-to-something-else/)
 *  Thread Starter [jonwallis](https://wordpress.org/support/users/jonwallis/)
 * (@jonwallis)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/change-out-of-stock-to-something-else/#post-14370086)
 * Hi 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/](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
    -  This reply was modified 5 years, 3 months ago by [jonwallis](https://wordpress.org/support/users/jonwallis/).
      Reason: removing stray unclosed blockquote
    -  This reply was modified 5 years, 3 months ago by [jonwallis](https://wordpress.org/support/users/jonwallis/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Tickets and Registration] Change “Out of Stock!” to something else](https://wordpress.org/support/topic/change-out-of-stock-to-something-else/)
 *  Thread Starter [jonwallis](https://wordpress.org/support/users/jonwallis/)
 * (@jonwallis)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/change-out-of-stock-to-something-else/#post-14366694)
 * > Are you creating the RSVPs with the block editor or the classic editor?
 * The Classic editor.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Tickets and Registration] Change “Out of Stock!” to something else](https://wordpress.org/support/topic/change-out-of-stock-to-something-else/)
 *  Thread Starter [jonwallis](https://wordpress.org/support/users/jonwallis/)
 * (@jonwallis)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/change-out-of-stock-to-something-else/#post-14365106)
 * Hi 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Suggestion for usability improvement for Events Tickets](https://wordpress.org/support/topic/suggestion-for-usability-improvement-for-events-tickets/)
 *  Thread Starter [jonwallis](https://wordpress.org/support/users/jonwallis/)
 * (@jonwallis)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/suggestion-for-usability-improvement-for-events-tickets/#post-13698083)
 * Will do.
 * Jon
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Show latest events on the event page](https://wordpress.org/support/topic/show-latest-events-on-the-event-page/)
 *  [jonwallis](https://wordpress.org/support/users/jonwallis/)
 * (@jonwallis)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/show-latest-events-on-the-event-page/#post-11191486)
 * Hi Ed
 * Thanks for the reply. I’ll try what you suggest.
 * Jon
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Show latest events on the event page](https://wordpress.org/support/topic/show-latest-events-on-the-event-page/)
 *  [jonwallis](https://wordpress.org/support/users/jonwallis/)
 * (@jonwallis)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/show-latest-events-on-the-event-page/#post-11156528)
 * Same 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 7 years, 6 months ago by [jonwallis](https://wordpress.org/support/users/jonwallis/).

Viewing 10 replies - 1 through 10 (of 10 total)