I have a barcode scanning feature within my application. In order for it to work I need to have all the barcodes present in my system. Now the problem arises when I have 2-3 different barcodes for one sku. Magento does not allow for duplicate skus. How should I add different barcodes to the same sku?
Solved! Go to Solution.
Add a new attribute to product that can contain whatever you want.
Hi @ap123
You can use multi select or drop down attribute. How do you want to show the bar code values on product details page?
@Mukesh Tiwari After a customer scans the barcode, the system will fetch the data related to that barcode and display only that barcode - Not the other barcodes attached to the same product