How to add " Have a Gift card?" link

Issue: At present, we do not offer support for gift cards. However, you can include a link or button below the checkout option. It could say something like 'Have a gift card? Proceed to checkout here.' This will direct customers to the Shopify checkout page.

Solution: Below are the steps for configuring a solution, which you can share with your developers:

  1. Access your Shopify Dashboard.
  2. Navigate to Online Store and download the theme file by clicking on the three dots icon, as illustrated below. The theme file will be sent to you via email.

  1. Download and extract the theme file.

  1. Open the extracted file in VS Code.

6. Search for handleFloCheckoutBtn()

  1. Add below code under the button everywhere a button containing onclick="handleFloCheckoutBtn" is present

    <div style="display: flex; margin-top: 3px; align-items: center; justify-content: center;">
         <a style="text-decoration: underline; cursor: pointer;" href="/checkout">Have a Gift card?</a>
    </div>
  1. Preview the theme and check a link will be visible under every checkout button which will redirect customers to shopify checkout