콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
4924 화면

ValidateError

Error occurred while validating the field(s) ean13: You provided an invalid "EAN13 Barcode" reference. You may use the "Internal Reference" field instead.

아바타
취소

What are you entering? You need to enter a valid EAN13 barcode number.http://en.wikipedia.org/wiki/International_Article_Number_(EAN)

작성자

yes sir i want to enter a valid EAN13 number.. how to solve this problem??

베스트 답변

Calculation of EAN13:

You can choose first 12 numbers. The 13th is computed. Let x be the sum of numbers on odd positions Let y be the sum of numbers on even positions Let z be x+(y*3) Let z' be z rounded up (73 to 80 for example) Then 13th number is z' - z

I show you with 593253012713 example.I selected a 12 digit number and calculating the thirteen digit. So (5+3+5+0+2+1) = 16, (9+2+3+1+7)*3 = 75. Therefore we have 16 + 75 = 91. Then rounded(91) - 91 is 100 - 91 = 9. So the last digit should be 9 and then it's a valid EAN code 5932530127139

OR

Install point_of_sale module and this will enable Button 'Set a Custom EAN' below this EAN13 field and with help of this button you can add your custom EAN13 no. But this is not recommended.

아바타
취소
작성자

Hi, how to solve this one (9+2+3+1+7)*3 = 75? when I'm trying to compute this equation I'm getting the answer of 66? how come your answer is 75?? do you have another way of solving it?

베스트 답변

there is a sample checksum for ean13 in javascript file in point-of-sale module, your products should contains the correct number of ean13.

아바타
취소