--- 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 metadata: effectiveApiVersion: '' affectedApi: - displayName: Liquid handle: liquid primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2025-06-24T11:15:01-04:00' postedAt: '2025-06-25T12:00:00-04:00' updatedAt: '2025-06-24T14:22:48-04:00' effectiveAt: '2025-06-25T12:00:00-04:00' --- 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).