Hello everyone,
I believe this is simple...I want to display the "Currency" word in mobile view in header as it is in desktop view. I do not want only the symbol.
Thanks in advance.
Version 3.0.3.8
default theme
PHP: 7.3.13
I believe this is simple...I want to display the "Currency" word in mobile view in header as it is in desktop view. I do not want only the symbol.
Thanks in advance.
Version 3.0.3.8
default theme
PHP: 7.3.13
Attachments
desktop view - desktop.JPG (14.42 KiB) Viewed 617 times
mobile view - mobile.JPG (10.6 KiB) Viewed 617 times
Last edited by antmagn on Tue Apr 22, 2025 10:28 pm, edited 1 time in total.
Nevermind I found it myself
If anyone is interested its in common/currency.twig
replace with

If anyone is interested its in common/currency.twig
Code: Select all
{% endfor %} <span class="hidden-xs hidden-sm hidden-md">{{ text_currency }}</span> <i class="fa fa-caret-down"></i></button>
Code: Select all
{% endfor %} <span class="">{{ text_currency }}</span> <i class="fa fa-caret-down"></i></button>
Attachments
mobile with currency - mobile2.JPG (14.36 KiB) Viewed 614 times
Last edited by antmagn on Tue Apr 22, 2025 10:14 pm, edited 1 time in total.
It is removed by the bootstrap class hidden-xs hidden-md
remove those from the currency.twig in catalog/view/theme/default/template/common/currrency.twig
Code: Select all
<span class="hidden-xs hidden-sm hidden-md">{{ text_currency }}</span>
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
great -well done
Please mark the title to include [SOLVED]
Please mark the title to include [SOLVED]
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Who is online
Users browsing this forum: No registered users and 18 guests