I've been searching for through the forums and add-ons for a solution to this, but I have found very little. If there is a solution already posted, please point me in the right direction.
Basically, my store will have products that vary in size and flavor. Each combination has a different product number that has to be included on the packing slip when I send it to my supplier. I could list each item separately, but that would turn 300 items into around 3000. Is there a simpler solution?
If not, I will have to code an answer. Here is my initial idea, let me know if you think this will work.
1. Code a checkbox into the New Product Form asking if this product will use attributes. (This will determine whether the Product Number pulls from New Product or from Attributes Controller.
2. Since there is not a way (that I know of) to create dependent attributes, I will make only one attribute and call it Size/Flavor and make the Option Names Vanilla - 6oz, Vanilla - 12oz, etc.
3. Then under Adding New Attributes, Prices and Weights I will have to add a new text box that accepts and stores a New Product ID(in a new variable).
4. Lastly change the invoice to look for and pull that variable to the receipt.
or..
It sounds easy on paper, but what issues might I run into with this..
Thanks in advance for your help.


Reply With Quote

