Заменил в XLS шаблоне "ценникитоваров"
<xsl:when test="shop_currency/code = 'RUB' or shop_currency/code = 'RUR'">
<i class="fa fa-rub"></i>
</xsl:when>
на
<xsl:when test="shop_currency/code = 'RUB' or shop_currency/code = 'RUR'">
<b>руб/м<sup>2</sup></b>
</xsl:when>
эффекта 0