DEV Community

Cover image for Shopify Reorder Carousel Snippet
Enrique Uribe
Enrique Uribe

Posted on

1

Shopify Reorder Carousel Snippet

This snippet allows the customer to see their previously ordered items and quickly add them to the cart.
This code loops through a customer's orders and displays each line item as part of the carousel.
Each item is displayed with Product Image, Product Title, Exact variant option, Price, and a quick add to cart button.

Repo: https://github.com/UribeJr/shopify-reorder-carousel

Wireframe:

Screenshot 2024-09-09 at 1 40 33 PM

How To:

From your theme code editor navigate to your snippets folder. Click 'Add a new snippet', name it whatever you please, and copy/paste the snippet from the liquid file in the repository.
Congratulations! You may now render this snippet anywhere on your website using:

{% render 'your-snippet-name' %}
Enter fullscreen mode Exit fullscreen mode

Note:

Depending on use case, you might want to only display this if a customer is logged in with order history.
For this use case wrap the snippet code with the following:

{% if customer.orders_count > 0 %}
  {% render 'your-snippet-name' %}
{% endif %}
Enter fullscreen mode Exit fullscreen mode

Reminder!

Don't forget to add your CSS! Happy Coding!

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more