A
A
Alexander2015-11-10 22:28:56
WordPress
Alexander, 2015-11-10 22:28:56

Is it possible to display product variations in the category list?

There is a variable product 6e2bff503f364f1bb5f297018713b418.png
in the product card when choosing an option, the price is displayed,
but in the category where a dozen products of the variable product the price is not displayed, only a link to the product
is it possible to somehow pull out at least the default price so that it at least shines in the category and you could use sorting by price
9dc0ec209cdc4ff3b1a31cfdfd97ab3c.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
mixasnt, 2015-11-10
@mixasnt

<? $product = new WC_Product( get_the_ID() ); //Цена товара
 echo $price = $product->price; ?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question