disable sorting " COM_VIRTUEMART_DESC"
Rate this topic: 




1.00 out of 6 based on 1 vote(s)






- GK User
- Mon Jul 21, 2014 10:20 pm
- Reply with quote
- Report this post
Hi guys, its me again.
How can I disable sorting "COM_VIRTUEMART_DESC".
URL:
http://geschenkkorb24.ch/index.php/gesc ... lass/danke
I assume it should be this file:
/templates/gk_instyle/html/com_virtuemart/category/default.php
I am a little bit afraid to change something.
Please check enclosed the print screen.
Thanks for your help guys.
How can I disable sorting "COM_VIRTUEMART_DESC".
URL:
http://geschenkkorb24.ch/index.php/gesc ... lass/danke
I assume it should be this file:
/templates/gk_instyle/html/com_virtuemart/category/default.php
I am a little bit afraid to change something.
Please check enclosed the print screen.
Thanks for your help guys.
-
- Expert Boarder
- GK User
- Tue Jul 22, 2014 10:00 am
- Reply with quote
- Report this post
Instead of this missing translation text you should see this » screenshot
The easiest way is to disable this part via CSS. Please add this code to override.css file in root/templates/gk_template_name/css directory :
and then just remember to enable "Use override CSS" option in template advanced settings tab.
The easiest way is to disable this part via CSS. Please add this code to override.css file in root/templates/gk_template_name/css directory :
- Code: Select all
.orderlistcontainer { display: none }
and then just remember to enable "Use override CSS" option in template advanced settings tab.
-
- Platinum Boarder
- GK User
- Tue Jul 22, 2014 10:21 am
- Reply with quote
- Report this post
thanks for your help.
works fine.
works fine.
-
- Expert Boarder
3 posts
• Page 1 of 1