Сделана функция updateOrderItemsTotal глобальной для доступа из AJAX колбэков
This commit is contained in:
@@ -1423,6 +1423,9 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
totalElement.textContent = total.toFixed(2);
|
||||
}
|
||||
}
|
||||
|
||||
// Делаем функцию глобальной для вызова из других скриптов
|
||||
window.updateOrderItemsTotal = updateOrderItemsTotal;
|
||||
|
||||
// Функция для инициализации отслеживания изменения цены
|
||||
function initPriceTracking(form) {
|
||||
|
||||
Reference in New Issue
Block a user