Every January brings a wave of "e-commerce trends" articles, most recycled from the year before with the dates swapped. This one tries to be useful instead: a grounded look at what is actually shifting heading into 2028, and — the part those listicles skip — what each shift means for the back office of a real PrestaShop store. We run shops ourselves, so the test for every "trend" below is simple: does it change a setting, a module, or a number you actually manage? If it doesn't, it's noise. This is the 2028 entry in our annual series; for the previous year's calls see our 2027 outlook, and for an honest scorecard of where past predictions missed, the ones we got wrong.

How to read a trends article without wasting a year

A trend only matters to you if it maps to an action you can take from your back office. So for each shift below we've separated the signal (what is genuinely changing) from the so-what (the specific PrestaShop lever it touches). Nothing here is a cross-platform platitude — if a point can't be tied to a configuration value, a controller, a hook, or a database table you own, it didn't make the list.

2028 shiftMaturityWhat it touches in PrestaShop
First-party data & cookieless trackingActing on it nowCustomer accounts, GDPR consent, server-side analytics
Privacy / consent enforcementActing on it nowps_emailsubscription, CMS legal pages, consent gating
Mobile-default checkoutAlready the baselineCheckout flow, wallet payment modules, theme breakpoints
Sustainability as table-stakesEmerging expectationCarrier config, packaging/weight fields, product attributes
B2B inside B2C storesSteady growthCustomer groups, specific prices, quote workflow
Social commerce as discoveryChannel, not platformProduct feeds, UTM tracking, owned-store funnel

First-party data is now the asset — PrestaShop already collects it

Privacy restrictions and consent loss have weakened browser-based attribution and retargeting, especially outside Chrome. The stores coping best aren't buying smarter ads — they're leaning on data they collect directly. The good news: a PrestaShop store is already a first-party data machine, you're just probably not using what it stores.

  • Customer accounts and order history live in ps_customer and ps_orders — registered buyers become usable marketing contacts only where you have valid consent or another lawful basis, and opt-outs are respected, but it's a base you own rather than a rented audience.
  • Newsletter consent sits in ps_emailsubscription and the newsletter flag on the customer record. The newsletter checkbox itself comes from the ps_emailsubscription module (configured from its module settings), while Shop Parameters → Customer Settings governs related options such as B2B mode and which account fields are required; under Customers → Customers you can filter and export customers with newsletter opt-in (the Export button on the list toolbar produces a CSV), and combine that with guest subscriptions from the newsletter module as needed for your email tool.
  • Zero-party data — preferences a customer volunteers — has no native home, but registration fields, a survey block, or product attributes let you capture it cleanly.

So what? The practical 2028 move is to stop treating account creation as a checkout obstacle and start treating it as your most durable marketing asset — then actually mail the list you're allowed to mail. What that list is worth, and how to value a repeat buyer against a one-off, is its own discipline: see customer lifetime value, and to act on it differently per segment rather than blasting everyone, customer segmentation.

The reliability problem with browser-based analytics — ad-blockers, Safari's ITP, consent banners that legitimately strip the tag — pushes serious stores toward server-side tracking, where events fire from your server rather than the visitor's browser. On PrestaShop this is largely a Google Tag / GA4 configuration exercise plus a consent layer, not a core change. The non-negotiable part for 2028 is the consent layer itself: your CMS legal pages (managed under Design → Pages, served by the CMS controller) and a working consent mechanism are now a compliance baseline, not a nice-to-have. Contextual advertising — targeting by page content instead of a user profile — is the other half of the cookieless answer, and it costs you nothing in the back office because it shifts the work to where you place ads.

AI: useful, but it's not the headline you think

"AI" is the trend every 2028 listicle leads with, so it's worth being precise: for a store owner it's a set of time-savers — draft product descriptions, send-time and subject-line optimisation, a first-line support chatbot — not an autonomous shopkeeper. Because this is the single most over-promised area in e-commerce right now, we gave it a full, honest treatment of its own rather than a hype paragraph here: read what actually works today vs what is just hype before you spend a euro on anything labelled "AI-powered."

Mobile is the baseline, not a trend

Calling mobile commerce a "2028 trend" is like calling electricity a trend — the majority of store traffic in most European markets is already on a phone. The thing that still moves the needle is the mobile checkout, where a clumsy layout, the wrong input types, or a missing wallet option quietly costs you completed orders. In PrestaShop terms that means auditing the order controller flow on a real device, confirming your theme's checkout breakpoints behave, and offering Apple Pay / Google Pay so a returning customer can pay with a fingerprint instead of typing a card. The evolving piece worth watching is PWA-style installable storefronts and push notifications, but the boring fundamentals out-earn it: a checkout that doesn't fight the customer beats any novelty. The wider science of trimming that checkout is its own topic, not a trend — and where it overlaps the growth path of a store scaling order volume, see scaling your PrestaShop store.

Sustainability: from marketing checkbox to operational expectation

Sustainability has stopped being a differentiator and become an expectation, especially among younger European buyers — and the definition is getting specific enough that vague claims now read as greenwashing. The encouraging part for a store owner is that the credible moves are also cost reductions, and several map straight onto PrestaShop configuration:

  • Right-sized packaging. Oversized boxes annoy customers and inflate dimensional shipping cost. PrestaShop holds per-product width / height / depth and weight (the Shipping tab on a product, stored on ps_product); accurate values let real-time carrier rates and packing decisions reflect a smaller box instead of defaulting to your worst case.
  • Carbon-offset and consolidated shipping. Offer carrier services or modules that support carbon offsets or consolidated delivery, then expose them through Shipping → Carriers. Offering a consolidated-delivery option for multi-item orders is both a sustainability and a margin win.
  • Durability and supply-chain transparency. "Where and how was this made?" is a question more buyers ask. Product features/attributes and an honest About Us page are where you answer it credibly rather than slapping an "eco" badge on the homepage.

So what? Don't buy a "sustainability module." Fill in the weight and dimension fields you've been leaving at zero, pick a sensible carrier mix, and tell the truth on your product and About pages. That's the whole 2028 sustainability play for a small store, and it lowers your shipping bill while you're at it.

B2B features creeping into ordinary B2C stores

B2B e-commerce has outpaced B2C growth for several years because business buyers now expect a consumer-grade purchasing experience. The under-noticed angle for 2028: you don't need a dedicated B2B platform to capture this — PrestaShop's native primitives already cover the essentials, and turning them on can unlock a customer type you're currently turning away.

  • Customer-specific pricing and catalogues via Shop Parameters → Customer Settings → Groups plus Specific Prices on a product — a "Wholesale" group can see different prices, and its Price display method can be set to tax-excluded so that group sees ex-VAT pricing.
  • Net payment terms (pay on invoice within 30/60/90 days) handled with a restricted bank-wire / on-account payment method limited to your trusted-buyer group.
  • Quote-request and bulk-order workflows — the one genuine gap in core, and where a purpose-built module earns its place rather than bolting on a generic CRM.

If even a slice of your orders comes from other businesses, switching these on is often a faster revenue lever than chasing new consumer traffic. Whether to do it yourself or hand it off is a staffing question covered in what to delegate and what to keep in-house.

Social commerce: a discovery channel, not a home

Selling directly inside Instagram, TikTok Shop or Facebook keeps growing, and the temptation is to treat it as a primary sales channel. The structural risk hasn't changed: on a social platform you don't own the customer relationship — you can't reliably email or re-engage them, and an algorithm change can shrink your reach overnight, exactly as merchants learned when organic Facebook reach collapsed. The durable approach is to use social as a discovery layer that feeds your owned store. In PrestaShop that means publishing a clean product feed for the platforms' shopping surfaces, tagging the inbound traffic with UTM parameters so you can see what each channel actually returns, and designing the landing experience so a social visitor becomes a ps_customer record you can market to forever. Your PrestaShop catalogue is an asset you own; a social following is an audience you rent.

What to actually do in 2028

Skip the urge to adopt every trend. The list that pays off is short, and every item is something you set from your own back office:

  • Make account creation feel like a benefit, not a tollbooth — then mail the opted-in list in ps_emailsubscription. First-party data is the asset of the cookieless era.
  • Fix the mobile checkout specifically, test on a real phone, and offer wallet payments.
  • Invest in page speed — Core Web Vitals is a ranking and a conversion factor, and a fast store is the one trend that never reverses.
  • Use AI only where it returns real hours, with the honesty filter from the AI breakdown.
  • Fill in your product weights and dimensions and rationalise carriers — the practical face of sustainability.
  • Turn on the B2B primitives (groups, specific prices, on-account terms) if any of your buyers are businesses.
  • Treat social as a feeder into your owned store, never as the store itself.

Where genuinely relevant, our own modules sit on the technical side of these moves — faster page loads, cleaner checkout flows, better catalogue control — but the point of a trends piece isn't to sell you software. Trends rotate; the fundamentals don't. Great products, fast delivery, support that answers, and a store that loads quickly and gets out of the buyer's way will still be the whole game in 2028. Adopt a new tool when it proves its worth in your numbers, ignore it until then — and if you want to look further ahead, our 2029 outlook and the 2030 decade-in-review continue the series.

Tags: PrestaShop SEO
Share this post:
David Miller

David Miller

Over a decade of hands-on PrestaShop expertise. David builds high-performance e-commerce modules focused on SEO, checkout optimization, and store management. Passionate about clean code and measurable results.

Enjoyed this article?

Get our latest tips, guides and module updates delivered to your inbox.

Comments

No comments yet. Be the first!

Be the first to ask a question or share useful feedback.

Loading...
Back to top