This applies to only pop-up type


By default pop-up can trigger on any page to make sure validation is a first thing that happens when customer visit your store.


There might be case where you would like to hide pop-up. Ex. Some merchants might not want to validate customers when they are on returns page.


App allows specifying such paths through app settings. Visit Global Settings and under Advanced Settings you would find an option to specify your page paths.



Important things to remember:


  • Paths must be separated by comma (,) and must start with backslash (/)
  • Match would be case insensitive match.
  • We do support partial wild card matches and you can find more info below.


Tips:


If you would like to hide pop-up on home page & cart page then specify


/, /cart


If you would like to hide pop-up on cart page & collections page then specify


/cart, /collections


If you would like to hide pop-up on all blogs


/blogs/*


WildcardMatch
Won't match
/collection
/collection
/collection/new-product
/collection/*
/collection/new-product
/collection
/blogs
/blogs
/blogs/how-to
/blogs/*
/blogs/how-to
/blogs
/blogs/*/new
Not supported
Not supported
/tools-*
Not supported
Not supported