Webflow Ecommerce detector

Webflow Ecommerce logo

How can you detect if a website is using Webflow Ecommerce by looking at the source code?

Detecting if a website is using Webflow Ecommerce involves examining the page source to find specific markers unique to Webflow’s Ecommerce platform.

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

  1. Open the Page Source: Right-click 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 Webflow-Specific Classes: Use Ctrl+F (Windows) or Cmd+F (Mac) to open the search function and look for the following Webflow-specific CSS classes: w-commerce-commercecartwrapper, or w-commerce-commerceaddtocartbutton.
  3. Look for Webflow Ecommerce Scripts: Webflow includes specific scripts for Ecommerce functionalities. Search for: <script src="https://assets-global.website-files.com/.../webflow.ecommerce.js"></script>.