Store

...
$ {{ (product.price / 100).toFixed(0) }}

Cart (${{ (cartTotal / 100).toFixed(2) }})
{{ item.name }} ({{ item.quantity }}) ${{ (item.price / 100 * item.quantity).toFixed(2) }}