VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Trucmuche on October 29, 2016, 12:47:19 PM

Title: Search module problem
Post by: Trucmuche on October 29, 2016, 12:47:19 PM
Hello,
I have a problem, which makes me think that this is a bug, but I may be wrong, I ask.
Virtuelmart: 3.0.18,
Joomla: 3.6.4,
PHP Version: 5.6.25,
Version of the database: 5.5.52-0 + deb7u1-log
Joomla search module and virtuelmart I completely disable the site appears. Mias will appear on the site
In the administration I checked "Show untranslated key language in English"
When I désative function is "COM_VM_SEARCH_DESC" is displayed instead of "Leave the empty search box to find all products, or enter a search term to find a specific product."
What is the problem?
Thank you
Title: Re: Search module problem
Post by: Jörgen on October 29, 2016, 13:44:06 PM
Hello

This is not a bug. The language constant (COM_VM_SEARCH_DESC) has not been translated into Your language, have You uplaoded the latest verion of Your language pack for VM ? If You still need want to fix this then You can make a language override for the language constant (COM_VM_SEARCH_DESC) in Your front en language. If You need more help, please google on how to make language overrides in Joomla. Assign anything that You want it to say or leave it empty.

regards

Jörgen @ Kreativ Fotografi
Title: Re: Search module problem
Post by: Trucmuche on October 29, 2016, 15:13:04 PM
Hello,
Thank you for the answer.
I know how to do this, but my problem is that I disabled this module joomla and virtuelmart, but it appears as well on the site.
Thank you
Title: Re: Search module problem
Post by: Jörgen on October 29, 2016, 16:27:04 PM
If you have disabled Virtuemart and this module then it can not appear on Your website.

Where Do You think that You have disabled Virtuemart and why in this case are You using Virtuemart ?

Have You really disabled this module in the joomla module setup ?

regards

Jörgen @ Kreativ Fotografi

Title: Re: Search module problem
Post by: Trucmuche on October 30, 2016, 11:32:00 AM
Hello,
And yes it normally should not appear on the site as long as I disabled both (modules and plug-ins) joomla and virtuemart.
Thank you
Title: Re: Search module problem
Post by: Jörgen on October 30, 2016, 16:31:09 PM
Well, what does the template position tell You is activated in that position ?

There must be something activated in that template position.

But without a live URL it is impossible to tell.

regards

Jörgen @ Kreativ Fotografi
Title: Re: Search module problem
Post by: Trucmuche on October 30, 2016, 18:01:18 PM
Hello,
No, there is no module enabled in this position. This position is empty.
The site is www.http: //francestampe.fr
Thank you
Title: Re: Search module problem
Post by: Jörgen on October 30, 2016, 19:34:13 PM
This is part of the browse view in virtuemart.

Yo can make an ovveride in the template, but if You don´t want the search then try this in You css.

.virtuemart_search {
    display: none;
}


regards

Jörgen @ Kreativ Fotografi
Title: Re: Search module problem
Post by: Trucmuche on November 01, 2016, 13:56:51 PM
 Hello,
Thank you for your help, I actually solved the problem.
Thank you :D
Title: Re: Search module problem
Post by: Jörgen on November 01, 2016, 14:47:24 PM
Did You use the CSS ?

regards

Jörgen @ Kreativ Fotografi
Title: Re: Search module problem
Post by: Trucmuche on November 01, 2016, 15:21:43 PM
Hello,
Yes, with CSS, it works I do not have the problem
Thank you for your help
Title: Re: Search module problem
Post by: proxima on November 01, 2016, 21:52:35 PM
I remember, please, that I have to modify the language file? components/com_virtuemart/language? thanks :-\