Hi. I have thousands of product SKUs that are all sold by the piece in our inventory system. Though, when selling the products to customers in our new Shopify store, I only want them to be sold in box quantities (25, 50, 75, 100, etc). Is there a way to do this that doesn’t involve replacing a line of code for each product?
Example: Show pricing by piece for a hex nut, but only allow it to be purchased in multiples of 100 pieces (100, 200, 300, etc).
Note: Our inventory system pulls in Shopify orders via API. I understand that a possble solution is to convert our SKU system to a SKU for each box quantity, but I do not want to do this. It would mess with inventory levels and make our purchasing process much more difficult. Thanks.