Post by antmagn » Tue Apr 22, 2025 9:59 pm

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

Attachments

desktop.JPG

desktop view - desktop.JPG (14.42 KiB) Viewed 618 times

mobile.JPG

mobile view - mobile.JPG (10.6 KiB) Viewed 618 times

Last edited by antmagn on Tue Apr 22, 2025 10:28 pm, edited 1 time in total.

New member

Posts

Joined
Fri Jul 23, 2021 8:38 pm

Post by antmagn » Tue Apr 22, 2025 10:12 pm

Nevermind I found it myself ;D
If anyone is interested its in common/currency.twig

Code: Select all

 {% endfor %} <span class="hidden-xs hidden-sm hidden-md">{{ text_currency }}</span>&nbsp;<i class="fa fa-caret-down"></i></button>
replace with

Code: Select all

 {% endfor %} <span class="">{{ text_currency }}</span>&nbsp;<i class="fa fa-caret-down"></i></button>

Attachments

mobile2.JPG

mobile with currency - mobile2.JPG (14.36 KiB) Viewed 615 times

Last edited by antmagn on Tue Apr 22, 2025 10:14 pm, edited 1 time in total.

New member

Posts

Joined
Fri Jul 23, 2021 8:38 pm

Post by by mona » Tue Apr 22, 2025 10:13 pm

It is removed by the bootstrap class hidden-xs hidden-md

Code: Select all

<span class="hidden-xs hidden-sm hidden-md">{{ text_currency }}</span>
remove those from the currency.twig in catalog/view/theme/default/template/common/currrency.twig

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


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

Post by by mona » Tue Apr 22, 2025 10:15 pm

great -well done
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


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am
Who is online

Users browsing this forum: No registered users and 18 guests