Display location of each product

Topic summary

A user seeks to display product locations on product pages for a multi-location setup with 4 shops contributing to one store.

Proposed Solutions:

  • Add location-based tags or metafields to products, then display them on the product page using Liquid
  • Use custom apps or marketplace solutions like the Multilocation app (https://apps.shopify.com/multilocation)

Current Status:
The original poster resolved their specific case using an if statement linked to SKU codes, as their products are imported via API rather than added manually through Shopify. The suggested tag/metafield approach works best for products added directly in Shopify. Direct access to location data through Liquid is not natively supported.

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

is there a way to display the locations of your products on he product page. For example i have 4 locations and 4 shops add there products and add there location to the one store, but i want to show on the product page

One jack that comes to mind is you can add tags to products with name of the store and then display it on product page.

Or you could do this with metafield as well

Best

Shadab

Thanks that solution would work but my products are entering via a API, i have managed to do it using an if statement a linked to my SKU codes. but this option works if the producst are added via shopify store thanks for your help

1 Like

You can’t directly access location data through Liquid. You can do it with a custom app or by using apps from the marketplace.
Check apps like https://apps.shopify.com/multilocation and see if it helps.