Hiển thị 17–30 của 30 kết quả

-36%
5.088.000  7.970.000 
Được xếp hạng 5.00 5 sao
(1)
-40%
-36%
-38%
-35%
11.760.000  18.100.000 
-34%
9.760.000  14.850.000 
-35%
6.960.000  10.760.000 
-39%
7.960.000  12.950.000 
-37%
7.760.000  12.270.000 
-38%
-34%
11.040.000  16.840.000 
-39%
4.560.000  7.460.000 
-38%
6.320.000  10.250.000 
-36%
5.480.000  8.570.000 
Được xếp hạng 5.00 5 sao
(1)
// Thêm script update giá biến thể lên trên function mytheme_update_variation_price_script() { // Đảm bảo WooCommerce & jQuery đã có if ( is_product() ) { wp_add_inline_script( 'jquery', " jQuery(document).ready(function($){ // Lưu giá mặc định ban đầu if(!$('.summary .price').data('default')){ $('.summary .price').data('default', $('.summary .price').html()); } // Khi chọn biến thể $('form.variations_form').on('show_variation', function(event, variation){ if(variation && variation.price_html){ // Ghi đè giá ở trên (thường là vùng .summary .price) $('.summary .price').html(variation.price_html); } }); // Khi bỏ chọn biến thể => hiển thị lại giá mặc định (min - max) $('form.variations_form').on('hide_variation', function(){ $('.summary .price').html($('.summary .price').data('default')); }); }); "); } } add_action( 'wp_enqueue_scripts', 'mytheme_update_variation_price_script' );
038.375.2222