Setup Reorder Button On Order Detail Page

AI Overview

You can add a reorder button to the order detail page of your store to enhance customer convenience. This feature allows customers to quickly reorder items they have previously purchased, streamlining their shopping experience. To set this up, log into your Admin panel and navigate to Online Store, then select Themes.

In the left sidebar, find the "customers/order. liquid" file at the bottom of the Templates list and click on it. Insert the provided code `` at the desired location in the file and save your changes to display the reorder icon.

Setup Single Purchased Reorder Button On Order Detail Page.

Show Reorder icon in your customer order detail page needs to insert the below code in customers/order.liquid file.

Customers/order.liquid file path: Login into Admin panel-> left side menu select Online store -> select Themes.

Now left sidebar load with file list. Check at Templates bottom of the list “customers/order.liquid” file, click on it.

Insert below code where you want to show the Reorder icon at this position in the file and save it.

<div data-id="{{order.id}}" class="identixweb_advance_reorder"></div>


reorder_order_page