Brand Logo
Display the brand logo on the product page to increase customer confidence through brand association.
Wireframe
Preparation Checklist
Before you start this tweak, it's a good idea to run through our Preparation Checklist below:
- Read through the Introduction to Neto Document to get a better sense of how the Control Panel, Database and Front End store interact.
- Learn our recommended Simple Workflow. This makes the implementation process as easy as possible.
- Create a new Staging Theme for this tweak. This allows you to preview any changes before they are visible to live customers.
Coding Instructions
Step 1: Open the product header template
The sidebar template can be found here /httpdocs/assets/themes/[THEME-NAME]/templates/products/includes/header.template.html
.
Step 2: Add the code into the template
Paste the following code into the template where you would like the element to appear.
[%brand id:'[@brand@]'%]
[%param *body%]
<a href="[%url id:'[@content_id@]'/%]"><img src="[@brand_image@]" class="img-fluid" title="[@content_name@]"></a>
[%/param%]
[%/brand%]
Customising this Section
More information on how to customise this section can be found within the Brand Documentation.