wyrd
Senior Contributor
- What's the best way to produce UPC, VIN, ISBN, or SKU codes for products?
- Is there a URL where I can read up on how to implement such things into my program to uniquely identify products?
Right now I have it where the user uses UPC, VIN, ISBN, or SKU codes from the wholesaler for items they buy, however I need a way to create a unique code for items that the user creates on their own. I have an implementation that works fine for now, but I seriously doubt it follows the standards of UPC, VIN, ISBN, or SKU codes.
- Is there a URL where I can read up on how to implement such things into my program to uniquely identify products?
Right now I have it where the user uses UPC, VIN, ISBN, or SKU codes from the wholesaler for items they buy, however I need a way to create a unique code for items that the user creates on their own. I have an implementation that works fine for now, but I seriously doubt it follows the standards of UPC, VIN, ISBN, or SKU codes.