WordPress – Variation image click change attribute dropdown selected value in WooCommerce
I'm trying to make it so that by clicking on an attribute's photo, I also update the selection in the attribute's dropdown In content-single-product.php I added // get the product variations $product_variations = $product->get_available_variations(); if ( !empty( $product_variations ) )…