Category and Sub Category Problems (1.5.6.1)
Posted: Tue Feb 11, 2014 4:54 am
Hi,
I've downloaded OC 1.5.6.1 and installed for testing on a free hosting.
Installed perfectly with no errors.
I have this problem, that I solved only for the 50%
I created for testing some categories that I have called :
AA (father) with Sort Order 100
|---AB (son of AA) with Sort Order 5
|---AC (son of AA) with Sort Order 10
at the beginning the result showed on the category view was :
AA Sort Order 100
|---AB Sort Order 100
|---AC Sort Order 100
looking on the forum I found this discussion: viewtopic.php?f=19&t=101559
and this patch : https://github.com/opencart/opencart/co ... 5858d4536b
Now the viewed results is like aspected :
AA Sort Order 100
|---AB Sort Order 5
|---AC Sort Order 10
at this time I inserted a new AA son called AD with Sort Order 6.
And I expected a result as :
AA Sort Order 100
|---AB Sort Order 5
|---AD Sort Order 6
|---AC Sort Order 10
but the result was as below, with an alphabetical sort of the "son name" instead of sorting the order number as above
AA Sort Order 100
|---AB Sort Order 5
|---AC Sort Order 10
|---AD Sort Order 6
Is it possible to view in the correct way as :
AA Sort Order 100
|---AB Sort Order 5
|---AD Sort Order 6
|---AC Sort Order 10
like in the previous version of OC ?
I am making something wrong ? or is an OC Problem ?
Thank you, and sorry for my English
I've downloaded OC 1.5.6.1 and installed for testing on a free hosting.
Installed perfectly with no errors.
I have this problem, that I solved only for the 50%
I created for testing some categories that I have called :
AA (father) with Sort Order 100
|---AB (son of AA) with Sort Order 5
|---AC (son of AA) with Sort Order 10
at the beginning the result showed on the category view was :
AA Sort Order 100
|---AB Sort Order 100
|---AC Sort Order 100
looking on the forum I found this discussion: viewtopic.php?f=19&t=101559
and this patch : https://github.com/opencart/opencart/co ... 5858d4536b
Now the viewed results is like aspected :
AA Sort Order 100
|---AB Sort Order 5
|---AC Sort Order 10
at this time I inserted a new AA son called AD with Sort Order 6.
And I expected a result as :
AA Sort Order 100
|---AB Sort Order 5
|---AD Sort Order 6
|---AC Sort Order 10
but the result was as below, with an alphabetical sort of the "son name" instead of sorting the order number as above
AA Sort Order 100
|---AB Sort Order 5
|---AC Sort Order 10
|---AD Sort Order 6
Is it possible to view in the correct way as :
AA Sort Order 100
|---AB Sort Order 5
|---AD Sort Order 6
|---AC Sort Order 10
like in the previous version of OC ?
I am making something wrong ? or is an OC Problem ?
Thank you, and sorry for my English