Get a category of products from Swell
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
import Carousel from '$components/organisms/Carousel.svelte'
|
||||
|
||||
export let product: any
|
||||
export let productShop: any
|
||||
export let shopProduct: any
|
||||
|
||||
|
||||
/**
|
||||
@@ -66,7 +66,7 @@
|
||||
<div class="poster-layout__info">
|
||||
<dl>
|
||||
<dt>{capitalizeFirstLetter(product.type)}</dt>
|
||||
<dd>{productShop.name} – {productShop.price}€</dd>
|
||||
<dd>{shopProduct.name} – {shopProduct.price}€</dd>
|
||||
</dl>
|
||||
<Button
|
||||
text="Add to cart"
|
||||
|
||||
Reference in New Issue
Block a user