I need to create an app which adds some javascript upon a successful order checkout. How do I achieve this?
I've checked the docs and template files but it seems like a method to inject code like this doesn't exist.
|
I need to create an app which adds some javascript upon a successful order checkout. How do I achieve this? I've checked the docs and template files but it seems like a method to inject code like this doesn't exist. |
|||
|
|
|
You can use the ScriptTag to accomplish this. To quote from the docs:
|
|||
|
|