Ecwid detector

Ecwid logo

How to detect if a website is using Ecwid by examining the source code?

Detecting whether a website is using Ecwid involves looking for specific markers and code snippets that are characteristic of Ecwid’s platform.

Here’s a step-by-step guide on how to do it:

  1. Open the Page Source: Right-click anywhere on the webpage and select “View Page Source” or press Ctrl+U (Windows) or Cmd+Option+U (Mac) to open the page’s source code.
  2. Search for ecwid_body class: Use Ctrl+F (Windows) or Cmd+F (Mac) to open the search function. Type ecwid_body and look for it in the source code <body class="ecwid_body">. The presence of ecwid_body in the <body> tag indicates that the site is using Ecwid.
  3. Look for Ecwid JavaScript Objects: Search for window.Ecwid in the source code <script type="text/javascript"> window.Ecwid = window.Ecwid || {}; </script>. The window.Ecwid object is a global JavaScript object used by Ecwid.