Jesse Debruyckere
Jesse Debruyckere
@brianrivet-tilt `data.selectedVariant.price` is an object consisting of amount and currencyCode. So you would have to print the amount: `data.selectedVariant.price.amount`. The same goes for `compareAtPrice`. https://shopify.dev/docs/api/storefront/2023-07/objects/MoneyV2
@philosophy-flow I've added following code to format the price to the product options in the `createComponent` function. ``` import formatMoney from "@shopify/buy-button-js/lib/utils/money"; const moneyFormat = '€ {{amount_with_comma_separator}}'; product: { viewData:...
Same error here when trying to publish a draft.