The Optimonk app can be used as-is when the “Use theme header/footer” feature is enabled for a page:
When the “Use theme header/footer” feature is disabled for the page, then only the main functionality of the Optimonk app will work.
In order to have the “Visitors with specific cart content” option of Optimonk's app workable on the page you need to include a jQuery library into the page.zipifypages.liquid file following these steps:
Go to Online Store > Themes > Actions > Edit Code
Find the
page.zipifypages.liquid
file and click it to open it.Copy and paste this jQuery code:
{{ '//ajax.googleapis.com/ajax/libs/jquery/2.2.3/jquery.min.js' | script_tag }}
into this file right before closing </body>
tag like it’s shown here and Save the page.zipifypages.liquid file: