UK Digital Compliance for E-commerce Websites
Table of Contents
UK digital compliance for e-commerce websites is no longer a document you hand to a solicitor after launch. It is a set of technical standards that belong in the build itself, decided before a single product goes live. Get it wrong, and the fallout runs from ICO fines and trading standards investigations to lost customer trust and weaker search rankings.
For SMEs across Northern Ireland, Ireland, and the UK, the rules have moved on quickly. The Digital Markets, Competition and Consumers Act 2024 brought in new duties on fake reviews and drip pricing. Accessibility standards now carry legal weight. ICO action against smaller firms has picked up. Most guides ranking for this topic have not caught up, so this article covers what your developer, designer, and marketing team each need to get right, services covered by our digital strategy support.
Compliance Belongs in the Build, Not the Legal Review
Most e-commerce compliance failures start the same way: legal requirements get bolted on after the site is finished. A privacy policy copied from a template. A cookie banner added as an afterthought. A returns policy buried in the footer that does not meet the wording the Consumer Contracts Regulations demand. The site looks fine until someone actually audits it.
“The businesses we see struggling with compliance audits are almost always those that treated it as a legal task rather than a development task,” says Ciaran Connolly, founder of ProfileTree. “When compliance is built into the wireframe, the cookie architecture, and the checkout flow from day one, it stops being a cost and starts being a feature.”
In practice, that means your developer understands privacy-by-default, your designer knows the WCAG 2.2 contrast ratios, and your CMS collects only the data you can justify keeping. That build-first approach is what our web development services are built around, and it is increasingly the standard the ICO and the courts measure sites against.
Mandatory Disclosures Your Website Must Show
Before GDPR or accessibility, compliance starts with basic legal disclosure. These are minimum requirements under the Electronic Commerce (EC Directive) Regulations 2002 and the Companies Act 2006, not optional extras. A limited company must display its full registered name, Companies House number, registered office address, and VAT number where registered. Sole traders and partnerships still need a physical contact address, and a PO box will not do.
| Required Item | Legal Basis | Where it Must Appear |
|---|---|---|
| Registered company name | Companies Act 2006 | Footer, T&Cs, invoices |
| Companies House number | Companies Act 2006 | Footer, T&Cs |
| Registered office address | E-Commerce Regs 2002 | Footer, Contact page |
| VAT number (if registered) | VAT Regulations 1995 | Footer, invoices |
| Email address | E-Commerce Regs 2002 | Footer, Contact page |
| ICO registration number | UK GDPR | Privacy Policy |
Prices shown to consumers must include VAT. Displaying ex-VAT prices to retail buyers and adding tax at the till breaches the Consumer Protection from Unfair Trading Regulations 2008. Since 6 April 2025, the DMCC Act has gone further on drip pricing: the total price, including every mandatory fee, must be clear the first time a product is advertised, not revealed only at final checkout.
Data Protection and GDPR Consent
UK GDPR is the most technically demanding part of e-commerce compliance, and the most likely to trigger a fine if handled badly. The higher tier reaches £17.5 million or 4% of global annual turnover, with a standard tier of £8.7 million or 2%. The Data (Use and Access) Act 2025 did not change those ceilings, but from 5 February 2026 it raised the maximum penalty for cookie and electronic marketing breaches under PECR from £500,000 to those same GDPR levels. Getting your cookie setup wrong now carries real financial risk.
The most common failure is not a missing cookie banner. It is a banner that fires non-essential scripts before consent is given. If analytics or advertising tags load on arrival, the site is non-compliant whatever the cookie policy says. A properly built mechanism blocks all non-essential scripts at the tag manager or server level until consent is recorded, which is a job for your developer, not your solicitor. The same care applies to GDPR-compliant web forms that collect customer details.
| Cookie Type | Examples | Default State | Consent Required |
|---|---|---|---|
| Essential | Session, cart | On | No |
| Analytical | Google Analytics | Off | Yes |
| Marketing | Meta Pixel, Google Ads | Off | Yes |
| Preference | Language, currency | Off | Yes (recommended) |
Data minimisation matters too. Collect only what an order genuinely needs; a general clothing retailer asking for a date of birth is hard to defend. Your privacy notice must state how long you keep customer data, and your CMS or CRM has to actually delete it on schedule. An automated deletion workflow is straightforward to build, yet it is often missing. Sound e-commerce data privacy also means giving customers a clear route to exercise their data rights, and treating data protection as a standing operational task rather than a launch-day tick box.
The DMCC Act 2024 and What Has Changed
The Digital Markets, Competition and Consumers Act 2024 is the biggest shift in UK e-commerce compliance in over a decade, and the part most competing guides skip. What matters is knowing which provisions already bite and which are still coming.
Two rules are in force from 6 April 2025. Drip pricing is banned: showing a headline price and adding mandatory platform, service, or booking fees later in checkout is now a breach, and the total must appear the first time the product is presented. Fake reviews are prohibited too. Sites must not commission or submit fake reviews, and must take reasonable steps to stop them appearing, so review requests should go only to verified purchasers and negative reviews should not be suppressed. The CMA now enforces directly and can fine up to 10% of global annual turnover without going to court, which is why these sit alongside wider digital marketing law in any pre-launch review.
The subscription contract regime is not yet live. It was expected in autumn 2026, but the government’s April 2026 announcement pushed commencement to Spring 2027 at the earliest, pending secondary legislation. When it lands, sellers will need a clear pre-contract summary, reminders before free trials convert and before annual renewals, and a cancellation route that works online for contracts entered into online. That gives development teams time to audit subscription flows now rather than scramble later.
Accessibility (WCAG 2.2) as a Legal Duty
Accessibility is the most overlooked area of e-commerce compliance, and the one competitors ranking for this topic barely mention. The Equality Act 2010 requires online businesses to make reasonable adjustments, so disabled customers can use their services. WCAG 2.2, published on 5 October 2023, is the current technical standard.
For a shop, the requirements that carry the most commercial weight are keyboard navigation through the full checkout, a minimum 4.5:1 contrast ratio for body text, text alternatives for every product image, and form fields with clear labels and error messages that do not rely on colour alone. Building this in early is far cheaper than retrofitting it. It also helps search performance, because screen readers and crawlers both depend on semantic HTML, descriptive alt text, and a logical heading structure. Techniques such as sensible use of web accessibility attributes support both, and the same accessibility compliance principles apply across every regulated sector.
Payment Security in the Checkout
Any site that processes, stores, or transmits cardholder data must meet the Payment Card Industry Data Security Standard, currently PCI DSS v4.0.1. There is no direct government fine for non-compliance, but card processors can impose penalties and withdraw processing, which is commercially fatal.
For most SMEs, the safest route is a gateway that keeps card data off your server entirely. Stripe, PayPal, and Worldpay all offer hosted pages or iframe integrations that reduce your PCI DSS scope to the lowest level, SAQ A. Posting card data to your own server first pushes you into far heavier obligations, including quarterly scans and annual penetration testing. On top of that, Strong Customer Authentication under the Payment Services Regulations 2017 has required two-factor checks via 3D Secure 2.0 for most UK card transactions since 14 March 2022, so your gateway and checkout both need to support it correctly. Treat online payment security as part of the build spec, not a plugin choice made at the end.
Consumer Rights, Returns, and the Windsor Framework
The Consumer Rights Act 2015 and the Consumer Contracts Regulations 2013 set the core of UK consumer protection online. Pre-contract information must be clear and prominent before checkout, customers have 14 days to cancel most online purchases without a reason, and refunds must be issued within 14 days of goods being returned. Your terms must reflect the exceptions accurately, including personalised or bespoke goods, perishables, sealed hygiene items once opened, and digital content the customer has agreed to download immediately.
Location adds a layer for Northern Ireland sellers. Under the Windsor Framework, goods moving from Great Britain to Northern Ireland for sale to consumers follow UK rules, while goods entering the EU single market follow EU rules, and UKCA and CE marking obligations differ by destination. If your Belfast shop ships physical products across the Irish border, your product compliance is more complex than a UK-only guide will cover, and current HMRC guidance should be your reference point. The same care over jurisdiction shows up in cross-border advertising, where US advertising laws can apply to campaigns aimed at American buyers.
A Build-Stage Compliance Checklist
The table below maps each requirement to the project stage where it should be handled.
| Stage | Requirement | Legal Basis |
|---|---|---|
| Design | WCAG 2.2 contrast and keyboard navigation | Equality Act 2010 |
| Design | Cookie consent that blocks before consent | UK GDPR / PECR |
| Development | Footer disclosures: name, number, address | Companies Act 2006 |
| Development | VAT-inclusive pricing throughout | Consumer Protection Regs 2008 |
| Development | Total price upfront in listings and ads | DMCC Act 2024 (in force) |
| Development | Data minimisation in registration forms | UK GDPR |
| Development | PCI DSS v4.0.1 SAQ A hosted checkout | PCI DSS v4.0.1 |
| Development | 3D Secure 2.0 / SCA integration | Payment Services Regs 2017 |
| Pre-launch | Privacy Policy with ICO number | UK GDPR |
| Pre-launch | Plain-language returns policy | Consumer Contracts Regs 2013 |
| Pre-launch | Verified review collection process | DMCC Act 2024 (in force) |
| Ongoing | Data retention and deletion workflows | UK GDPR |
| Ongoing | Subscription reminders (prepare now) | DMCC Act 2024 (Spring 2027) |
FAQs
Short answers to the questions SME owners ask most about building a compliant UK online shop. For anything specific to your business, check current ICO, CMA, and HMRC guidance.
What happens if my UK e-commerce site is not GDPR compliant?
The ICO can fine up to £17.5 million or 4% of global annual turnover for serious breaches. More often for SMEs, it issues an enforcement notice requiring specific fixes, though it now investigates smaller firms more readily.
Do I need a cookie banner if I only use basic analytics?
Yes. Google Analytics cookies are analytical, not essential, so they need explicit consent before firing. Only strictly necessary cookies, such as session and cart, can load without it.
What contact details must my site legally display?
At minimum, a valid email, a physical address (not a PO box), your registered company name and number, and your VAT number if registered. A phone number is not strictly required but is strongly recommended.
How does the DMCC Act affect my subscription checkout?
The subscription rules are not yet in force and are not expected before Spring 2027. The drip pricing and fake review rules, however, already apply from 6 April 2025.