Webflow Ecommerce Detector
Check any public website to see whether it uses Webflow Ecommerce.
Public signal scan
Fast lookup
No signup required
Scan a website
Enter a URL and Stackcrawler will inspect public technology signals.
Websites using Webflow Ecommerce
Browse real website examples detected with Webflow Ecommerce.
View examplesMore E-commerce detectors
Compare related tools and identify the wider stack behind a website.
Browse detectorsWhat we check
Stackcrawler looks for public page markers, scripts, platform fingerprints, metadata, and other visible implementation clues.
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:
- Open the Page Source: Right-click on the webpage and select “View Page Source” or press
Ctrl+U(Windows) orCmd+Option+U(Mac) to open the page’s source code. - Search for Webflow-Specific Classes: Use
Ctrl+F(Windows) orCmd+F(Mac) to open the search function and look for the following Webflow-specific CSS classes:w-commerce-commercecartwrapper, orw-commerce-commerceaddtocartbutton. - 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>.