Jump to content
thirty bees forum

EAN on product page with variants


zimmer-media

Recommended Posts

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'];

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...