VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: joozen on March 15, 2024, 22:24:51 PM

Title: Product sort by drag in drop in admin not working
Post by: joozen on March 15, 2024, 22:24:51 PM
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.
Title: Re: Product sort by drag in drop in admin not working
Post by: AH on July 05, 2024, 14:27:10 PM
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>

Title: Re: Product sort by drag in drop in admin not working
Post by: joozen on December 29, 2024, 09:27:19 AM
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.
Title: Re: Product sort by drag in drop in admin not working
Post by: Roderic on January 03, 2025, 12:03:59 PM
Did you see the latest SVN?

https://dev.virtuemart.net/projects/virtuemart/repository/virtuemart/revisions/11100

"fixed dragndrop for customs, products, categories, countries"