- How to setup the Reorder app?
- Follow these simple steps to setup the app in a jiffy:
- To display Reorder icon/button in your customer myaccount page needs to insert below code in customers/account.liquid file.
- customers/account.liquid file path: Login into Admin panel-> left side menu select Online store -> select Themes.
- Now left sidebar load with file list. Check at Sections bottom of the list “customers/account.liquid” file, click on it.
- Insert below code where you want to show Reorder icon/button at this position in the file and save it.
- One important notice: paste the code in the order loop otherwise reorders icon will not be displayed in your storefront. <a class="hulk_reorder_button" onclick="Hulkappreorder({{ order.id }})"></a>
