Hello,
To change the order of the sale price and regular price add the below code to Theme Options > Custom CSS
.product-content .price {
display: flex;
}
.product-content .price del {
order: 2;
padding-left: 10px;
}
Displaying “You save…” requires PHP customization or third-party plugin because we don’t have such option in our theme.
Regards