Hello,
I'm using a Non-Sequential HTML Javascript/Third Party tag, where I'm using the following script to pass data to a 3rd party tag.
<script>x = _satellite.getVar('Sub-Total');</script>
The problem that I have is that no data is passed to "x".
I have also tried the following:
<script>var x = $('td[data-hook="order_item_total"]').text().substring(1);</script>
In this case I'm getting $ is undefined. Note, both methods work when I test it in the Javascript console and if I use a Non-Sequential Javascript tag. What do I need to add to make either of these work? Your help is greatly appreciated.
Thanks,
Ridder