Hello,
I have a script written in C# (.NET) and within this script I have an IF statement and when this IF statement is TRUE I want to execute the following external script that I placed just under the </head>:
<script id='name' type='text/javascript' src='https://xx' integration='jscart-wizard'></script>
How can I do that?
Thank you in Advance