Changelog — Relevate

Changelog

Track every update, new feature, and improvement we ship to Relevate.

v3.0.11May 15, 2026
  • FixedSubtotal “You save” line now also counts compare-at savings, not just Shopify line-level discounts. Was hidden whenever the only savings source was the variant's compare-at price (same root cause as the strikethrough fix in v3.0.9 — cart.js doesn't reflect compare-at inoriginal_line_price)
v3.0.10May 15, 2026
  • ImprovedTriggered Rewards — product fields (trigger product and upsell product) now use a searchable product picker backed by the live Shopify catalog. No more typing cryptic URL handles by hand
  • FixedTriggered Rewards stored richer product data (productId, variantId, title, image, price) so the storefront can render proper upsell cards and PRODUCT_IN_CART matching works as intended (previously the trigger check looked up productId but the builder only saved a handle — so the rule never matched)
  • FixedUPSELL_OFFER reward cards now render product image, price, and a working “Add” button that adds the upsell product to cart. Previously the button was hardcoded to add variant id 0 (i.e. did nothing). Legacy rules saved without a variantId fall back to fetching it from the product handle
v3.0.9May 15, 2026
  • FixedStrikethrough now reliably reads compare-at price even when Shopify cart.js omits the compare_at_pricefield on line items. After each cart fetch we hydrate compare-at values from /products/{handle}.jsand cache per variant, so the original price always shows crossed out when one exists
v3.0.8May 15, 2026
  • RemovedSidebar item “Tiered rewards” — was a literal duplicate of the PROGRESS_BAR widget settings (same component, same data). Manage tiers by clicking the PROGRESS_BAR widget
  • ImprovedTriggered Rewards manager is now inline in the builder sidebar — full CRUD (add/edit/delete rules) without leaving the cart builder. Previously this was a shortcut to a separate page that didn't open correctly from inside the embedded admin
  • RemovedStandalone route /app/smart-cart/triggers(no longer needed)
v3.0.7May 15, 2026
  • FixedStrikethrough price now uses the LARGEST of compare-at × quantity and Shopify line-level original. When both apply, customers see the deepest possible savings instead of only one source winning
v3.0.6May 15, 2026
  • RemovedDead checkbox “Show savings below product prices” from Cart Settings → Cart Behaviour (was never wired up to the storefront)
  • ImprovedStrikethrough prices toggle moved from Cart Settings to CART_ITEMS widget (where it belongs — it only affects cart items). Old setting still respected as fallback for existing configs
  • FixedStrikethrough prices now also detect Shopify compare-at prices, not just line-level discounts — previously products with a regular compare-at price never showed the original price crossed out
v3.0.5May 15, 2026
  • ImprovedText overrides added in v3.0.1–v3.0.3 are now also editable directly inside the corresponding widget panels (not just in Edit Copy) — same dual-source pattern as existing fields like Recs title and Checkout button text. Edit Copy still wins as override
  • ImprovedRECOMMENDATIONS settings — new “Add button text” field
  • ImprovedUPSELL_PRODUCTS settings — new “Add button text” field
  • ImprovedPROGRESS_BAR settings — new “All rewards unlocked message” field
  • ImprovedCART_ITEMS settings — new “Quantity label” field for the “Qty:” prefix
v3.0.4May 15, 2026
  • AddedNew “Header vertical padding” slider in Cart Settings → Header (range 4–28px). Lets you shrink the cart drawer header — especially helpful on mobile where the default 16px vertical padding takes too much space
v3.0.3May 15, 2026
  • AddedEdit Copy — new “Add button text” field for the Recommendations carousel (was previously hardcoded as “Add”)
v3.0.2May 15, 2026
  • ImprovedProgress bar is now much more compact (BCW-inspired) — smaller icons, tighter padding, smaller fonts, saving around 30% of vertical space in the drawer
  • ImprovedSticky-bottom widgets are now visually unified as one block — shared background, no doubled borders, single subtle divider between widgets, soft top shadow on the whole sticky area
  • AddedEdit Copy — new “Cart item quantity label” field for translating the “Qty:” prefix on free/locked reward items
v3.0.1May 15, 2026
  • FixedCart no longer auto-opens on page load when the theme runs background /cart/update calls — drawer only opens after an explicit /cart/add
  • FixedSubtotal label translation now applies even when the SUBTOTAL widget is not in the layout (applied globally from Edit Copy)
  • FixedCart drawer and overlay z-index bumped to max so other page elements no longer appear above the cart
  • ImprovedSticky-bottom widgets now stack tightly together (shared background, no gap, single divider) instead of looking like separate floating blocks
  • AddedEdit Copy — new fields for “Add” button text on reward offers (PAID_UPSELL) and upsell products, plus upsell section title
  • AddedEdit Copy — new “All rewards unlocked” message field (was previously hardcoded in English)
v3.0.0April 9, 2026
  • AddedComplete builder redesign — professional sidebar navigation with all widgets visible from the start, full-height live preview panel, and compact toolbar
  • AddedCustom template editor per widget section with dark-themed code editor, Full/Skeleton tabs, active/inactive toggle, and real default templates from the storefront code
  • AddedTiered Rewards and Triggered Rewards as dedicated sidebar sections for managing reward tiers and conditional offers
  • AddedSettings panel with tabs — Cart Settings, Edit Copy, Custom HTML, and Custom CSS in one organized view
  • AddedEnable/Disable toggle in every widget panel header for quick activation without leaving the settings view
  • ImprovedDesign panel — cart accent color, subtotal text color, subtitle line, continue shopping button, cart width slider that updates preview in real-time
  • ImprovedAnnouncement widget — position (before/after products), timer duration, font size slider, border color, height options
  • ImprovedToolbar shows cart version name with live/draft badge, rename button, and status indicator
  • ImprovedEdit Copy now organized by section (Body, Footer, Recommendations, Discount codes, Order notes) with{{total}} and {{amount}} template variables
  • ImprovedPreview uses real smart-cart.css from the storefront extension for pixel-accurate rendering
v1.9.0April 8, 2026
  • ImprovedAnnouncements now support multiple messages with auto-rotation (separate with |), configurable speed, height, and countdown timer
  • AddedHeader customization — font size, weight, text style (uppercase/normal), and close button position (left/right)
  • AddedPayment method icons in Trust Badges (Visa, Mastercard, Amex, PayPal, Apple Pay, Google Pay, Shop Pay, Klarna)
  • AddedGlobal Button Settings — custom color, text color, hover color, and corner radius for all cart buttons
  • AddedProduct reviews toggle for Recommendations and Upsell widgets (stars display placeholder)
v1.8.0April 8, 2026
  • AddedDiscount Codes widget — customers can apply discount codes directly in the cart drawer
  • AddedOrder Notes widget — customers can add special instructions with auto-save to cart
  • ImprovedSubtotal widget now shows strikethrough original price and savings line when discounts are applied
v1.7.0April 8, 2026
  • AddedCart Versioning — create, clone, publish, and schedule multiple cart designs from a dedicated management page
  • AddedScheduled carts — set start and end dates for automatic activation (e.g., holiday sales, promotions)
  • AddedCart preview by version — preview any cart draft on your live store before publishing
  • ImprovedBuilder now shows which cart version you're editing in the page title
v1.6.0April 8, 2026
  • ImprovedCompletely rebuilt Cart Builder with 3-column layout: sidebar navigation, settings panel, and always-visible live preview with items/empty toggle
  • ImprovedSave, Activate, and Open in Store actions moved to the page header for quicker access
  • FixedRemoved dead placeholder route and cleaned up dashboard references to unbuilt modules
v1.5.0April 8, 2026
  • FixedSticky positioning — widgets now reliably pin to top or bottom regardless of their position in the list (3-zone layout)
  • FixedCart Items settings (quantity selector, remove button, product image) now properly apply on the storefront
  • FixedSubtotal label visibility toggle now works correctly
  • FixedManual Static Recommendations showing only 1 product — added fallback for products that can't be fetched via storefront API
  • FixedAnnouncement Bar background color not applying on storefront
  • FixedCart Behaviour toggles (open on add, hide theme cart) now work reliably — added form submit interception for traditional themes
  • AddedFull Upsell Products widget settings — title, max products, and product picker in the builder
  • ImprovedOverlay color picker with native color input and opacity slider instead of raw rgba text field
  • ImprovedAnnouncement Bar now uses native color picker for background color
v1.4.0February 19, 2026
  • ImprovedComplete landing page redesign with interactive demos, animated hero cart, and scroll-triggered reveal animations
  • AddedInteractive Progress Bar demo — click to add products and watch milestones unlock in real time
  • AddedAuto-animated feature demos: Cart Drawer, Upsell recommendations, and drag-and-drop Builder visualization
  • AddedROI Calculator — interactive sliders to project revenue increase and return on investment
  • AddedAnalytics preview section with animated SVG chart and counting metrics on scroll
  • AddedBefore/After comparison, testimonials, and enhanced CTA with floating gradient orbs
  • ImprovedReduced motion support — all auto-animations respect prefers-reduced-motion
v1.3.0February 19, 2026
  • AddedAnalytics module — track cart opens, recommendation adds, threshold reaches, upsell adds, and checkout clicks
  • AddedAnalytics dashboard with period filters (7/30/90 days), daily summary table, and conversion rate
  • AddedRevenue tracking — checkout revenue, average cart value, and revenue added by Relevate (recommendations + upsells)
  • AddedAnalytics snippet on the main dashboard with key metrics
  • AddedAnalytics link in sidebar navigation
v1.2.0February 19, 2026
  • AddedSticky top/bottom positioning for widgets
  • AddedPaid Upsell reward type with offer cards and automatic Shopify discounts
  • ImprovedCart item display for reward products (offer price, free badges)
  • ImprovedSubtotal now reflects upsell discounts in the cart drawer
v1.1.0February 2026
  • AddedCart-based recommendation rules (trigger products, empty cart, fallback)
  • AddedCollection-based recommendation source
  • AddedManual static recommendation source
  • AddedCustom icons for threshold progress bar (product image, custom URL)
  • AddedCustomizable threshold labels with placeholders ({{remaining_amount}}, {{product_title}})
v1.0.0January 2026
  • AddedInitial release
  • AddedSmart Cart drawer with widget system
  • AddedProgress bar with spending thresholds
  • AddedFree Shipping, Free Product, Order Discount reward types
  • AddedProduct recommendations (Shopify-powered)
  • AddedTrust badges widget
  • AddedAnnouncement and Custom HTML widgets
  • AddedGlobal design settings (colors, width, radius, overlay)
  • AddedCustom CSS support
  • AddedTheme cart auto-hide
  • AddedCart page redirect