test
parent
38357a8673
commit
88f3e92cad
|
@ -1031,6 +1031,9 @@ class VariantSelects extends HTMLElement {
|
|||
}
|
||||
}*/
|
||||
|
||||
console.log('this.currentVariant.featured_image', this.currentVariant.featured_image);
|
||||
console.log('this.currentVariant.featured_image.alt', this.currentVariant.featured_image.alt);
|
||||
|
||||
if (this.currentVariant.featured_image && this.currentVariant.featured_image.alt) {
|
||||
// just for info: document.querySelectorAll('[thumbnail-alt = '${test}']') // to select all elements with the alt tag
|
||||
|
||||
|
|
Loading…
Reference in New Issue