Minimum price when product has variations
-
When a product has variations with different prices, in the product view it is displayed the range of price (see screenshots). Can I display just the lowest price?
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
body .product-grid-item .price,
body .single-product-page .summary-inner > .price {
font-size: 0;
}
body .product-grid-item .price del,
body .single-product-page .summary-inner > .price del {
margin-right: 3px;
}
body .product-grid-item .price span:first-child {
font-size: 14px;
}
.single-product-page .summary-inner > .price span:first-child {
font-size: 22px;
}
Kind Regards
XTemos Studio