Categories = high number how best to do it

Posted By amscompanies Tue 19 Apr 2011
Add to Favorites0
Author Message
amscompanies
 Posted Tue 19 Apr 2011
Supreme Being

Supreme Being - (7,259 reputation)Supreme Being - (7,259 reputation)Supreme Being - (7,259 reputation)Supreme Being - (7,259 reputation)Supreme Being - (7,259 reputation)Supreme Being - (7,259 reputation)Supreme Being - (7,259 reputation)Supreme Being - (7,259 reputation)Supreme Being - (7,259 reputation)

Group: Awaiting Activation
Last Active: Wed 8 Feb 2012
Posts: 11, Visits: 1,149
So I have a bit of a problem planning a large site, I have the potential for 500,000 products (which will of course me a licenced version), but I have a few issues before I take the plunge.

Firstly, not all products will have images or stock to start with, so that poses two problems firstly the no image appearing ALOT !! Secondly, no ability to add the items to a wishlist due to the outofstock buying option being switched off.

Secondly, with the huge number of products, all can appear in at least TWO categories as my structure is as follows:

Club -> Season -> Product item

Arsenal -> 2010/2011 -> Arsenal v Aston Villa

Meaning that product should also appear in

Aston Villa -> 2010/2011 - >  Arsenal v Aston Villa

The above setup means I'm going to have ALOT of categories, I have around 1000 clubs each will have around 100 seasons, meaning a potential for 100,000 categories, which is abit excessive IMO.

My idea would be to include a few product atrributes to each item, Home Team, Away Team, Season

You could then filter search results by choosing ALL Home Team = Arsenal, or ALL Home or Away Team = Arsenal but you could also further filter the results by selecting the season

My results would thenbe easier to navigate, (although I think this may need further coding work ??)

Is anyone available to do some custom work for me ?
Paul
 Posted Wed 20 Apr 2011
große Käse

große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)große Käse - (449,500 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
The number of categories is probably ok from the system point of view; I think it could handle these.

Using attributes and searching is probably the way to go though as this would avoid the complexity of all those categories, and would also allow a better way of finding products for customers through a customized search.

v1.3 is just about ready to go, and one of the major changes is that all the code for pages, controls, templates and the business-logic-layer and data-access-layers is now open. This makes customizations far more practical, as well as making bug fixes and minor upgrades much simpler.

Using the attributes model, you could code special attributes such as

Club
Season
Product item

Attributes can be hidden from display on the product (since they're not really needed in your case once the user has found the item), but still included in the search. It would also be possible to create a custom search with dropdowns for Club, Season and Product item which would then run a search.

It would require some custom coding - we can do this if required - just drop an email through the contact form on the www.kartris.com web site and we'll get back to you.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top