Jump to content

Removing the word "test" from homepage of website


Recommended Posts

Hello all.

 

Something odd has appeared on the front of my PrestaShop homepage. It is the word 'test' appearing next to both the search box at the top of the site, plus just underneath the top menu on the left side. Here is a link to my homepage to show: https://discountprinters.co.uk/

 

Has anyone else ever had/seen this before and know what it is?

 

Many thanks

Link to comment
Share on other sites

That is odd. Take a look in module blocksearch-top.tpl Let me know if you find the word “Test” in the first few lines

 

Might look like this,

 

<label>{l s='Test' mod='blocksearch'}</label>

Link to comment
Share on other sites

Hello.

 

Yes, thanks for that. I'm pretty sure you are right about that, except that I have looked in both of the blocksearch-top.tpl files (top-level + template-level modules) with this line in them = <label for="search_query_top"><!-- image on background --></label> to be exact, and there is no explicit "Test" written in there. Is there a way to trace the path through some kind of browser developer tools?

 

Thanks for your help

Link to comment
Share on other sites

look at your page's html source, with ff right click on the page

 

find the word test, now look above it and see if there is a

<!-- /Block languages module -->

for example...

 

then look in the module the precedes test.

 

also you can try looking for the word test in your translations, back office-->tools-->translations

select modules and the language that test is showing up in

expand all tabs

search for test

Link to comment
Share on other sites

Good idea elpatron.

 

Worst case if all else fails. Download a copy of your shop to your local computer. Use a file search program like Windows Grep. It is real easy to use, just let it search the directory where you have downloaded your shop and it will list every file that has the word test and allow you to click on the file and see the word. You can then quickly edit the files and you only need to upload the edited file.

 

http://www.wingrep.com/

  • Like 1
Link to comment
Share on other sites

Thanks to all of you for your help, much appreciated. The thing that worked in the end was the Windows Grep program. That is one fantastic search program that I'm going to register, so thanks bdalton very much for that.

 

All the best...

Link to comment
Share on other sites

×
×
  • Create New...