Pricing trailing zeroes bug / problem (Warehouse Theme)

wwwebshop3333
New Member
13 0 0

Hello Shopify,

I'm having some problems with the trailing zeroes on my website: 

https://webshop.tenkate-deventer.nl/

For example on this on this product page: https://webshop.tenkate-deventer.nl/products/geurkaars-baobab-foty

When you load the page, the trailing zeros appear, which is correct. However, when I change the product variant, the trailing zeros disappear, which is not correct. The same problem appears when I try to search a product in the search bar. The product that are shown in the search preview don't have the trailing zeros. 

In the theme code I changed all the "money_without_trailing_zeros" to "money", but on a few specific places, the trailing zeros are still hidden. 

Any idea where I have to look to fix this?

Thank you

 

Kind regards

Wouter

Replies 16 (16)

pioneer100
Shopify Partner
1119 145 481

can you add me in your store so  that i can check the code and fix it?

If helpful, Please Like and accept The Solution.
wwwebshop3333
New Member
13 0 0

Hello, I can give you partner acces if you send a request for https://tenkate-deventer.myshopify.com/.

Thank you!

pioneer100
Shopify Partner
1119 145 481

@wwwebshop3333 

i have sent you the collab. request. my name would be 'candisoft analytica'.

- please accept it so that i can work further.

 

If helpful, Please Like and accept The Solution.
wwwebshop3333
New Member
13 0 0

accepted!

pioneer100
Shopify Partner
1119 145 481

@wwwebshop3333 
- Your work is completed successfully. please check.
- I just needed to change the money filter  from 'money' to 'money_without_trailing_zeros'

NOW
- If you want to replace comma(,) with dot(.) in price then please give me access for settings. It can be done from settings->General->Currency format.


If helpful, Please Like and accept The Solution.
wwwebshop3333
New Member
13 0 0

Hi Candisoft, thank you for checking. But I meant the opposite. I nee €XX,00 everywehere instead of €XX. So with the trailing zeros.

 

For example, this is incorrect: https://webshop.tenkate-deventer.nl/collections/nieuwste-producten-1/products/geurkaars-baobab-les-p...

Schermafbeelding 2021-01-11 om 12.33.43.png

pioneer100
Shopify Partner
1119 145 481

@wwwebshop3333 ,
ahh ok, but in current live theme, there is exactly you want now. so no need  to change anything.

If helpful, Please Like and accept The Solution.
wwwebshop3333
New Member
13 0 0

@pioneer100 The problem is, not on every place the price is showing with zeroes. For example when you switch product variant, the trailing zeros disappear

pioneer100
Shopify Partner
1119 145 481

i see. let me fix it.

If helpful, Please Like and accept The Solution.
wwwebshop3333
New Member
13 0 0

Thank you!

wwwebshop3333
New Member
13 0 0

Found a solution?

pioneer100
Shopify Partner
1119 145 481

@wwwebshop3333 

i need access for settings, can you please give me?

If helpful, Please Like and accept The Solution.
wwwebshop3333
New Member
13 0 0

Yes, done!

pioneer100
Shopify Partner
1119 145 481

@wwwebshop3333  ,
I fixed the issue. please check.
https://webshop.tenkate-deventer.nl/products/geurkaars-baobab-foty

If helpful, Please Like and accept The Solution.
wwwebshop3333
New Member
13 0 0

Great! Thank you! 

Can you tell me what you had to do to fix this?

Thank you

pioneer100
Shopify Partner
1119 145 481

@wwwebshop3333

  I just changed a complex Javascript code from theme.js file.

If helpful, Please Like and accept The Solution.