Click here to see a Thank You Page
Script to insert
Grab our script from the theme file called tabarnapp_cm.liquid and put it in Shopify Admin > Settings > Checkout > Additional Scripts.
Floating widget
Doing the step above should display a floating icon widget, same as what's displayed in your store.
Inside page
You can also insert the deals widget inside the thank you page, using:
<div id="tbrnp_cm_in_theme"></div>
Deal button
You can implement a button/link as well, using:
<a href='#' class='tbrnp_mdl btn' style='display:none; margin-top: 20px;'> <span class='tbrnp_no_promotion'> Click here for more deals </span> <span class='tbrnp_promotion_active'> New Deals Available!</span> </a>
Note: you can edit the text for "Deals" and "New Deals" above.