Migrated from Redmine #346 | Author: Marko Hofmann Status: Feedback | Priority: High, I’m very impatient | Created: 2019-02-26
Hi there,
I use the wordpress plugin of simplybook.me and I would like to implement a gift of 7% if the customers pays in advance.
It’s no problem for me doing this with javascript, as there is the gift app.
The only problem is the wordpress plugin uses an iframe, and I have to determine when the dom is loaded.
I think this would work with a callback function, that gets me notified when I can access the dom.
I saw there is an API App with a callback Url, can I use this for this purpose, if yes how?
I would be happy with an alternative solution too.