Shopify Footer Logo
This guide will help you configure the Hello Clever logo to appear on the footer of your Shopify store.
Configuration Steps
Follow the steps below to add the Hello Clever logo to your Shopify store's footer:
Step 1: Log in to Your Shopify Admin
Log in to your Shopify store as an admin.

Step 2: Open the Themes Section
From the sidebar menu, click on Themes.

Step 3: Access the Theme Editor
Click on the Customize button to access the theme editor.

Step 4: Edit Code
- In the theme editor, click on the three dots in the top left corner.
- Select Edit Code from the dropdown menu.
Step 5: Open the Footer File
In the code editor, locate and open the footer.liquid
file.

Step 6: Locate the Payment Code
Find the following code snippet in the footer.liquid
file:
{% for type in shop.enabled_payment_types %}
Replace the code above with:
{% assign enabled_payment_types = 'visa,master,american_express,helloclever' | remove: ' ' | split: ',' %}
{% for type in enabled_payment_types %}
Save changes and if all steps above is done, you'll be able to see our logo on the footer underneath of your webpages.
