How to Set Up Cross-Sells in our Shopify Themes
Cross-selling helps increase average order value (AOV) by suggesting related products to customers. Follow these steps to set up cross-sells using metafields
📌 Step 1: Create the Cross-Sell Metafield
1. Log in to your Shopify admin panel.
2. Go to Settings → Custom Data.
3. Click on Products.
4. Click Add definition.
5. Set the Name as “Cross Sells”.
6. Set the Namespace and Key as custom.cross_sells.
7. Select “Product (List)” as the metafield type.
8. Click Save.
📌 Step 2: Add Cross-Sell Products to a Product
1. Navigate to Products in Shopify.
2. Select the product you want to add cross-sells to.
3. Scroll down to the Metafields section.
4. Find Cross Sells (custom.cross_sells).
5. Click Add Products and select the related items for cross-selling.
6. Click Save.
Now, the cross-sell products will appear on the product page as per your implemented code. 🚀