• Home
  • Docs
    • User Manual
    • Magento 2 Manual
  • APIs
  • Back to Wizzy
  • Support
  • Home
  • Docs
    • User Manual
    • Magento 2 Manual
  • APIs
  • Back to Wizzy
  • Support
home/Knowledge Base/Shopify Manual/Troubleshooting

Elements to Click on Search

15 views 0 February 27, 2023 March 2, 2023 naiteek

If you want to click on some DOM on search, go to the console in the inspect element and look for the particular command. The code in wizzyCustom.js may look something like this.

window.onWizzyLoaded.push(function () {
  window.wizzyConfig.events.registerEvent(
      window.wizzyConfig.events.allowedEvents.BEFORE_INIT,
      function (payload) {
        payload.common.lazyDOMConfig.identifiersToClickOnSearch.push("#icon-search")
        return payload;
      }
    );
  );
});

Was this helpful?

Yes  No
Related Articles
  • Search/Autocomplete is not working
  • Elements to Hide on Search
Leave A Comment Cancel reply

Troubleshooting
  • Elements to Click on Search
  • Search/Autocomplete is not working
  • Elements to Hide on Search
Categories
  • Magento 2 Manual
    • Advanced Setup
    • Autocomplete Menu
    • Catalog Index Configuration
    • Search UI Customisation
    • Setup
  • Shopify Manual
    • Advance Setup
    • Attribute Configuration
    • Autocomplete Configuration
    • Catalog Index Configuration
    • Search Result Page Configuration
    • Setup
    • Troubleshooting
  • User Manual
    • Account
    • Analytics
    • Billing
    • Currencies
    • Developers
    • Stores
    • Synonyms
  • team@wizzy.ai
  • +91-9106141411
  • © 2023 Wizzy Softech Pvt. Ltd. All Rights Reserved