Skip to content

Instantly share code, notes, and snippets.

@rynaldos-zz
Created May 17, 2016 10:46
Show Gist options
  • Save rynaldos-zz/9b70925415d1295a94239d15f797a5a5 to your computer and use it in GitHub Desktop.
Save rynaldos-zz/9b70925415d1295a94239d15f797a5a5 to your computer and use it in GitHub Desktop.
Thankyou Page (Pricerunner code)
add_action( 'woocommerce_thankyou', 'my_custom_code' );
function my_custom_code() {
?>
<!-- My Custom Code -->
<script src ="https://research.pricerunner.com/cgi-bin/quest/cssi.js?quest=102&client=CID"></script><a href="#" onclick="launchCSS()">Skriv in den text ni vill visa för länken här</a>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment