A step-by-step setup guide to installing Reorder button manually.


Manual Installation

Reorder Master app requires our custom code in order to run correctly on your store. If the automatic install tool doesn't work for your theme, you might follow this guide to complete the installation on your store.


Before you start, we highly recommend creating a Duplicate version of your Shopify theme to ensure you have a copy without our code installation.



NOTE: If you are not comfortable working with codes, we recommend you request an expert installation.



  1. From the Shopify admin, select Online Store.
  2. Select Actions.
  3. Duplicate the theme you would like the installation completed on.
  4. Select Edit Code on the duplicated theme.


Display Reorder button

  1. Under Templates, select customers/order.liquid file.
  2. Add the following code after the last line of code to display Reorder button above the order table.

  3. {hulk.reorder.detail:{{order.id}}}
  4. Refer screenshot below:
  5. Don't forget! Make sure to click "Save."


Display Recent Reorder button

  1. Under Templates, select customers/account.liquid file
  2. Copy and paste the following code after the last line of code to display the Recent Reorder button.

  3. {hulk.reorder.list:{{order.id}}}
  4. Refer screenshot below: 
  5. Don't forget! Make sure to click "Save.


Display Discount Offer

  1. Under Templates, select customers/account.liquid file
  2. Copy and paste the following code after the last line of code to display the Offer message in Reorder popup.

  3. {hulk.reorder.message}
  4. Refer screenshot below:
  5. Don't forget! Make sure to click "Save."


You finished installing the button!

Now customize the look of your button/icon by going back to the app admin panel. 



Frequently Asked Questions

Question: Would the "reorder" button only be visible to customers who install the app and place an order afterw,ards, and not to any of my previous customers who didn't place an order through the app?

Answer: The reorder button will function properly for all previous and upcoming orders.