Hello. Product sort not working in Joomla 4 new admin template. I think this issue sinse VM4 first release. I don't remember if it was in Joomla 3 but defenetely in Joomla 4. I saw tread or two in this forum about the issue but it still not fixed I think. It still working in old template but not in new one. Is it any chance it will be fixed one day or maybe ready solution available?
Thank you.
This should be fixed in the next release - but if you want to fix it now
Go to administrator/templates/vmadmin/html/com_virtuemart/product/default.php
Find this:
if ($this->showDrag) { ?>
<div class="uk-sortable-handle"><span class="" uk-icon="icon: move; ratio: 0.75"></span></div>
Replace with this:-
if ($this->showDrag) { ?>
<div><span class="vmicon-16-move" uk-icon="icon: move; ratio: 0.75"></span></div>
Quote from: AH on July 05, 2024, 14:27:10 PMThis should be fixed in the next release - but if you want to fix it now
Go to administrator/templates/vmadmin/html/com_virtuemart/product/default.php
Find this:
if ($this->showDrag) { ?>
<div class="uk-sortable-handle"><span class="" uk-icon="icon: move; ratio: 0.75"></span></div>
Replace with this:-
if ($this->showDrag) { ?>
<div><span class="vmicon-16-move" uk-icon="icon: move; ratio: 0.75"></span></div>
Thank you but this fix not changed anything. Button and arrows still not functional in new admin template. Even with Virtuemart 4.4.0 after latest update.
Did you see the latest SVN?
https://dev.virtuemart.net/projects/virtuemart/repository/virtuemart/revisions/11100
"fixed dragndrop for customs, products, categories, countries"