Hi All, I'm not a programmer so I'm not sure if this is a simple job that I'm over looking or if there's a contribution that handles this or what, but I have a question regarding attributes that I'm going to bounce on you guys here and see what can be done, and where/how.
A client of mine deals with custom firearms. He wants to sell some items "as is", meaning I just list them in categories/products like any usual product, but they also want a "build a gun" feature where you customize the gun, in the shopping cart, and purchase from there.
Here's where I am a little lost, not being a programmer. To me, this would look like an "if then else" statement job, but I'm not sure if that is doable with zencart (maybe in the shopping_cart.php file) or not.
The client wants the customer to be able to start off by seeing an "option" attribute listing "barrel", "action", "trigger", "stock" or "misc.", now if it was just this... it would just be an attribute with options and values, but the client wants the buyer to pick an option such as "barrel", at which time an "option" for "manufacturer" appears with available manufacturers depending on which original option was selected. once the manufacturer is selected, another "option" appears with specifics offered by that manufacturer. once that is done, the buyer can purchase said product.
Is this something that can be done with zencart? Is there a contribution I haven't found or missed or is this something I would have to author in a php file?
Any feedback is much appreciated!



