David Henry Posted May 7, 2013 Share Posted May 7, 2013 We are setting a site that sells vehicles, yes we can list manufactures and models but I don't see an easy way to add "Year" so that it's really easy to update. Does anyone know is this is possible through a module? Alternatively... Does anyone know how to custom build this? David Link to comment Share on other sites More sharing options...
Paul C Posted May 7, 2013 Share Posted May 7, 2013 The easiest way to do this would be to use a "Feature" Year : 1978 You can even have pre-defined values to save typing them over again subsequently. Link to comment Share on other sites More sharing options...
David Henry Posted May 13, 2013 Author Share Posted May 13, 2013 thanks Paul, that works but is there a way to do this so that the year is listed and sortable similar to Manufacturer and/or price? Link to comment Share on other sites More sharing options...
Paul C Posted May 13, 2013 Share Posted May 13, 2013 (edited) Do you mean listed in the front office? If so, then yes it's possible I guess but would take a little work unless you just use the blocklayered module. That can be used to FILTER on a feature (although not sort I don't think). There's a hook in the CategoryController (ActionProductListOverride) that lets you build your own product listing - that's probably where I'd start on a custom solution. If it's the Back Office then all you would need to do is override AdminProductController to change which fields are presented in the listing (plus probably a callback and/or table join/additional sql to look up the feature value). Edited May 13, 2013 by Paul C (see edit history) Link to comment Share on other sites More sharing options...
David Henry Posted May 14, 2013 Author Share Posted May 14, 2013 thanks Paul, it's for the front end, I'll try the layered block first and if teh client is not happy with that I'll need to go the custom category route. David Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now