Price is null (0.00) when I fetch my product

Hello,

I have this problem when I fetch any product: the import is successful but the price displayed in Snipcart is null (0.00).

Here is my button code:

<button type="button" data-item-id="a6fd9535-39f1-4a55-8480-358adeb93d7d" data-item-name="IPA" data-item-price="2.00" data-item-url="https://XXXXXXX.netlify.app/gammes/reserve/ipa/#/checkout" data-item-quantity="1" data-item-min-quantity="0" data-item-image="https://a.storyblok.com/f/138104/1366x1016/xxxxx/thx004_ipa.png" class="button snipcart-add-item" data-v-7e9184ac="">
 Add to cart
 </button>

I tried to change the thousands and decimal separator in Snipcart settings but without success.

Thanks for your help!

Well it was a problem with Nuxt, the function that calculate the price was in mounted instead of created :slight_smile: