Displaying the price of a variable product
-
Good afternoon.
How can I change the display of the price of a variable product in the product grid? For example, I want the minimum price to be displayed.
Attachments:
You must be
logged in to view attached files.
Hello,
You can find this option in the Theme Settings > Shop, scroll a bit down and you will see Hide “to” price
If you have any questions please feel free to contact us.
Best Regards
Hi dear, and how to add to price for variable product phrase “From”?
“from 199.99$”
Hello,
Please add this code instead to the Theme Settings > Custom CSS
.product-type-variable .summary-inner > .price span.amount:before {
content:"from ";
}
body .product-type-variable .price span.amount:before {
content:"from ";
}
Best Regards