IMPULSE THEME price not showing when product price varies

Hi, I have a problem when I have a product that has variants with different prices. For some reason at collection grid it only shows word “from” but not price. I tried to play with the code but with no luck. Any Ideas where the problem could be?

Here is the code I think that is linked to this problem and also pic of the situation. Other product has variable prices and other only one price. “Alkaen” translates to “From”:

{%- if product.price_varies -%}
            {%- assign price = product.price_min | money -%}
            {{ 'products.general.from_text_html' | t: price : price }}
          {%- else -%}
            {{ product.price  | money }}
          {%- endif -%}

Hi @Kahiwa
Maybe it a bug from Impulse theme.
You can contact with Theme supporter, they can help you check the problem.
Or please share the store url, then we can help you check.

Hello,

Not sure if you’ve already resolved the problem, but I had the same issue. For me, it worked to just translate the Products → General →

From text html

After this the bug was fixed.
Hope it help you as well