--- title: New Liquid filter for displaying unit prices - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/new-liquid-filter-for-displaying-unit-prices md: https://shopify.dev/changelog/new-liquid-filter-for-displaying-unit-prices.md --- [Back to Developer changelog](https://shopify.dev/changelog) June 25, 2025 Tags: * Liquid # New Liquid filter for displaying unit prices You can now use the new [`unit_price_with_measurement` filter](https://shopify.dev/docs/api/liquid/filters/unit_price_with_measurement) to display unit prices in the customer's language, enhancing user experience and simplifying theme code. Note: Unit prices are available only for stores located in the European Union (EU) or Switzerland. To add unit prices to products, you can do so [through Shopify admin](https://help.shopify.com/en/manual/products/details/product-pricing/unit-pricing). For detailed instructions on how to display unit prices in your theme, please refer to the [unit pricing documentation](https://shopify.dev/docs/storefronts/themes/pricing-payments/unit-pricing).