I have variable products with three attributes: size, color, and language. The product price is determined by the size; neither color nor language impacts the price.
For instance, when size “M” is selected, the price remains constant regardless of the color or language chosen.
Now customers must select size, color, and language to see the product price. I would like the price to be displayed as soon as the size is selected, without requiring the selection of color and language.
What steps should I take to achieve this? Thank you.
*(Same problem is here, but without answers.
Woocommerce variations products – show price after selecting first attribute)*
Veronika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.