Hi, earlier I found a instructions to change the Amelia code so that it would automatically advance to the booking confirmed page.
But now with updates I lost the code and I can't find it anymore.
Does anybody remember or know the code I'm looking for?
The problem is that when a booking is done the user has press the finish button to advance to the booking confirmed page that has been set in the settings. This sometimes prevents us to detect a conversion.
Thank you for purchasing our product, and for reaching out to us.
We went through all of our previous communication with you we couldn't find this code anywhere so it is possible that we didn't send it to you. Please try to remember where did you find this instruction since they are not part of Amelia's built-in structure.
If you have any more questions please feel free to open another ticket.
to the booking page. This is ok, but we have several booking pages, so I have to add it to all of them and remember to add it no any new booking page also.
Could this be avoided somehow? So that I do not have to add this code to every booking page?
Hi, earlier I found a instructions to change the Amelia code so that it would automatically advance to the booking confirmed page.
But now with updates I lost the code and I can't find it anymore.
Does anybody remember or know the code I'm looking for?
The problem is that when a booking is done the user has press the finish button to advance to the booking confirmed page that has been set in the settings. This sometimes prevents us to detect a conversion.
Hello Jarno,
Thank you for purchasing our product, and for reaching out to us.
We went through all of our previous communication with you we couldn't find this code anywhere so it is possible that we didn't send it to you. Please try to remember where did you find this instruction since they are not part of Amelia's built-in structure.
If you have any more questions please feel free to open another ticket.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi, I'm still baffled by this.
I suspect that the modification I made to some Amelia files may affect the Google calendar integration.
I remember that the post that I'm looking for was not in Ticksy, but maybe in Wordpress site. I just cant find it anywhere anymore.
No I would like to use the method to add this code:
<script>
window.beforeConfirmedBooking = function()
{
window.location.href = “https://www.roh.to/varausvahvistus/;;
};
</script>
to the booking page. This is ok, but we have several booking pages, so I have to add it to all of them and remember to add it no any new booking page also.
Could this be avoided somehow? So that I do not have to add this code to every booking page?
Hi, Jarno
If you wish to place this script on all WordPress pages,
so that, in case you add new booking pages - the script will automatically be added everywhere;
please check out this article that explains everything about adding JS to WordPress pages;
Please see the first section, where they show how to add JavaScript to the entire site easily by using a plugin called "Headers and Footers".
If you have any more questions please open another ticket and we will gladly help you there.
We wish you all the best.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks!
That was exactly what I had done previously.
I noticed that in the footer.php the only difference to the code below was one ";" after the URL.
Should it matter?
Hi, Jarno
It is very possible that it makes a difference as soon as they wrote it. Give it a try and let us know how it goes.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables