juuser
Well-Known Member
When SEF urls are enabled, order plugin seems to make an ajax call to the wrong url which is "yourdomain.com/some-menu-alias/index.php", but it should be "yourdomain.com/index.php". And therefore does not save the ordering throwing a "404 not found" error on browser console.
In order.js, adding slash ("/") to the ajax url before the "index.php", solves the issue.
Hope you can commit this to the Bitbucket.
Thanks in advance!
In order.js, adding slash ("/") to the ajax url before the "index.php", solves the issue.
Hope you can commit this to the Bitbucket.
Thanks in advance!