AUTO 300 – Personalized Autumn Blanket, Just A Girl Who Loves Fall Blanket QUILT

$49.99

  • Total: $0.00
SKU: auto_300__personalized_autumn_blanket_just_a_girl_who_loves_fall_blanket_quilt_c1297f57-0c82-4f3f-9373-fe6617ed7b6d Categories: ,

Frequently bought together :

$(document).ready(function () { // Đặt interval để kiểm tra giá trị thay đổi setInterval(function () { // Lấy giá trị trong .price_value let currentValue = $(".wcpa_price_outer .price_value").text(); console.log('currentValue :' + currentValue ); // Lấy giá trị hiện tại trong let displayedValue = $(".price.product-page-price bdi").text().replace('$', '').trim(); console.log('displayedValue :' + displayedValue ) // So sánh và cập nhật nếu khác if (currentValue !== displayedValue) { console.log("replace" ); // Cập nhật giá trị mới vào $(".price.product-page-price bdi").html( `$${currentValue}` ); } }, 500); // Kiểm tra mỗi 500ms });