Answer the question
In order to leave comments, you need to log in
How to display price in WooCommerce variable product dropdown list?
Good day!
There are variable products, the names are displayed in a drop-down list and the price of the product variant appears below.
I would like to display the cost next to the name i.e. in the options select.
Google tormented, no answer. There are some options for older versions of WC, but with scripts and a direct query to the database.
Example like now
<select>
<option>Черный</option>
<option>Белый</option>
</select>
<select>
<option>Черный - 100 руб.</option>
<option>Белый - 200 руб.</option>
</select>
wc_dropdown_variation_attribute_options
. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question