It will be extremely helpful if we could have a placeholder for the booking (reservation, service, event) ID, (as just a plain number) the same as we can use them on the HTML shortcodes, but kind of %event_ID%
This will allow the connection of an specific www page with the event or service as all the other textual placeholders are not very compatible with the URLs format.
Elaborating .. When you pay I can take you to a specific URL, it would be super good to be able to send also the same URL in the Notification eMails, and one way to do that is to use the booking ID (like we can do it in the html shortcodes).
That is very useful to share materials or information specific to a particular booking with the clients ..
This will not be a very big deal to add but will be a great feature to use ! I believed I saw something like also on other ticket :-)
Sorry for the delayed response, it was a National holiday in our country.
Thank you for sharing these ideas with us.
I'm not sure if that helps, but we have a script that allows creating direct URLs to specific Services on the booking page. It's not possible to add these URLs to the email notifications since they won't be dynamically changed, but you can use them if you place booking links on some other platforms, for example, Facebook. So, just in case, we can provide you with this script
Regarding the placeholders: yes, that would be great. I will forward this information to our developer team. Also, you can suggest that as a feature request here, or check if this request was already submitted and vote for it.
Thanks for your reply, Oh yes I am familiar with the holidays in your country ..
Oh yes adding the service or event ID as a email placeholder would be really great, as everything this days is sent on emails anyway .. Well it's not a bad idea to have such script also, I will appreciate very much if you can share it with me :-)
Will add the ID placeholder it as a suggestion also,
This is the script that allows dynamically change the Service ID in the link. Please add it as a script (without the <script> tag) or as HTML (with the tag) to the booking page:
<script>
function getUrlVars() {
var vars = {};
var parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi,
function(m, key, value) {
vars[key] = value;
});
return vars;
}
bookingEntitiesIds[bookingEntitiesIds.length - 1]['service'] = getUrlVars()['service'];
</script>
After that, please add ?service=[service id] at the end of the link to the booking page (for example, for a Service with ID 11 it will be https://yourdomain/bookingpage?service=11).
Just in case: if you need help with adding custom JS to the page, please take a look at this article.
Hello at Amelia,
It will be extremely helpful if we could have a placeholder for the booking (reservation, service, event) ID, (as just a plain number) the same as we can use them on the HTML shortcodes, but kind of %event_ID%
This will allow the connection of an specific www page with the event or service as all the other textual placeholders are not very compatible with the URLs format.
Elaborating .. When you pay I can take you to a specific URL, it would be super good to be able to send also the same URL in the Notification eMails, and one way to do that is to use the booking ID (like we can do it in the html shortcodes).
That is very useful to share materials or information specific to a particular booking with the clients ..
This will not be a very big deal to add but will be a great feature to use !
I believed I saw something like also on other ticket :-)
Cheers,
Rolando.
Hi, Rolando!
Sorry for the delayed response, it was a National holiday in our country.
Thank you for sharing these ideas with us.
I'm not sure if that helps, but we have a script that allows creating direct URLs to specific Services on the booking page. It's not possible to add these URLs to the email notifications since they won't be dynamically changed, but you can use them if you place booking links on some other platforms, for example, Facebook. So, just in case, we can provide you with this script
Regarding the placeholders: yes, that would be great. I will forward this information to our developer team. Also, you can suggest that as a feature request here, or check if this request was already submitted and vote for it.
Best Regards.
Hi Liza,
Thanks for your reply, Oh yes I am familiar with the holidays in your country ..
Oh yes adding the service or event ID as a email placeholder would be really great, as everything this days is sent on emails anyway .. Well it's not a bad idea to have such script also, I will appreciate very much if you can share it with me :-)
Will add the ID placeholder it as a suggestion also,
Best regards,
Rolando.
Rolando,
Ok, sure.
This is the script that allows dynamically change the Service ID in the link. Please add it as a script (without the <script> tag) or as HTML (with the tag) to the booking page:
After that, please add ?service=[service id] at the end of the link to the booking page (for example, for a Service with ID 11 it will be https://yourdomain/bookingpage?service=11).
Just in case: if you need help with adding custom JS to the page, please take a look at this article.
Hope it will be useful for you.
Best Regards.
Hi Liza,
Awesome !! Thank you very much !!
Cheers,
Rolando.