virtuemart - No result text in category layout

eleanor
374 Posts
eleanor posted this 26 April 2016

Hi

Please can you tell me how to turn off the words, 'No result' in the category and sub category layouts of my virtuemart templates?

no-result.JPG

Thank you very much.

Hi Please can you tell me how to turn off the words, 'No result' in the category and sub category layouts of my virtuemart templates? !no-result.JPG! Thank you very much.
Vote to pay developers attention to this features or issue.
6 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 26 April 2016

Hello,

I'm not sure what control is responsible for this result. Could you please provide temporary access to your website for investigation? I have moved the case to private for this.

Sincerely,
Nettie,
BillionDigital Team

Hello, I'm not sure what control is responsible for this result. Could you please provide temporary access to your website for investigation? I have moved the case to private for this. Sincerely, Nettie, BillionDigital Team
Support Team
Support Team posted this 28 April 2016

Hi Eleanor,

Sorry for the delay in response.
Our developers could only suggest to insert the following code to the very end of script.js file of the corresponding template:

jQuery(function($) { $('#bd_results').html($('#bd_results').html().replace('No result', '')); });

Please let us know the result.

Thanks,
Ivan

Hi Eleanor, Sorry for the delay in response. Our developers could only suggest to insert the following code to the very end of `script.js` file of the corresponding template: jQuery(function($) { $('#bd_results').html($('#bd_results').html().replace('No result', '')); }); Please let us know the result. Thanks, Ivan
eleanor
374 Posts
eleanor posted this 28 April 2016

Thank you so much.

I hesitate to tell you but we've found another solution. Really sorry to have wasted your developers time but for your information in case this type of issue is asked about again...

We have created a language override in joomla and left the text box blank, which has removed the text from the page!
I've added the screen grab for anyone else finding this post.

language-override.jpg

Thank you again, kind regards

Thank you so much. I hesitate to tell you but we've found another solution. Really sorry to have wasted your developers time but for your information in case this type of issue is asked about again... We have created a language override in joomla and left the text box blank, which has removed the text from the page! I've added the screen grab for anyone else finding this post. !language-override.jpg! Thank you again, kind regards
Support Team
Support Team posted this 28 April 2016

Hello,

Thanks you for letting us know. In this case we can hide the post with your credentials and make the topic public. Please let us know if it is OK.

Sincerely,
Nettie,
BillionDigital Team

Hello, Thanks you for letting us know. In this case we can hide the post with your credentials and make the topic public. Please let us know if it is OK. Sincerely, Nettie, BillionDigital Team
eleanor
374 Posts
eleanor posted this 28 April 2016

Absolutely!

Kind regards

Absolutely! Kind regards
Support Team
Support Team posted this 28 April 2016

Done!

Sincerely,
Nettie,
BillionDigital Team

Done! Sincerely, Nettie, BillionDigital Team
You must log in or register to leave comments