Articles on: Online Store

Add more logo for logo list (Old themes only)

This article will guide you on how to to add more logo got your logo list section. Previously, you could only have 6 logos for your logo list. By having more logo, your customers can identify with the brand names you have on your website.

By adding more logo for logo list, there are 3 files need to be edited at Online Store > Edit Source
settings_data.json
settings_schema.json
logo-list.liquid

⚠️ Kindly take note :


This logo adding is for old themes such as Candy, WAVE, LUCKY, X-Force, Mine Style, Dreams Bedding, The Summer, Adventure Camping, Happy Kitchen, and Flower & Tea House only
Recommended logo image size would be 300x180px
Above all code editing, you will need to re-edit the code again if you switch to a new theme template
We do not allow to change or edit the code for the checkout page (which include shipping & payment method) due to security reasons
We have added an option for you to display image with original quality. Therefore, your store will be using the image with original size and format.
You can enabled it at Channels > Online Store > Customize > General



1. settings_data.json



Step 1: Go to EasyStore Admin > Channels > Online Store > Edit source > config > settings_data.json

Step 2 : Search for "logo_list_8_link": "/collections/all" and add below code below "logo_list_8_link": "/collections/all"

Note: Can add until 20 or more, just change the number will do

"logo_list_9_img": "","logo_list_9_link": "",




Step 3 : Save

2. settings_schema.json



Step 1: Go to EasyStore Admin > Channels > Online Store > Edit source > config > settings_schema.json

Step 2 : Search for logo_list_8_img and add below code below logo_list_8_img

Note: Can add until 20 or more, just change the number will do

} ] }, { "label": "Logo 9", "type": "heading_group", "options": [ { "type": "image", "id": "logo_list_9_img" }, { "label": "Logo 9 link", "type": "text", "id": "logo_list_9_link" } ] }, { "label": "Logo 10", "type": "heading_group", "options": [ { "type": "image", "id": "logo_list_10_img" }, { "label": "Logo 10 link", "type": "text", "id": "logo_list_10_link" } ] }, {



Step 3 : Save

3. logo-list.liquid



Step 1: Go to EasyStore Admin > Channels > Online Store > Edit source > snippets > logo-list.liquid

Step 2 : Change 8 to 20 or more based on your preferences



Step 3 : Save and done

Updated on: 11/10/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!