Advertisement
Guest User

Untitled

a guest
Jan 28th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. 1) Can I have the same filtering scheme for all category pages ? That is, same filtering configuration for where-ever I choose to display the product filtering box ?
  2. 2) Opposite to the question above, can I individually set different filtering configuration for each place where I'm displaying the product filtering box ? E.g. under only some specific categories ?
  3. 3) If yes to 2), can I also give some default filtering input, based on where the filtering box is being displayed ? E.g. Suppose I have Categories like this:
  4.  
  5. Genre (main category) --> Action (sub-category)
  6. Genre (main category) --> Adventure (sub-category)
  7. Genre (main category) --> Comedy (sub-category)
  8. etc ..
  9.  
  10. Suppose I want to display the filtering box in all 3 sub-category pages (Action, Adventure, Comedy). Suppose also that I want to display a filtering input for Genre filtering too, for all 3 filtering boxes. Now can I by default set the Genre filtering input to Action, Adventure or Comedy, indvidually, based on where the filtering box is being displayed ? User should still be able to change this input if needed.
  11.  
  12. 4) Suppose I have attribute value string like this: "ValueA, ValueB, ValueC" (without the quotes). I want to split them, using "," as the splitter. But will the resulting string be trimmed to remove the extra space ? That is, I want these values: "ValueA", "ValueB" and "ValueC". I don't want "ValueA", " ValueB" and " ValueC".
  13.  
  14. 5) Can some animations/effects be added and tweaked, for when the filtering results are updated ?
  15.  
  16. 6) Can mutual exclusivity be set individually for each filtering attribute/category ? E.g. for Actors Attribute Filtering, show only movies which have all actors currently selected, but for Movie Rating (PG, PG-13, R, etc..) Attribute Filtering, select any movie which matches at least any one of the selected ratings .. ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement