Change vị trí variation.price_html

PHOTO EMBED

Sat Aug 16 2025 02:06:00 GMT+0000 (Coordinated Universal Time)

Saved by @vanthien

$(document).on('found_variation', 'form.cart', function(event, variation) {
	console.log(variation);
    if (variation.price_html) {
      $('.custom-price-box .elementor-widget-container').html(variation.price_html + variation.variation_description);
    }
});
content_copyCOPY