holyfeld
June 12, 2018 at 5:21 am
We’re in the middle of registering participants for an event.
Suddenly the payment URLS started “404”ing. This is how the registration URLS start:
http://www.https.com//coachingbeyondtheteam.com/registration-checkout/
Using Event Espresso Version 4.9.62.p
WordPress 4.9.6 running Twenty Seventeen theme.
What happened and how do I fix it?
Don
Tony
June 12, 2018 at 5:26 am
Add New Note to this Reply
Hi there,
Where is that link coming from? In the emails or during a normal registration?
Is there an event I run a test registration on to view this?
holyfeld
June 12, 2018 at 6:44 am
Add New Note to this Reply
<h3 class="callout">You can <a href="http://[PAYMENT_URL]">make a payment here »</a>.</h3>
is the text I tried to post above
Josh
June 12, 2018 at 8:10 am
Add New Note to this Reply
Hi Don,
The PAYMENT_URL shortcode outputs the full URL, so you should be able to change that part of the email to be:
<h3 class="callout">You can <a href="[PAYMENT_URL]">make a payment here »</a>.</h3>
holyfeld
June 12, 2018 at 8:21 am
Add New Note to this Reply
Hi Josh,
I wonder where the extra http: came from. Regardless,
I modified the message to include only [PAYMENT_URL] and a quick check says it works.
Thank you!
Josh
June 12, 2018 at 8:45 am
Add New Note to this Reply
I wonder where the extra http: came from.
It may have been Sasquatch, you never know!