Я провел следующий тест в скрипте Менеджер безрезультатно:
Код: Выделить всё
{{#if page_type "==" "product"}}
document.addEventListener("DOMContentLoaded", function() {
const radioButton = document.querySelector('#attribute_radio_151_177');
radioButton.addEventListener('change', function () {
console.log('Radio button clicked or selected!');
});
});
{{/if}}
Подробнее здесь: https://stackoverflow.com/questions/793 ... s-selected
Мобильная версия