This page covers everything you need to add Hello Clever to a Shopify store. You will install the Hello Clever app from the Shopify App Store, connect it to your Merchant Dashboard credentials, and then optionally enhance your storefront with express checkout, payment logos on the checkout page, a Hello Clever logo in the footer, and a cashback tagline on product pages.

Requirements

Before you install the app, verify that your store is configured correctly.
Hello Clever supports multiple countries and currencies depending on your merchant account setup. Make sure your store address and currency match your Hello Clever account region.
1

Verify your store address

  1. In Shopify Admin, go to Settings > General.
  2. Under Store address, select the country that matches your Hello Clever account region (for example, Australia).
2

Verify your store currency

  1. In Shopify Admin, go to Settings > General.
  2. Under Store defaults, set the store currency to match the currency configured in your Hello Clever merchant account.

Install Hello Clever

1

Install the app from the Shopify App Store

  1. Visit the Hello Clever app listing at https://apps.shopify.com/cleverpay.
  2. Click Install.
2

Link your site in the Merchant Dashboard

  1. Log in to your Hello Clever Merchant Dashboard.
  2. Click Link site.
  3. Select Shopify as your e-commerce platform.
3

Enter your site details

Fill in the required information:
  • Logo
  • Site name
  • Store URL — this must exactly match your Shopify store URL (for example, https://your-store-name.myshopify.com).
Click Complete to finish linking the site.
The Store URL must match your Shopify store URL exactly. A mismatch will prevent the integration from working.
4

Copy your App ID and Secret Key

  1. In the Merchant Dashboard, navigate to Authentication.
  2. Locate the Shopify site you just created.
  3. Copy the App ID and Secret Key — you will need these in the next step.
5

Activate Hello Clever in Shopify

  1. Back in the Shopify app setup, enter the App ID and Secret Key you copied.
  2. Optionally select the payment method logos you want displayed at checkout.
  3. Click Activate Hello Clever.
6

Verify the setup

Once activated, Hello Clever will appear as a payment option on your store’s checkout page. Visit your checkout to confirm customers can see Hello Clever among the available payment methods.
Each App ID and Secret Key pair can only be used for a single Shopify store. If you need to add Hello Clever to multiple stores, generate a new pair of credentials in the Merchant Dashboard for each store.

Configure payment logos at checkout

You can control which payment method logos are displayed to customers on the Shopify checkout page.
1

Go to Payment settings

In Shopify Admin, click Settings in the bottom-left corner, then select Payments.
2

Open the Hello Clever configuration

In the Payments section, click on the Hello Clever payment app. You will be redirected to the Hello Clever configuration page.
3

Select your logos

Choose the payment options you want to display to customers during checkout.
4

Save

Click Save to apply your changes.
Shopify displays a maximum of 3 payment logos at checkout. If more payment methods are enabled, only the first 3 logos appear. Customers can see the full list of supported methods by hovering over the tooltip next to the logos.

Follow these steps to display the Hello Clever logo in the footer of your Shopify store.
1

Open the Themes section

In Shopify Admin, click Themes from the sidebar.
2

Access the theme editor

Click the Customize button on your active theme.
3

Open the code editor

In the theme editor, click the three-dot menu in the top-left corner and select Edit code.
4

Edit the footer file

In the code editor, open the footer.liquid file.
5

Update the payment types loop

Find this code in footer.liquid:
Replace it with:
6

Save your changes

Save the file. The Hello Clever logo will now appear in the footer of your store.

Enable express checkout

Hello Clever Express Checkout adds a checkout button directly on your product pages, letting customers complete purchases without going through the standard cart flow.

Migrate from version 1.x to 2.0

If you are currently on version 1.x of the Hello Clever app, you must upgrade before enabling express checkout.
1

Log in to your Shopify admin

Go to https://admin.shopify.com/store/{your-shopify-store}, replacing {your-shopify-store} with your store’s Shopify slug.
2

Update the app

Visit https://shopify.helloclever.co/?shop={your-shopify-store}.myshopify.com to trigger the update.
3

Accept updated permissions

Approve the updated app permissions to grant access to products and checkout.
4

Update theme.liquid

Ensure the script URL in your theme.liquid file references version 2.0:

Enable express checkout on product pages

1

Go to your active theme

In Shopify Admin, click Themes from the sidebar.
2

Open the theme editor

Click Customize on your active theme.
3

Open the code editor

Click the three-dot menu in the top-left corner and select Edit code.
4

Open theme.liquid

In the Layout section of the file browser, open the theme.liquid file.
5

Add the widget code

Insert the following snippet into theme.liquid, replacing app-id-xxxxx with your actual App ID:
6

Save and verify

Save the file and navigate to a product page on your store. The Hello Clever Express Checkout button should now be visible and functional.
The containerSelector value targets where the widget renders on the page. If the express checkout button does not appear, inspect your product page HTML to find the correct class or ID selector for your theme’s add-to-cart button area and update it accordingly.

Display a cashback tagline on product pages

You can show the Hello Clever logo and instant cashback percentage directly on product pages so customers see the reward before they purchase.
1

Open the theme editor and edit code

In Shopify Admin, go to Themes, click Customize, then select Edit code from the three-dot menu.
2

Open theme.liquid

In the Layout section, open theme.liquid.
3

Add the cashback banner widget

Insert the same widget snippet used for express checkout (shown in the section above). The widgets.cashbackBanner() call renders the cashback tagline on product pages.Replace app-id-xxxxx with the App ID you use for your payment gateway.
4

Save and verify

Save the file, then visit a product page to confirm the Hello Clever logo and cashback percentage are displayed correctly. The appearance may vary depending on your theme layout.