---
title: "Product Size Guide"
slug: "product-size-guide"
updated: 2025-04-03T13:01:14Z
published: 2025-04-03T13:01:14Z
canonical: "docs.newstore.com/product-size-guide"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.newstore.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Product Size Guide

The app can display a size guide on the product detail view. This is done through the use of a web view. A web view is essentially a simple web browser that can be launched from the app and is used to display web content within the app. In order to show the size guide a publicly accessible url is required. This url can be static or dynamic. In the case of a static url the same size guide will be shown for every product. In the case of a dynamic url the size guide can be different. There are a few different options to provide Newstore with a url to the size guide.

1. Newstore configures a static url within the app's configuration. This url is provided by you during onboarding and can be changed at a later date if necessary. This will mean the size guide is the same for every product. eg [https://www.brand.com/sizeguide](https://www.brand.com/sizeguide)

2. Newstore configures a static url within the app's configuration however when actually requesting the url in the app a product id is added as a parameter. This allows you to change the contents of the size guide based on the product id. eg [https://www.brand.com/sizeguide?product_id=123](https://www.brand.com/sizeguide?product_id=123)

3. You add the url of the size guide as a custom attribute to each product. This allows you to be in complete control of what sizeguide is shown for each product eg "c_hs_sizeguide": "<[https://www.brand.com/any/url/you/want](https://www.brand.com/any/url/you/want)>"

Examples:

[https://www.g-star.com/en_nl/size-guide?gender=men&guide=tops&unit=cm](https://www.g-star.com/en_nl/size-guide?gender=men&amp;guide=tops&amp;unit=cm)

![](https://cdn.document360.io/c2d22fcd-a44b-4e1e-bf3a-84f0ffba0dbe/Images/Documentation/IMG_0956(1).PNG)

![](https://cdn.document360.io/c2d22fcd-a44b-4e1e-bf3a-84f0ffba0dbe/Images/Documentation/IMG_0955(1).PNG)
