Discussing APIs and development related to customers, discounts, and order management.
I need implement the following widget into the sotre:
https://developers.klix.app/api/#klix-pay-later-monthly-payment-widget
For it to work, I need to get product price from Shopify in cents and I can't figure it out.
To display $679.00 - I need to get 67900
Do you have any idea how to get the price in cents only?
Solved! Go to the solution
This is an accepted solution.
Solved! It's -
{{ product.price | money_numbers_only}}
This is an accepted solution.
Solved! It's -
{{ product.price | money_numbers_only}}