Hide from Pages
You can hide Hotdeals from specific pages with help of some custom coding.
To hide Hotdeals, just add the Hotdeals-skippage class value to the body tag
<html>
<body class="photolock-skippage"> </body>
</html>
If you are using a templating language like Shopify's Liquid, you can wrap the Hotdeals code into a conditional.
{% if template contains 'index' %}
{% render 'Hotdeals' %}
{% endif %}