Single product – Variable price
// functions.php (child theme) of via Code Snippets add_action( ‘wp_head’, function () { if ( is_product() ) { echo ‘ ‘; } }); // 1) Toon ALTIJD de variatieprijs, ook als die gelijk is aan de parent-prijs add_filter( ‘woocommerce_show_variation_price’, ‘__return_true’…Continue reading