Requirements
Before you install the app, verify that your store is configured correctly.Verify your store address
- In Shopify Admin, go to Settings > General.
- Under Store address, select the country that matches your Hello Clever account region (for example, Australia).
Verify your store currency
- In Shopify Admin, go to Settings > General.
- Under Store defaults, set the store currency to match the currency configured in your Hello Clever merchant account.
Install Hello Clever
Install the app from the Shopify App Store
- Visit the Hello Clever app listing at https://apps.shopify.com/cleverpay.
- Click Install.
Link your site in the Merchant Dashboard
- Log in to your Hello Clever Merchant Dashboard.
- Click Link site.
- Select Shopify as your e-commerce platform.
Enter your site details
- Logo
- Site name
- Store URL — this must exactly match your Shopify store URL (for example,
https://your-store-name.myshopify.com).
Copy your App ID and Secret Key
- In the Merchant Dashboard, navigate to Authentication.
- Locate the Shopify site you just created.
- Copy the App ID and Secret Key — you will need these in the next step.
Activate Hello Clever in Shopify
- Back in the Shopify app setup, enter the App ID and Secret Key you copied.
- Optionally select the payment method logos you want displayed at checkout.
- Click Activate Hello Clever.
Verify the setup
Configure payment logos at checkout
You can control which payment method logos are displayed to customers on the Shopify checkout page.Go to Payment settings
Open the Hello Clever configuration
Select your logos
Save
Add the Hello Clever logo to your footer
Follow these steps to display the Hello Clever logo in the footer of your Shopify store.Open the Themes section
Access the theme editor
Open the code editor
Edit the footer file
footer.liquid file.Update the payment types loop
footer.liquid:Save your changes
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.Log in to your Shopify admin
https://admin.shopify.com/store/{your-shopify-store}, replacing {your-shopify-store} with your store’s Shopify slug.Update the app
https://shopify.helloclever.co/?shop={your-shopify-store}.myshopify.com to trigger the update.Accept updated permissions
Update theme.liquid
theme.liquid file references version 2.0:Enable express checkout on product pages
Go to your active theme
Open the theme editor
Open the code editor
Open theme.liquid
theme.liquid file.Add the widget code
theme.liquid, replacing app-id-xxxxx with your actual App ID:Save and verify
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.Open the theme editor and edit code
Open theme.liquid
theme.liquid.Add the cashback banner widget
widgets.cashbackBanner() call renders the cashback tagline on product pages.Replace app-id-xxxxx with the App ID you use for your payment gateway.Save and verify