I have looked all over the forums and some of the suggestions did not work. I have Joomla 2.5.3 and Virtuemart 2.02. How do I remove the Sort by drop down menu while view the product with in the category.?
Any help appreciated.
I need this as well
Do some hack in VM core
- Open file components/com_virtuemart/views/category/tmpl/default.php
- Find and delete:
<div class="width70 floatleft">
<?php echo $this->orderByList['orderby']; ?>
<?php echo $this->orderByList['manufacturer']; ?>
</div>
;D
I have the same problem. The 4 lines are erase but thet are still there :(
Quote from: Vejgaard on April 05, 2012, 08:44:23 AM
I have the same problem. The 4 lines are erase but thet are still there :(
I have done in this way, see photo below:
[attachment cleanup by admin]
My solution,
It does work - with a 5 minutes of work
http://forum.virtuemart.net/index.php?topic=100623.0
...just saw this thread. I guess I was not the only one interested in removing this. It really should be a backend setting (hint, hint developers) and added to the SVN. :)
Quote from: jtut on April 05, 2012, 07:07:42 AM
Do some hack in VM core
- Open file components/com_virtuemart/views/category/tmpl/default.php
- Find and delete:
<div class="width70 floatleft">
<?php echo $this->orderByList['orderby']; ?>
<?php echo $this->orderByList['manufacturer']; ?>
</div>
;D
thanks that did the trick.
I have done this -> No succes
http://nyside.sportscentret.dk/rulle-skojter/tilbud (http://nyside.sportscentret.dk/rulle-skojter/tilbud)
Do some hack in VM core
- Open file components/com_virtuemart/views/category/tmpl/default.php
- Find and delete:
Code: [Select]
<div class="width70 floatleft">
<?php echo $this->orderByList['orderby']; ?>
<?php echo $this->orderByList['manufacturer']; ?>
</div>
If not work, please check: templates/YOUR_TEMPLATE_NAME/html/com_virtuemart/category/default.php
dont change the original,
do a template override
http://forum.virtuemart.net/index.php?topic=90935.0