Answer the question
In order to leave comments, you need to log in
How to hide elements on specific pages in Opencart?
Good afternoon. I have a sale element that I want to show ONLY on the home page. On the rest - a basket. Wrote this code.
{% if home == true %}
<div class="sale">
</div>
{% else %}
<div class="items-in-bag">
</div>
{% endif %}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question