diff --git a/components/cart/CartItem/CartItem.tsx b/components/cart/CartItem/CartItem.tsx
index cb7f8600e..e6820d32c 100644
--- a/components/cart/CartItem/CartItem.tsx
+++ b/components/cart/CartItem/CartItem.tsx
@@ -92,15 +92,18 @@ const CartItem = ({
})}
{...rest}
>
-
-
+
+
+ closeSidebarIfPresent()}
+ className={s.productImage}
+ width={150}
+ height={150}
+ src={item.variant.image!.url}
+ alt={item.variant.image!.altText}
+ unoptimized
+ />
+
diff --git a/framework/shopify/README.md b/framework/shopify/README.md
index fc6a70ce3..eeae73afc 100644
--- a/framework/shopify/README.md
+++ b/framework/shopify/README.md
@@ -27,8 +27,8 @@ Collection of hooks and data fetching functions to integrate Shopify in a React
1. Install dependencies:
```
-yarn install shopify-buy
-yarn install -D @types/shopify-buy
+yarn add shopify-buy
+yarn add @types/shopify-buy
```
3. Environment variables need to be set: