I have our attributes set up, make, model, part type, but I want there to be a hierarchy to it Such as, you can select model without selecting a make, and you can't select part type without selecting a model first. How do I have Make show up, then once make is chosen Model shows up, then part type?
Not entirely sure I follow that but it sounds like you simply need to filter things. https://wordpress.org/plugins/woocommerce-ajax-filters/ http://codecanyon.net/item/woocommerce-product-filter/8514038 hope that helps, Nigel
Hey Nigel, I do need to filter things BUT, I need the filters to show in progression, so the customers dig down (make, THEN model, THEN part type) so all three filters do not show at once.
ok let me think that over a sec but I think this will do it http://codecanyon.net/item/wordpress-meta-data-taxonomies-filter/7002700 N.
Yes, but it looks like it loads all the filters at once. We have 3 filters that need to be shown in succession; First Make is picked Then Model appears and is picked Then Part Type is picked.