SvelteKit Commerce is an open-source, customizable ecommerce template built with SvelteKit, Tailwind CSS, and Shopify.
This template includes read-only Shopify credentials by default, but you can add the following environment variables to make it your own:
VITE_SHOPIFY_API_ENDPOINT
VITE_SHOPIFY_STOREFRONT_API_TOKEN
pnpm install
: Install dependenciespnpm dev
: Start development serverpnpm build
: Create a production build of the apppnpm preview
: Preview the production build
You can implement cookie consent on your website in just 3 simple steps.
Sign up on CookieYes for free Choose your cookie consent banner layout Copy the cookie banner code and paste it to your website
Guide: How to add a cookie banner on website
Cookie consent is the legal requirement to obtain consent from website visitors before setting cookies on their devices. Consent is collected via a cookie banner that enables visitors to accept or decline cookies on the website.
Privacy regulations like the GDPR in the EU and UK, LGPD in Brazil, POPIA in South Africa and similar laws around the world require businesses to get consent for collecting a user’s personal data. As cookies and trackers can store personal data and be used to identify an individual, they are considered part of personal data.