I am looking for a solution to remove the ,00 and roundup anything over ,00 for all prices site-wide.
I was able to remove the decimals for the main shop currency in the settings, however all converted currencies still have the decimals and I cannot figure out how to remove them.
For example
€100.00 to be displayed as €100
€100.95 to be displayed as €101
Is there a specific code I can add to either the theme.liquid or price.liquid?
If you are not familiar with the liquid code I would recommend sharing Collaborator access with us .
For Collection Pages and Featured Collection Section , It would have to be in the grid-product-item under the snippets where the code for Price is located or there might be an entirely seperate Price.liquid file where you would find the
Thank you @ThePixelEdge , I do have a price.liquid file, I will try to replace it.
does “without trailing zeros” only apply to zeros, or also other numbers after the comma?
Ideally I would want to round up to zero and not see the zeros, you know what I mean?
Never mind, I am not going to touch it because I don’t understand it at all.. there is no {{product.price}}, only {{amount}}, so I don’t know what to do.
Kindly Message me in the DM so I can explain and you can share the access with me . Its a 4 digit code that should be shared Privately
Here is how you can locate it In Shopify admin > Settings > Users and permissions page of their Shopify admin . You can find collaborator access code .
Hi @ThePixelEdge can you help with my shop too? I have the main shop currency without 00/decimals, but I want to have it for all converting international currencies as well. Would really appreciate it.