PrestaShop Detector
Check any public website to see whether it uses PrestaShop.
Public signal scan
Fast lookup
No signup required
Scan a website
Enter a URL and Stackcrawler will inspect public technology signals.
Websites using PrestaShop
Browse real website examples detected with PrestaShop.
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 PrestaShop by looking at the source code?
Detecting whether a website is powered by PrestaShop involves examining the page’s source code for specific indicators unique to PrestaShop.
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
var prestashopin JavaScript: UseCtrl+F(Windows) orCmd+F(Mac) to open the search function and look for the keywordvar prestashop. This JavaScript variable is commonly used in PrestaShop for storing configurations and translations. - Look for PrestaShop-specific meta tags: Search for meta tags that are unique to PrestaShop. For example:
<meta name="generator" content="PrestaShop">. - Check for PrestaShop Directories in URLs: PrestaShop has specific directory structures. Look for references to
/themes/,/modules/, or/js/in the URLs of stylesheets and scripts.
Learn more about PrestaShop with these articles
With our tool, you can find out what PrestaShop theme a website is using. You can also learn how to check the source code for PrestaShop clues.
Christoffer Pettersen