Hi all,
currently we got a challenge for keeping track of our inventory. We sell personalized bracelets with the inital letter of our customer. There are two bracelets per order where a customer can choose two initals for the two bracelets.
We now want to keep track of the stock. The problem is, if we add 26 letters for the first bracelet as a variant and 26 letters for the second bracelet there would be 26 * 26 variants (which is not possible).
And if someone purchases we want the inventory to decrease by one for each letter.
Currently we just use a personalizer so that we have 2 dropdowns for the customer to choose from, but we need to keep track of the inventory manually.
Is it possible that we just add the 26 variants (1 for each letter of the alphabet) and show the dropdown for the customer twice so that he can choose two distinct letters? And also have the quantity of each of them decrease by one if they purchase this one product.
Or is there any app that could help us? We already tried bundle and inventory apps but they do not work for our case.
Thanks for your help!
Best