Adding Convermax test search results page
Here is how you can add the Convermax test search results page.
Create a new page with the following content:
<!-- Convermax Site Search --><div id="cm_results"></div>
<script> (function () { window.addEventListener( 'load', function () { var s = document.createElement('script'); s.async = true; s.src = 'https://YOUR_STORE_ID.myconvermax.com/static/search.min.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); }, false, ); })();</script>