Jump to content

Module: blocklayered


Recommended Posts

Hello,

 

i have a question/bug on blocklayered. Lets assume i have features width, height and color assigned to each product, feature ID 1, 2 and 3. Of course, in front end, the module shows them in the order of these ids, so first will be width, next is height and last is color.

 

If i rearrange the features in backend (therefor giving them new order-IDs, same IDs), the module still uses the old ordering, not the layout i have arranged in backend:

 

ID | name | Position

1 | width | 1

2 | height | 2

3 | color | 3

 

will be listet width > height > color in frontend

 

ID | name | Position

1 | width | 3

2 | height | 2

3 | color | 1

 
is:  width > height > color in frontend
should be: color > height > width in frontend
 
i can not find the ordering mechanism in blocklayered.php, it looks correct, but it does not work
 
Any ideas?
 
Jan
 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...