Hi @ribo,
I have added customization to display Base Price and Sale Price in the module. I also added the following CSS to the custom.css file.
.vmproduct .vm-product-footer .vm-price-value {
display: flex;
align-items: center;
gap: .5rem;
}
.vmproduct .vm-product-footer .vm-price-value .vm-price-desc {
font-weight: 400 !important;
margin: 0 !important;
}
.vmproduct .vm-product-footer .product-price {
display: flex;
flex-direction: column;
gap: .5rem;
}
.vmproduct .vm-product-footer .product-price span.PricebasePrice {
text-decoration: line-through;
opacity: .6;
}
Reload your website to view the change.
Kind regards,