I’m creating a tshirt website and I need to be able to have a step by step process (page by page) in filtering out what tshirt is best for you with wp-eCommerce.
this is how it need to be laid out:
step one choose what collar type you want your shirt to have once selected -> next
step two choose what cufflink type you want your shirt to have once selected -> next
filter results based on category and or tags of the tshirt and only display what is requested by the tshirt builder selections.
my question is how do I accomplish this in php or a pre-made script?
thanks!
1) There won’t be a pre built script
2) You can do it in php but you are going to have to take a look at how wp eCommerce stores it’s data, depending on the database structure you may be able to filter data
3) You might wanna use some sort of tag system to help filter the shirts