Hello,
I have setup Automatic Discounts on my store, so that all products are 50% off. This shows up, however, only when customers finally get through to the Checkout page. I feel I’ll lose customers who don’t see how much their discount is before they get to Checkout, even though it is clearly shown on banners on each page.
I originally had created discounts using the Price vs. Compare Price, but then discovered that the Checkout Page didn’t show the discount customers recieve, only the end price. We were getting a lot of drop-offs at checkout, and we can’t alter the checkout code.
So as a workaround, I am trying to code into the (i) Collection Page (ii) Product Page and (iii) Cart page the discount.
e.g.
on the Product Page it would show the Variant/Current-Price as a strikethrough, and the 0.5 times Current-Price as the way a normal sale price would show up.
On the Cart Page, it would show Original Price; Your Savings (i.e. Variant/Current-price totals x 0.5, in red); and then Subtotal after savings (i.e. Variant/Current-price x0.5)
The customer, would then see the same discount applied at all stages - from Collection page through to Cart and Checkout.
I’ve tried applying ‘times 0.5’ but it briefly shows the 50% price, then reverts quickly back to the 100% price as the page loads.
I also don’t know how to show the (mock) compare at price, showing the original 100% price and make sure the sale price is in red (or sale colour).
Any advice or help is truly appreciated! Thanks so much!