Page 1 of 1
New Member needing HELP with Opencart 2.0 to change TEXT that is within a LAYOUT/PANEL
Posted: Fri Sep 06, 2024 3:20 am
by ICE2024
Hello Opencart Community.
Its my first time on here and I am fairly new to opencart and needed some advise please.
I took over a website and needed to change the info such as the company address as shown in File Attached "Screenshot 1...." and on all product pages I need to remove the text "+VAT" that appears within a red square background as shown within the File Attached "Screenshot 2...."
It would be a huge help if someone can guide me to make those changes.
Many thanks in advance.
M @ ICE2024
Re: New Member needing HELP with Opencart 2.0 to change TEXT that is within a LAYOUT/PANEL
Posted: Fri Sep 06, 2024 6:37 pm
by paulfeakins
Give us a link to the website.
Re: New Member needing HELP with Opencart 2.0 to change TEXT that is within a LAYOUT/PANEL
Posted: Fri Sep 06, 2024 7:32 pm
by WaxedPerfection
Re: New Member needing HELP with Opencart 2.0 to change TEXT that is within a LAYOUT/PANEL
Posted: Fri Sep 06, 2024 7:39 pm
by by mona
1. That is a heavily modified site (for the purpose of the question)
2. OC default does not have the address in the footer, so that would be some custom code that could be pretty , much anywhere.
There is an address in system => settings.
Maybe in extensions => modules => (something that looks like a footer extension) .
Maybe have a look if you can see it in extensions => modules => custom html.
Try checking design => layouts if there is a footer layout
You will have to search or you will have to hire a developer to take a look.
Your could check the modification folder for catalog/common/footer.twig and see if there are any clues
Or it could actually be hard coded in catalog/common/footer.twig I suppose.
3. Prices with VAT is in admin settings. Again, this is so modified it is anyones guess
You could change your custom_rs line @79
you could just make it
Code: Select all
.small-vat {
font-size: 25%;
display:none
}
Re: New Member needing HELP with Opencart 2.0 to change TEXT that is within a LAYOUT/PANEL
Posted: Fri Sep 06, 2024 9:44 pm
by ICE2024
Re: New Member needing HELP with Opencart 2.0 to change TEXT that is within a LAYOUT/PANEL
Posted: Fri Sep 06, 2024 9:55 pm
by ICE2024
by mona wrote: ↑Fri Sep 06, 2024 7:39 pm
1. That is a heavily modified site (for the purpose of the question)
2. OC default does not have the address in the footer, so that would be some custom code that could be pretty , much anywhere.
There is an address in system => settings.
Maybe in extensions => modules => (something that looks like a footer extension) .
Maybe have a look if you can see it in extensions => modules => custom html.
Try checking design => layouts if there is a footer layout
You will have to search or you will have to hire a developer to take a look.
Your could check the modification folder for catalog/common/footer.twig and see if there are any clues
Or it could actually be hard coded in catalog/common/footer.twig I suppose.
3. Prices with VAT is in admin settings. Again, this is so modified it is anyones guess
You could change your custom_rs line @79
you could just make it
Code: Select all
.small-vat {
font-size: 25%;
display:none
}
Hi
Thanks for response, guess I will have to cipher (lol) the above and work through it. I thought to take the approach of seeing if I could find some info on the net but its not easy to understand when your a novice but I'll persevere until I can't any sense of it.
Really appreciate it.
Re: New Member needing HELP with Opencart 2.0 to change TEXT that is within a LAYOUT/PANEL
Posted: Fri Sep 06, 2024 10:16 pm
by by mona
Re: New Member needing HELP with Opencart 2.0 to change TEXT that is within a LAYOUT/PANEL
Posted: Mon Sep 09, 2024 7:17 pm
by paulfeakins
Can we consider this one [SOLVED]?