The way to edit the footer doesn't require any developer skill; you only need to go to your Ordering Editor and change the current content to the one that you require.
This article explains which variables need to be changed and show how to do it from the editor mode.
First, you need to go the edit language section in your editor, just log in with your super admin account and go to settings, languages.
After that, you need to write in the key filter the next parameter FOOTER_QL
The results are easy to identify to which column and row represent.
- FOOTER_QL3_TITLE is the title that is shown in the third column; you can set it to "SOCIAL MEDIA"
- FOOTER_QL3_1 is the text that is shown in the third column, first row (excluding the title), you can set the text like "Instagram"
FOOTER_QL3_1_HREF is the link to the third column, first row (excluding the title), and you will set it like this https://www.instagram.com/orderingco - FOOTER_QL3_2 is the text that is shown in the third column second row (excluding the title), you can set the text like "Facebook"
FOOTER_QL3_2_HREF is the link to the third column, second row (excluding the title), and you will set it like this https://www.facebook.com/orderingco - FOOTER_QL3_3 is the text that is shown in the third column second row (excluding the title), you can set the text like "Twitter"
FOOTER_QL3_3_HREF is the link to the third column, second row (excluding the title), and you will set it like this https://twitter.com/orderingco
And upload it to your builder in the footer-content section. Learn more about how to upload this file to your builder in this article.
Following those extensions, you can have your footer with the content you want. Remember that you need to delete your cache or open in a new incognito window to see the changes.
⚠️ If the last way does not work for you, please use the following guide.
This is a workaround that will work in your platform, you'll use the Search & Replace tool inside your Ordering Builder Developers.
Once you are there, fill it up this way.
In Name add "Delete Footer"
In www/ add templates/web/views/layouts/_footer.html
In Search put below code.
<div class="col-md-3 col-xs-12 col-sm-6">
<ul>
<li class="title">{{translate('FOOTER_QL1_TITLE')}}</li>
<li><a href="{{translate('FOOTER_QL1_1_HREF')}}" target="_self">{{translate('FOOTER_QL1_1')}}</a></li>
<li><a href="{{translate('FOOTER_QL1_2_HREF')}}" target="_self">{{translate('FOOTER_QL1_2')}}</a></li>
<li><a href="{{translate('FOOTER_QL1_3_HREF')}}" target="_self">{{translate('FOOTER_QL1_3')}}</a></li>
</ul>
</div>
<div class="col-md-3 col-xs-12 col-sm-6">
<ul>
<li class="title">{{translate('FOOTER_QL2_TITLE')}}</li>
<li><a href="{{translate('FOOTER_QL2_1_HREF')}}" target="_self">{{translate('FOOTER_QL2_1')}}</a></li>
<li><a href="{{translate('FOOTER_QL2_2_HREF')}}" target="_self">{{translate('FOOTER_QL2_2')}}</a></li>
<li><a href="{{translate('FOOTER_QL2_3_HREF')}}" target="_self">{{translate('FOOTER_QL2_3')}}</a></li>
</ul>
</div>
<div class="col-md-3 col-xs-12 col-sm-6">
<ul>
<li class="title">{{translate('FOOTER_QL3_TITLE')}}</li>
<li><a href="{{translate('FOOTER_QL3_1_HREF')}}" target="_self">{{translate('FOOTER_QL3_1')}}</a></li>
<li><a href="{{translate('FOOTER_QL3_2_HREF')}}" target="_self">{{translate('FOOTER_QL3_2')}}</a></li>
<li><a href="{{translate('FOOTER_QL3_3_HREF')}}" target="_self">{{translate('FOOTER_QL3_3')}}</a></li>
</ul>
</div>
<div class="col-md-3 col-xs-12 col-sm-6">
<ul>
<li class="title">{{translate('FOOTER_QL4_TITLE')}}</li>
<li><a href="{{translate('FOOTER_QL4_1_HREF')}}" target="_self">{{translate('FOOTER_QL4_1')}}</a></li>
<li><a href="{{translate('FOOTER_QL4_2_HREF')}}" target="_self">{{translate('FOOTER_QL4_2')}}</a></li>
<li><a href="{{translate('FOOTER_QL4_3_HREF')}}" target="_self">{{translate('FOOTER_QL4_3')}}</a></li>
</ul>
</div>
And replace it with the following code:
<!-- -->
Click TRY SEARCH if a "Found to replace" text shows, click OK and then click "ADD"
After the code is added, you'll have to update the website and Re-Build the Website.
Hello there, have you've heard about Ordering University? If you haven't let me explain to you.
Ordering University is a place where one dedicated Ordering Expert will show you how things work, give you tips, advice, support, and answers to all of the questions you have regarding starting in the E-commerce World, of course, with Ordering.
In the following video you'll learn about the Website Footer.
Grab a cup of coffee, tea, or a beer, and check out the video below.
If you want to see how the agent response to all of the questions the Ordering Community is having in the Live chat of Youtube, and how those get answered, Click Here →
Join the Live Stream Conferences from Monday to Friday at 15:00 hrs NY, USA timezone
and bring all of your questions, we are happy to answer them.
Have a Happy Ordering
Comments
0 comments
Please sign in to leave a comment.