Close

Profile: brastop

Avatar

User posts

10 years ago

Hi,

I was wondering, if possible, to change the StoredProc for Ajax Filters because it doesn't take into account child category display order for parent categories.

For example (display order in brackets):

Parent Category: SHOES (1)

Child Categories:
Boots (1)
Trainers (5)
Sandals (3)

Products:

Boots:
- Product A (1)
- Product B (2)
- Product C (3)

Trainers:
- Product D (1)
- Product E (2)
- Product F (3)

Sandals:
- Product G (1)
- Product H (2)
- Product I (3)

If you then view parent category Shoes, you end up with this:

- Product A
- Product D
- Product G
- Product B
- Product E
- Product H
- Product C
- Product F
- Product I

It doesn't take into account the child category display order.

It should be:
- Product A
- Product B
- Product C
- Product G
- Product H
- Product I
- Product D
- Product E
- Product F

Because of the child-category display order.

Do you think this could be changed in the system?

Many thanks,
Jorge

10 years ago

Hi,

We have been trying to rewrite the URLs to be more Google/SEO friendly, so for example:

/my-category#/specFilters=17m!#-!68

as /latest-new-shoes

We tried IIS rewrite, also rewrite in the globals file - none of these methods are working.

It looks like the # is preventing the rewrite from working - is there any way the hash can be changed to something else?

Thanks,
Jorge