VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: andry1187 on December 11, 2012, 15:10:04 PM

Title: Results search
Post by: andry1187 on December 11, 2012, 15:10:04 PM
hi guys, how i can show a string "no result" when an user try to search some products and can't find nothing?

thank you.
A.
Title: Re: Results search
Post by: bytelord on December 11, 2012, 15:46:52 PM
http://forum.virtuemart.net/index.php?topic=79799.0
Title: Re: Results search
Post by: andry1187 on December 11, 2012, 16:05:39 PM
sorry.

Virtuemart 2.0.12f
Joomla 2.5.6stable
php 5.3.2-1
Title: Re: Results search
Post by: bytelord on December 11, 2012, 16:12:54 PM
Hello,

You can try that: http://forum.virtuemart.net/index.php?topic=107021.msg358455#msg358455

Create a template override for this /components/com_virtuemart/views/category/tmpl/default.php
To create one just copy that file under joomla_root_folder/templates/your_joomla_template/html/com_virtuemart/category/default.php
If the folders are not exist please create them ... if you already use template overrides edit the overridden file.

Use firebug to examine you site code and css styling: https://forum.virtuemart.net/index.php?topic=102850.0

Template Overrides:
Creating Template overrides: https://forum.virtuemart.net/index.php?topic=98505.0
Template System: https://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system

Regards
Title: [SOLVED] Re: Results search
Post by: andry1187 on December 11, 2012, 16:18:15 PM
thank you :)