zimmer-media Posted February 22, 2018 Posted February 22, 2018 EAN / barcode display on the product page with variants Finally I have found the solution for me with TB from @Nemo an his Nemo's blog. Instead of product.js from the blog ``` selectedCombination['reference'] = combinations[combination]['reference']; // add the following selectedCombination['ean13'] = combinations[combination]['ean13']; ``` i used selectedCombination['reference'] = combination['reference']; // add the following selectedCombination['ean13'] = combination['ean13'];
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now