Hi Forum! I am trying to figure out how I can send my customers to a checkout trough a “open in new window” plugin, without them getting ask to open a new popup, this because when someone has disabled popups (standaard on iPhone etc) they cant just checkout.
The prefill is in a Iframe, but a stripe checkout cannot be hosted on a Iframe, and therefor it needs a other website checkout.
Install the plugin toolbox (to run javascript). Just install it.
In your workflow action use “Run Javascript” then a box will appear. There just place this code, replace the url with your desired one. window.open('https://bubbl.io','_blank')
Ah! Working perfect now. Just wondering, the loading times got significant higher now. It cost now almost 7 seconds to load, this is my workflow. What can I improve to make this workflow be more time effective?
When I try it now, it isn’t working anymore. It is just doing nothing, unless I turn popups enabled on in my Iphone settings, then I get the option to open the popup. So it is weird when I don’t have that settings turned on (wich Is standard on iPhone), it is loading a second, and then nothing happens… Any idea @kazimdgoni?