GLFR 200 – NO FUN ALOUD – ALL OVER PRINT

$29.90

  • Total: $0.00
SKU: glfr_200__no_fun_aloud__all_over_print_e89f4154-cf40-4744-84d2-b08b8980c5cc 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 });