Skip to main content
App comparisons

Shopify Has No Native 'Recently Viewed Products' Feature — What Five Apps Actually Charge, and Which 'Free Plan' Isn't

Dawn and Horizon ship no 'recently viewed products' section, and Shopify's native recommendation engine runs on purchase history and description similarity, not browsing history. We compare five listed apps and find that both apps advertising a 'free plan' restrict it to staff, partner, or trial-plan stores — live stores pay from day one. Researched September 7, 2026.

AIEC App Lab AI Editorial TeamPublished Updated Read 9 min#App comparisons#Shopify blog operations

What you will learn

On this pageContentsCloseOpen

A shopper leaves a product page, browses a category, looks at something else, comes back — and has to search for that first item all over again. Anyone who has looked for the admin setting that adds an Amazon-style "recently viewed" shelf to a Shopify store has probably gone looking for it more than once.

The short answer: that setting does not exist. Neither Shopify's free themes nor Shopify's native recommendation engine keeps track of what a given browser has looked at and renders it back as a shelf.

The short version

  • Dawn and Horizon do not ship a native "Recently viewed" section. Adding one means writing code, porting an unofficial snippet published by a theme developer, or installing an app.
  • Shopify's native recommendation engine — the Product recommendations feature that ships with the Search & Discovery app — is built from purchase history, product description similarity, and related collections. It does not use an individual visitor's browsing history. It is a different feature from "recently viewed."
  • Building a recently-viewed shelf requires storing product IDs in the browser (typically localStorage) and re-hydrating them into product data through something like Shopify's Ajax Product Recommendations API. That is implementation work outside the native feature set.
  • Of the five apps compared, two display "free plan available." Both restrict that free tier to staff stores, partner stores, or trial-plan stores — a live, paying merchant store is billed from day one either way.
  • The other three apps carry no free plan at all, with entry pricing between $2.89 and $5.99 per month.

What Shopify does and does not ship natively

No native theme section

Shopify's own themes, Dawn and Horizon, ship sections for related products and "frequently bought together," but neither includes a native "recently viewed products" section. Shopify Community threads from Dawn merchants repeatedly ask how to add one, and the responses consistently assume the merchant will build a custom section rather than flip a setting. An independent developer has even published an unofficial snippet for Dawn specifically to fill this gap (recently-viewed-section-dawn on GitHub) — itself circumstantial evidence that the native feature set does not cover it.

The native recommendation engine isn't tracking views

The second point of confusion is Shopify's Search & Discovery product recommendations. According to Shopify's Help Center, these recommendations are generated from three signals:

  • Products commonly purchased together (purchase history)
  • Similarity between product descriptions
  • Related collections

In other words, it answers "what gets bought alongside this," not "what did this visitor look at." A recently-viewed shelf needs the latter, and the two are built from entirely different data. Merchants who install Search & Discovery expecting a recently-viewed shelf to appear are asking a feature to do something it was never built to do.

Why this sits outside the native feature set

A recently-viewed shelf is inherently a per-browser, per-visitor state — it has to remember what one specific device looked at. Shopify's native theme and API surface is built around store-side data: products, collections, orders. Writing to a visitor's localStorage or cookies and re-rendering that into product cards via an API call is theme-customization or app territory, not something the core platform exposes as a setting.

When an app is the reasonable choice

An app makes more sense than custom code when:

  • You want to configure this from the theme editor, not touch code
  • You want it to show up in multiple places at once — cart, homepage, collection pages
  • You run a multi-language or multi-currency store and want the display to adapt automatically
  • You want to avoid the shelf breaking every time the theme gets updated

If you run Dawn or Horizon and have someone who can edit theme files directly, the unofficial snippet or a hand-rolled section may cover it without an app.

Five apps, and two different "free"s

All pricing below was confirmed directly on the Shopify App Store listings on September 7, 2026, in USD.

AppDeveloperWhat "free" actually meansPaid entry pointRating (reviews)
Ultimate Recently ViewedUltimate Apps (France)Free only for Shopify Staff Stores and Partner Stores$4.99/month (5-day trial)4.4 (14)
JustViewed - Recently ProductsPrezen Apps (Ohio, US)Free only for test stores and trial-plan storesFrom $3.99/month (7-day trial)4.6 (38)
Talon Recently Viewed ItemsTalon Commerce (Washington, US)No free plan$5.99/month (14-day trial)5.0 (4)
UR: Recently Viewed ProductsUnReact Inc. (Fukuoka, Japan)No free plan$2.89/month or $28.99/year (16% off) (7-day trial)Unrated (0)
Recently Viewed | TraitartBolotov Olexii (Ukraine)No free plan$2.99/month or $29/year (19% off) (14-day trial)Unrated (0)

The pricing summary makes the two "free plan available" apps look like the obvious first choice. Open the plan details on either listing, though, and the picture changes.

Ultimate Recently Viewed

Listed since January 16, 2020, this is one of the longer-running apps in the category. Its "Free" plan lists exactly two conditions: "Free for Shopify Staff Stores" and "Free for Shopify Partner Stores." Nothing in the listing says a normal, live merchant store qualifies. In practice, a store actually selling to customers starts on the paid "Ultimate" plan ($4.99/month, 5-day trial). The feature set is a theme-matched responsive section that installs in seconds, with a listed Checkout integration. As of September 7, 2026 the app sits at 4.4 stars across 14 reviews; a recent low-rated review reports the app not matching the store's theme colors as advertised and a broken support contact link.

JustViewed - Recently Products

Listed since May 30, 2018, and the most-reviewed app in this comparison at 4.6 stars across 38 reviews. Its free tier is labeled "Free for Test stores & Trial Plan Stores" — the same restriction pattern as Ultimate Recently Viewed. Paid tiers are Basic ($3.99/month) and Advanced ($5.99/month, adds multi-language translation), both with a 7-day free trial. Customization options — homepage placement, add-to-cart button styling — are broader than most of the other four apps.

Talon Recently Viewed Items

Listed since July 13, 2016, making it the oldest app in this comparison. There is no free plan; it's a single $5.99/month plan with a 14-day trial. The listing explicitly states compatibility with both vintage themes and Online Store 2.0, and it can render on product, collection, and cart pages. As of September 7, 2026 it holds a 5.0 rating, but across only 4 reviews — too few to generalize from. The developer is based in Washington state.

UR: Recently Viewed Products

Listed starting May 21, 2025, from Fukuoka-based developer UnReact Inc. It supports 18 languages, including Japanese, and is priced at $2.89/month or $28.99/year (a 16% discount), with a 7-day free trial and no free plan. As of September 7, 2026 it has zero reviews. Its listed data access includes the store owner's name, email address, phone number, and physical address, plus read access to the Online Store theme.

Recently Viewed | Traitart

Listed starting September 2, 2025, the newest app in this comparison, from independent Ukraine-based developer Bolotov Olexii. Pricing is $2.99/month or $29/year (a 19% discount), with a 14-day trial and no free plan. As of September 7, 2026 it also has zero reviews. Listed features include responsive display across desktop, tablet, and mobile, and customizable widget colors.

How to choose

  • You just want to test it on a dev store — check whether your store actually qualifies as a Staff Store, Partner Store, or trial-plan store before assuming Ultimate Recently Viewed or JustViewed will be free. A live, paying store does not qualify.
  • You want proven review volume and multi-language support — JustViewed (4.6, 38 reviews), which also offers homepage placement and translation on its Advanced plan.
  • You want the lowest entry price and don't need an English-only UI — UR: Recently Viewed Products, the cheapest of the five at $2.89/month, though it has no review history yet.
  • You want the longest operating history — Talon Recently Viewed Items (since 2016) or Ultimate Recently Viewed (since 2020). Neither has a large review count, so verify behavior during the trial period.
  • You're comfortable with a newer app if the price is right — Recently Viewed | Traitart, which drops to $29/year on the annual plan.

Before you install

Start by asking whether someone on your team can edit theme files directly. Neither Dawn nor Horizon ships a native "recently viewed" section — only an unofficial, community-published code sample fills that gap today. If custom code isn't an option, open each app's plan details rather than trusting the pricing headline. Of the five apps compared here, none lets a normal, live store use the feature for free indefinitely.

It's also worth noting that because a recently-viewed shelf reads and writes data in the visitor's browser, it can fall under cookie-consent scope. Shopify's native cookie banner generally governs cookies Shopify itself sets; a third-party app's own localStorage or cookie usage may need separate review. Check each app's privacy policy for what it stores and where before installing.

Sources

RelatedBest Shopify Free Shipping Bar Apps in 2026 (Now That Hextom Is Gone): Native Announcement Bar vs. Dynamic Progress Bar Apps

Hextom: Free Shipping Bar is no longer available on the Shopify App Store. Here's what Shopify's native announcement bar can and can't do, and five real apps that fill the gap in 2026.