Merge branch 'main' of https://github.com/JannexNet/SHX-Theme
commit
d8ac59e09f
|
@ -88,11 +88,7 @@
|
|||
addEventListeners() {
|
||||
|
||||
if(!this.video) {
|
||||
console.error('No video element found');
|
||||
|
||||
|
||||
setTimeout(this.connectedCallback.bind(this), 1000);
|
||||
|
||||
console.error('No video element found');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -51,12 +51,6 @@
|
|||
"show_gift_card_recipient": true
|
||||
}
|
||||
},
|
||||
"custom_liquid_XTpH9w": {
|
||||
"type": "custom_liquid",
|
||||
"settings": {
|
||||
"custom_liquid": "<div id=\"test\" style=\"display: flex; flex-direction: column; align-items: center\">\n <span>Sicher Bezahlen mit<\/span>\n <ul class=\"list list-payment\" role=\"list\">\n {%- for type in shop.enabled_payment_types -%}\n <li class=\"list-payment__item\">\n {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}\n <\/li>\n {%- endfor -%}\n <\/ul>\n<\/div>"
|
||||
}
|
||||
},
|
||||
"icon_with_text_yXXnBb": {
|
||||
"type": "icon-with-text",
|
||||
"settings": {
|
||||
|
@ -92,7 +86,6 @@
|
|||
"text_qP8WtF",
|
||||
"quantity_selector",
|
||||
"buy_buttons",
|
||||
"custom_liquid_XTpH9w",
|
||||
"icon_with_text_yXXnBb",
|
||||
"custom_liquid_FNDRyY",
|
||||
"share"
|
||||
|
|
Loading…
Reference in New Issue