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>
.