IMPULSE THEME price not showing when product price varies

Solved

IMPULSE THEME price not showing when product price varies

Kahiwa
Tourist
10 1 2

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 -%}

 

Näyttökuva 2022-11-11 kello 12.52.27.png

Accepted Solution (1)

ExpertRookie
Shopify Partner
1518 249 323

This is an accepted solution.

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.

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.

View solution in original post

Replies 2 (2)

ExpertRookie
Shopify Partner
1518 249 323

This is an accepted solution.

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.

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.

patrician
Visitor
2 0 0

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