پرش به محتوا
Use "Up" and "Down" arrows to move between options
Click the right arrow to expand children, left arrow to collapse.
document.addEventListener('DOMContentLoaded', function() {
var button = document.querySelector('.checkout-button');
if (button && button.innerText.trim() === 'اقدام به پرداخت') {
button.innerText = 'تکمیل سفارش';
}
});