Hi @ROEDADK ,
I checked your problem, looks like you’ve fixed it.
If not, “to make the sale price to be displayed first and the strike-through price to be displayed after it”, you can Rearrange Price Display Order on liquid file (product.liquid)
You’ll need to rearrange the order in which the regular price and sale price are displayed. Locate the code that outputs the sale price (often labeled {{ product.price | money }}) and move it above the code that outputs the regular price with strike-through (often using {{ product.compare_at_price_max | money }}).
Have a nice day, sir!