Closed (fixed)
Project:
Ubercart advanced catalog
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Reporter:
Created:
23 Sep 2011 at 18:49 UTC
Updated:
26 Dec 2011 at 16:00 UTC
I want to sort the products by sku, is this possible? sku ascending
Comments
Comment #1
mogtofu33 commentedCurrently sku sort is not supported, if more people need this feature and i get some time i will add this option.
Regards.
Mog.
Comment #2
mogtofu33 commentedI try to add sku filter but unfortunatly SQL order is not natural, if your sku is numeric, order will be on first digit. i.e:
1
10
2
3
If you still need this feature, wait to download next dev release (probably 10-05-2011) and uncomment this lines:
But i'll give no support for natural ordering, you need to adjust your skus.
If someone got a solution (i don't want php function to make natural sort, it degrade performance)
Regards.
Mog.
Comment #3
thaistore commentedcan you set the sku sort by default, and thank you for doing this. I will try.
Also I had to create a new view and sort them by SKU by default, but I lost all the good things that come with advanced catalog like selecting the posts per page....
I like this functionality, number of products per page. Is that something it can be added to default view?
I would like to customize the catalog view, is is possible in the future to make a catalog view under views?
Comment #4
thaistore commentedYES THAT IS CORRECT order
If I sort by sku in view, it is already correct, I have mixed numeric letter SKU
I downloaded your latest dev today, and the function is not there to sort by SKU, are you sure you added it?
Comment #5
thaistore commentedany news about sorting by SKU, you said that you will add this feature in next release, but i cant see it
Comment #6
mogtofu33 commentedSee post #2 you need to edit files to get SKU filter.
Comment #7
mogtofu33 commented