| + Product + | + {props.currencies.map((c) => { + const currency = storeCurrencies?.find((sc) => sc.code === c) + return ( +
+
+ Price {c.toUpperCase()}
+ {currency?.includes_tax && (
+
+ |
+ )
+ })}
+ {props.regions.map((r) => {
+ const region = storeRegions?.find((sr) => sr.id === r)
+ if (!region) {
+ return null
+ }
+ return (
+
+
+
+
+ Price {region?.name}
+
+ ({region?.currency_code.toUpperCase()})
+
+ {region.includes_tax && (
+
+ |
+ )
+ })}
+
|---|---|---|
|
+
+ {props.product.thumbnail && (
+
+ |
+ {props.currencies.map((c) => (
+ + - + | + ))} + {props.regions.map((r) => ( ++ - + | + ))} +
| + {variant.title} {variant.sku && `∙ ${variant.sku}`} + | + + {props.currencies.map((c) => { + return ( +