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
Create a Payments Account in the Merchant Dashboard
- Log in to your Hello Clever Merchant Dashboard.
- In the top-right corner, click Create account.
Select a currency for this account
Start setting up your Payments Account
Fill out the account form
- Currency: carried over from the previous step (read-only).
- Account name: your registered account name (read-only).
- Account nickname: a label to help you identify this account (for example,
Payment Account 1). - Account image: click Browse to upload a logo or store image. The maximum file size is 2MB.
- Planned integration type: open the dropdown and select Shopify (listed under For online and in-store merchants).
- Website URL: enter your Shopify store URL (for example,
https://your-store-name.shopify.com).
Find your App ID and Secret Key
- In the Merchant Dashboard, click your account name in the top-right corner, then select Authentication under Developer.
- On the Authentication page, make sure the Auth 1.0 tab is selected.
- Find the row matching the Payments Account you just created (matched by Account Name & URL and Name & Plugin Type), then copy its App ID and Secret Key.
Install the app from the Shopify App Store
- Visit the Hello Clever app listing at https://apps.shopify.com/cleverpay while logged in to your Shopify account.
- Click Install.
Connect your store
connect.helloclever.co/connect-shopify). Enter the App ID and Secret Key you copied, then click Connect.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 for your Shopify Payments Account.Save and verify