I am selling rings and other jewellery, so I have each ring size as a component and 1 ring as a product. I have 6 ring sizes L,N,Q,T,W,Y. The ring model number is say R76. So I have one ring as a product code R76, I then have 1 attribute (size) with 6 choices (L,N,Q,T,W,Y). These choices are components.
So the model numbers of my rings are R76L, R76N, R76Q etc which are stock controlled. When a customer buys a ring they select a size and then that ring size stock is decreased and I buy another one of that size from the manufacturer and replenish the stock. The rest of my site has mainly one size items.
On the one size items I have a 'block if' statement to add the text 'In Stock' if there is at least one in stock, and adds 'out of stock ' if there is none in stock. The problem I have is that I want the rings to be marked as in stock or out of stock next to the different sizes.
Has anybody done this before or have any idea how to do it.
regards
Ian
So the model numbers of my rings are R76L, R76N, R76Q etc which are stock controlled. When a customer buys a ring they select a size and then that ring size stock is decreased and I buy another one of that size from the manufacturer and replenish the stock. The rest of my site has mainly one size items.
On the one size items I have a 'block if' statement to add the text 'In Stock' if there is at least one in stock, and adds 'out of stock ' if there is none in stock. The problem I have is that I want the rings to be marked as in stock or out of stock next to the different sizes.
Has anybody done this before or have any idea how to do it.
regards
Ian
Comment