cancel
Showing results for 
Search instead for 
Did you mean: 

Can magento allow same sku to be linked with different barcodes

SOLVED

Can magento allow same sku to be linked with different barcodes

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?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Can magento allow same sku to be linked with different barcodes

Add a new attribute to product that can contain whatever you want.

Tanel Raja

View solution in original post

3 REPLIES 3

Re: Can magento allow same sku to be linked with different barcodes

Add a new attribute to product that can contain whatever you want.

Tanel Raja

Re: Can magento allow same sku to be linked with different barcodes

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?

---
Problem Solved Click Accept as Solution!:Magento Community India Forum

Re: Can magento allow same sku to be linked with different barcodes

@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