Smart Product Filter & Search

Show on collection page, search page

1

Theme editor

  • In admin shopify

  • Go to Online store -> theme

  • Click to edit code

2

Add code integrate

  • In theme editor -> Find theme.liquild

  • Copy code script bellow and add before </body>

<script>
  window.addEventListener('globoFilterRenderCompleted', function () {
    if(typeof globoswatch !='undefined'){
        globoswatch.init();
     }
   });
</script>
3

Example


Troubleshooting

  • If app not work on collection page with Smart Product Filter & Search, please contact us.

  • For further assistance, contact us via [email protected]

Last updated