Fit Bar
The Fit Bar represents the fit of a product on the Product Detail Page (PDP) based on the orders and returns for that product. It has the following requirements:
- Faslet must be implemented on the PDP.
- A return connection must be made with Faslet, where return reasons are correctly specified.
Benefits
Implementing a Fit Bar on your PDP offers several benefits:
- Enhanced Customer Experience: By providing customers with a visual representation of how a product fits, you can help them make more informed purchasing decisions.
- Reduced Returns: Accurate fit information can lead to fewer returns, as customers are more likely to receive products that meet their expectations.
- Increased Trust: Transparency about product fit builds trust with your customers, encouraging repeat business.
- Data-Driven Insights: Collecting and analyzing fit data allows you to better understand customer preferences and improve your product offerings.
Built-in Visuals
For normal implementations, Faslet can activate the Fit Bar for your store. Here is an example of how the built-in Fit Bar might look:
Custom Implementation
We also provide a callback in our Faslet global object with the following signature:
onFitRating?: (fitRating: number) => unknown
You can use this callback to implement your own Fit Bar visuals. The fitRating
parameter is a number that represents the fit rating of the product.