Prototyped UI Components

Some Storefront Next components are representative of the intended storefront experience and they aren’t connected to B2C Commerce for data persistence. Although these components render in the UI, their data is temporary and is lost when the page refreshes. These prototyped components require that you set up third-party data sources through extensions before production use. See Extend Storefront Next with Features

Account Page Features 

These account pages persist data to localStorage or in-memory only.

  • Pickup Preferences
  • Customer Interests
  • Product Category Preferences
  • Shopping Preferences
  • Size Preferences
  • Room Measurements

Product Detail Page (PDP) Content Sections 

These PDP page sections have hardcoded sample data.

  • Size guide
  • Returns & warranty info
  • Buy Now, Pay Later messaging
  • Estimated delivery
  • Extended product description
  • Ingredients list
  • Usage instructions
  • Care instructions
  • Tech specs
  • FAQ / Q&A
  • Reviews summary
  • Reviews list
  • Write a Review form
  • Shipping estimates

These reviews features have sample data.

  • Stars
  • AI Summary
  • Sort Order
  • Search Box
  • Name
  • Location
  • Verified Purchase
  • Review
  • Helpful
  • Report

Order Confirmation Page 

The order confirmation page has help links and a newsletter signup form that are placeholders.

  • FAQ link
  • Contact Us link
  • Returns link
  • Newsletter signup

Contact Form on the About Us Page 

The contact form shows a sample success toast and discards the message.

See Also