Add related items in cart drawer in spotlight theme

Add related items in cart drawer in spotlight theme

ram-thePack
Visitor
2 0 1

As the title says how can I add related items to cart drawer? I am using spotlight theme

Reply 1 (1)

Small_Task_Help
Shopify Partner
775 25 69

Hi,

 

Identify cart drawer section (something like cart-drawer.liquid or cart.liquid. ) and insert related products logic
Code example

{% for product in cart.items %}
  {% assign recommendations = product.recommendations %}
  {% if recommendations.size > 0 %}
    <div class="related-products">
      <h3>Related Products</h3>
      <ul>
      {% for recommendation in recommendations %}
        <li>
          <a href="{{ recommendation.url }}">
            <img src="{{ recommendation.featured_image.src }}" alt="{{ recommendation.title }}">
            <p>{{ recommendation.title }}</p>
          </a>
        </li>
      {% endfor %}
      </ul>
    </div>
  {% endif %}
{% endfor %}

 

Use CSS for customization and enable product recommendations feature

To Get Shopify Experts Help, E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert Agency
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad