Hello, I have a collection of products that displays a new price right next to a crossed out old price. However, when you click on Quickview a modal pops up with the new price crossed out instead of the old price crossed out. Is there anyway to fix this?
Hi @gdsAlex ,
In your case, the cause may be that you installed another app that captured the element wrong.
Now, you should check the action “add to cart” or “checkout” from Quickview to see if the product price is correct or not.
- If yes, then you can solve this issue by catching 2 price elements (CSS selector) and adding CSS for 2 price elements in the file base.css or theme.css (due to the CSS property “text-decoration”).
- If not, you can need to talk to an expert to check and give you a solution.
I hope it’s useful to you. If you need any further help, feel free to let me know.
1 Like
