add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency ) { switch( $currency ) { case 'VND': $currency_symbol = 'VNĐ'; break; } return $currency_symbol; } Hạt Macca Đắk Lắk – Noomacca

Hạt Macca Đắk Lắk

Giá gốc là: 185,000₫.Giá hiện tại là: 145,000₫.

Hạt macca vỏ nứt Macadamia Đắk Lắk được chế tạo từ nguyên liệu 100% macca sạch, thu hoạch từ vùng đất màu mỡ Đắk Lắk. Sản phẩm được sấy bằng công nghệ hiện đại, đảm bảo chất lượng hạt, độ ẩm tiêu chuẩn và dễ dàng tách vỏ. Hạt mắc ca sau khi sấy được bảo quản kỹ lưỡng trong môi trường chân không, giúp giữ trọn vẹn hương vị tự nhiên.

Danh mục:
/*Author: levantoan.com*/ (function ($) { $(document).ready(function () { if($('form.variations_form.cart').length > 0) { $('form.variations_form.cart').each(function (){ let thisWrap = $(this).closest('.product-info.summary'); let oldPrice = $('.price-wrapper > .price', thisWrap).html(); let descBox = $('.product-short-description', thisWrap); $(this).on('show_variation', function (e, variation) { $('.devvn_variation_description', thisWrap).remove(); if(variation.price_html) $('.price-wrapper > .price', thisWrap).html(variation.price_html); if(variation.variation_description) descBox.append('
'+variation.variation_description+'
'); }); $(this).on('hide_variation', function (e) { $('.price-wrapper > .price', thisWrap).html(oldPrice); $('.devvn_variation_description', thisWrap).remove(); }); }) } }); })(jQuery);