diff --git a/template/store/category.html.ftl b/template/store/category.html.ftl
index de71aa12..3ebe17af 100644
--- a/template/store/category.html.ftl
+++ b/template/store/category.html.ftl
@@ -68,9 +68,9 @@
#if>
-->
$${localProd.listPrice}
+ ${ec.l10n.formatCurrency(localProd.listPrice, localProd.priceUomId)}
#if>
$${product.listPrice}
+ ${ec.l10n.formatCurrency(product.listPrice,product.priceUomId)}
#if>
$${product.listPrice}
+ ${ec.l10n.formatCurrency(product.listPrice, product.priceUomId)}
#if>
- ${product.price}
+ ${ec.l10n.formatCurrency(product.price, product.priceUomId)}
<#if product.listPrice??>
was
- ${product.listPrice}
+ ${ec.l10n.formatCurrency(product.listPrice, product.priceUomId)}
#if>