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

-4%
43.990.000  46.000.000 
-2%
50.990.000  52.000.000 
-13%
4.590.000  5.290.000 
-6%
5.790.000  6.190.000 
-6%
4.690.000  4.990.000 
-8%
5.790.000  6.290.000 
-8%
5.790.000  6.290.000 
-13%
4.590.000  5.290.000 
-13%
4.590.000  5.290.000 
-8%
5.790.000  6.290.000 
-8%
4.800.000  5.190.000 
-4%
5.750.000  5.990.000 
-8%
4.800.000  5.190.000 
// 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