Skip to main content
TermDescription
A11yShorthand for accessibility, referring to the practice of designing digital experiences usable by people with diverse needs.
Abandoned checkoutA checkout session where a customer began the purchase flow but did not complete it.
Address autocompleteA checkout feature that suggests and fills in address details automatically as customers type.
AnalyticsTracking and measurement of storefront behavior, including page views, conversion events, and funnel steps.
Anchor priceA reference price shown alongside a product, typically used to highlight savings or original pricing.
API credentialsAuthentication details required to connect your frontend or integration to the Upmind API.
API-firstAn integration approach where all commerce logic and orchestration is handled directly through the Upmind REST API without using Upmind’s UI layers.
Auto-renewA subscription setting that automatically renews a customer’s service at the end of each billing cycle.
Basket lifecycleThe full sequence of states a customer’s basket moves through, from item addition to checkout completion.
Billing cycleThe recurring interval at which a customer is charged for a subscription, such as monthly or yearly.
Brand settingsThe configuration area in Upmind where brand-level defaults for logo, colors, fonts, and metadata are managed.
Brand scopeThe broadest configuration level, where settings apply across all products and categories unless overridden at a more specific level.
Brand tokensCSS variable definitions scoped to a specific named theme, entered in the Brand Tokens field under Brand Settings.
Cart 1.0The original version of Upmind’s hosted storefront and checkout system, now superseded by Cart 2.0.
Cart 2.0The current version of Upmind’s storefront and checkout system, featuring modular architecture, metadata-driven configuration, and improved theming.
Client PortalThe post-purchase customer interface where clients manage services, billing, subscriptions, and account settings.
Client VueUpmind’s frontend starter framework that provides structural building blocks for assembling cart and checkout experiences.
CNAME recordA DNS record type used to point a custom domain or subdomain to Upmind’s hosted Cart infrastructure.
Conversion eventA tracked action indicating a customer completed a desired step, such as a purchase or checkout initiation.
CSS variablesCustom properties defined in CSS that store reusable values for colors, spacing, and typography, used throughout Cart 2.0 theming.
Custom checkoutA checkout experience built using Upmind’s headless layer, where the team owns and controls all UI and interaction.
Custom domainA team’s own domain or subdomain used to host the Cart, configured through a CNAME DNS record.
Design tokensNamed CSS variables that represent visual decisions such as colors, spacing, and typography, used to style Cart 2.0 consistently.
DNS propagationThe time it takes for a new DNS record to become active and accessible across the internet after being configured.
Domain scopeA configuration level used in the context of product-specific settings, often used for domain-related purchase flows.
Edge caseAn uncommon or boundary scenario in a checkout flow, such as a failed payment, session timeout, or invalid input.
Empty basketThe state shown when a customer’s cart contains no items, displayed with a dedicated screen in Cart 2.0.
Feature toggleA data setting that enables or disables a specific cart feature, such as catalogue visibility or option upsells
FunnelThe sequence of steps a customer moves through from product discovery to completed purchase.
Go-live checklistA list of items to verify before switching live traffic to Cart 2.0, covering DNS, payments, products, and notifications.
Gradual rolloutA migration strategy where Cart 2.0 is introduced to live traffic incrementally, allowing monitoring and validation before full cutover.
Guest checkoutA checkout option that allows customers to complete a purchase without creating an account.
Headless checkoutA commerce integration approach where the team owns the entire UI while Upmind handles all underlying commerce logic.
Headless UpmindThe frontend-agnostic layer that exposes Upmind’s commerce logic and state through Vue composables for custom checkout builds.
i18nInternationalization - the system used in Cart 2.0 to manage and override user-facing text across languages and regions.
InheritanceThe mechanism by which Cart 2.0 automatically applies broader settings (brand or category) to more specific levels (product) unless overridden.
LocaleA regional setting that defines the language, date format, and number formatting used in the cart and communications.
Metadata-driven configurationA configuration approach where cart layout, content, and behavior are controlled through structured data fields rather than code changes.
MigrationThe process of moving a storefront from Cart 1.0 to Cart 2.0, primarily involving updating configuration and presentation settings.
Multi-brandA setup where multiple distinct brands are managed within the same Upmind account, each with its own theme and configuration.
Order confirmationThe final screen shown after a successful purchase, displaying order details, payment summary, and next steps.
Parallel runA migration strategy where Cart 2.0 operates alongside Cart 1.0 simultaneously, allowing validation without disrupting live customers.
Payment gatewayA third-party payment provider connected to Upmind that processes customer transactions, such as Stripe.
Payment orchestrationThe process of coordinating and sequencing payment actions, retries, and confirmations managed by Upmind’s commerce layer.
Phased migrationA structured approach to moving from Cart 1.0 to Cart 2.0 in stages, reducing risk and allowing rollback at each step.
Promo codeA discount code customers can enter during checkout to apply a price reduction or promotional offer.
Ready-made CartUpmind’s fully hosted, out-of-the-box storefront and checkout experience requiring minimal setup and no custom code.
RecommendationsSuggested products shown to customers during configuration or basket review, used for upselling and cross-selling.
Reduced-saturation themeAn accessibility theme designed for users with color vision deficiencies, using shape, spacing, and icons over color to convey meaning.
REST APIUpmind’s core backend API layer that powers products, pricing, billing, subscriptions, orders, and payments.
RollbackThe process of reverting from Cart 2.0 back to Cart 1.0, managed by Upmind Support without requiring data changes.
Sandbox environmentA test environment where teams can simulate full checkout flows using test products and payment credentials without creating real orders.
ScopeThe level at which a configuration setting is applied, option, option category, product, product category, or brand.
SEOSearch Engine Optimization - the practice of configuring page titles, descriptions, and metadata to improve search engine visibility.
Session recoveryThe ability for a customer’s checkout progress to be restored after a page refresh or interruption.
SSOSingle Sign-On - an authentication method that allows customers to log in using an existing account from another platform.
SubscriptionA recurring billing arrangement where a customer is charged on a defined cycle for continued access to a product or service.
TemplateA layout configuration that defines the structural arrangement of content, sidebars, headers, and footers on a specific cart page.
ThemingThe process of applying brand-specific visual styles to the cart and portal using CSS variables and design tokens.
TLS/SSLSecurity protocols that encrypt data between the customer’s browser and the server, automatically managed by Upmind for hosted carts.
UI MetadataA structured JSON configuration field in Upmind’s Brand Settings used to control cart layout, content, behavior, and theming.
Upmind APIThe core backend API layer that powers all commerce operations including products, pricing, billing, subscriptions, and payments.
Upmind UIUpmind’s shared design system of reusable UI components used across the cart and portal for visual and interaction consistency.
UpsellA product or option presented to a customer during the purchase flow to encourage an upgrade or additional purchase.
Vue composablesReusable functions in Vue 3 that encapsulate and expose commerce state and logic for use in custom or headless UI implementations.
WCAGWeb Content Accessibility Guidelines, the international standard used to measure and improve digital accessibility.
WebhookAn automated HTTP notification sent by Upmind to an external system when a specific event occurs, such as an order being placed.
XStateA JavaScript state machine library used in Cart 2.0 to manage checkout flow transitions in a deterministic and predictable way.