Text only
|
Text with Images
VirtueMart Forum
VirtueMart 2 + 3 + 4
=> General Questions => Topic started by: KEIII on August 22, 2012, 17:03:31 PM
Title:
Natural order sorting
Post by:
KEIII
on
August 22, 2012, 17:03:31 PM
Hi guys,
By default it is sorting like this:
Code
Select
Expand
abc0
abc11
abc120
abc20
abc3
How to fix it to have:
Code
Select
Expand
abc0
abc3
abc11
abc20
abc120
Thanks
Joomla 2.5.6
Virtuemart 2.0.8
Title:
Re: Natural order sorting
Post by:
KEIII
on
August 29, 2012, 23:09:46 PM
may be somebody knows where I can find VM2 php code implements sort order?
Text only
|
Text with Images