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.
http://forum.virtuemart.net/index.php?topic=79799.0
sorry.
Virtuemart 2.0.12f
Joomla 2.5.6stable
php 5.3.2-1
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
thank you :)