28.9 C
Ho Chi Minh City
Sunday, January 12, 2025

spot_img

TAG

State funeral

State funeral for former Party leader starts today

HCMC – A two-day State funeral for former General Secretary of the Communist Party of Vietnam Le Kha Phieu begins today, August 14, with...

Latest news

spot_img

Subscribe to the Saigon Times

X

With a basic account, you have free access to daily domestic news, podcasts and videos.

With a premium account, you have unlimited access to domestic news, podcasts, videos and magazine articles on current social, economic, trade, investment issues and foreign business communities and more.

The Saigon Times will collect a small fee from its magazine articles as from July 4, 2023.

Subscribe `); document.querySelector('.button-popup').onclick = function() { document.querySelector('.popup-signle-post').style.display = "none" } setTimeout(function() { var popup = document.querySelector('.popup-signle-post'); popup.style.display = 'none'; }, 60000); } } }); */ /* button click hide / show password change */ window.onload = function() { var btnPass = document.querySelector('#btnPass') var inputPassCurrent = document.querySelector('.woocommerce-edit-account .passwordCurrent') var inputPass1 = document.querySelector('.woocommerce-edit-account .password1') var inputPass2 = document.querySelector('.woocommerce-edit-account .password2') var checkLogin = document.querySelector('body.logged-in'); var checkbox = document.querySelector('#billing_check_recurring'); var contractName = document.querySelector('#billing_contract_field'); var initDate = document.querySelector('#billing_init_date_field'); var amountCycle = document.querySelector('#billing_amount_cycle_field'); var checkoutCycle = document.querySelector('#billing_checkout_cycle_field'); var tokenFees = document.querySelector('#billing_token_fees_field'); var amountCycleValue = document.querySelector('#billing_amount_cycle'); if(btnPass) { btnPass.onchange = function(e) { e.preventDefault(); if(btnPass.checked) { inputPassCurrent.style.display = "block" inputPass1.style.display = "block" inputPass2.style.display = "block" } else { inputPassCurrent.style.display = "none" inputPass1.style.display = "none" inputPass2.style.display = "none" } } } contractName.style.display = "none" initDate.style.display = "none" amountCycle.style.display = "none" checkoutCycle.style.display = "none" tokenFees.style.display = "none" document.querySelector('.cart-token-fee').style.display = "none" if(amountCycleValue.value > 150000) { document.querySelector('.order-total-last td').innerHTML = "VND 299,000" } else { document.querySelector('.order-total-last td').innerHTML = "VND 23,900" } if(checkbox) { checkbox.onchange = function() { if(checkbox.checked) { contractName.style.display = "block" initDate.style.display = "block" amountCycle.style.display = "block" checkoutCycle.style.display = "block" tokenFees.style.display = "block" document.querySelector('.cart-token-fee').style.display = "contents" if(amountCycleValue.value > 150000) { document.querySelector('.order-total-last td').innerHTML = "VND 310,000" } else { document.querySelector('.order-total-last td').innerHTML = "VND 34,900" } } else { contractName.style.display = "none" initDate.style.display = "none" amountCycle.style.display = "none" checkoutCycle.style.display = "none" tokenFees.style.display = "none" document.querySelector('.cart-token-fee').style.display = "none" if(amountCycleValue.value > 150000) { document.querySelector('.order-total-last td').innerHTML = "VND 299,000" } else { document.querySelector('.order-total-last td').innerHTML = "VND 23,900" } } } } }