Knowledge Base

Popup - Offer Page Link in Menu

Popup/Page settings

By Mehul
Updated on February 19, 2026

This guide explains how to manually add a link to the Webplanex Rewards Wallet offer popup within your Shopify store's main menu, deviating from the default button placement.

Important Note:

  • This method involves editing theme code. If you're unfamiliar with Shopify Liquid code, it's recommended to consult a developer to avoid unintended theme modifications.

Steps:

Webplanex Knowledge Base Find Help articles for our Applications. You can follow help articles to configure applications. Even articles will solve your many frequently asked questio...

1.Theme File Access:

  • Log in to your Shopify admin panel.
  • Navigate to Online Store>Themes.
  • Select your current theme and click "Actions">"Edit Code".

2.Locate Menu Template File:

Within the theme code editor, identify the file responsible for your main menu structure. This file name might vary depending on your theme, but common locations include:

  • header.liquid
  • navigation.liquid
  • Theme-specific menu template files

3.Add Link Code Snippet:

Code Snippet

  • Once you've located the menu template file, find the appropriate section within the code where you want to insert the link.
  • Paste the following code snippet
  • <a href="javascript:void(0)" id="OpenPopup">Get Store Cash</a>

4.Save Changes:

Click Save to apply the code modifications to your theme.