pull/1/head
Jan Umbach 2024-05-27 19:51:23 +02:00
parent 38357a8673
commit 88f3e92cad
1 changed files with 3 additions and 0 deletions

View File

@ -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