A user wants automatic discounts (e.g., 10% off a collection) to display the reduced price directly on product pages ($50 → $45) rather than only showing the discount at checkout.
Current limitation: Shopify’s native automatic discounts apply only at checkout and don’t update displayed prices on product or collection pages.
Proposed solutions:
NA Bulk Price Editor app: Schedule price changes by swapping regular prices with compare-at prices during sales periods. This removes Shopify’s automatic discounting but visually shows the discount. Note: loses the discount tag at checkout unless custom-coded.
Yagi Automatic Discount Helper app: Uses metafields to display discounted prices on product, collection, and search pages. Includes drag-and-drop app blocks for theme customization without impacting site speed.
Adsgun app: Automatically updates prices across the entire theme (product pages, cart, collections) to reflect automatic discounts.
Custom Liquid code: Manually code the discount display if not using compare-at pricing.
The discussion remains open with multiple third-party app recommendations as workarounds.
Summarized with AI on October 29.
AI used: claude-sonnet-4-5-20250929.
I’m curious if there’s a way for the discounted price to be displayed automatically when using automatic discounts.
Let’s say I set up an automatic discount for “10% off on NEW collection”.
I’d like to ensure that the prices of products in the NEW collection appear as $50 → $45, instead of only showing the 10% off during checkout.
Correct me if I’m wrong but I don’t believe this can be done. We ended up using a handy app called NA Bulk Price Editor. This allows you to schedule pricing changes during your sales/campaign periods by swapping your regular product price to the compare-at-price, and entering your sale price into the regular price, showing a comparison. You would do away with using shopify automatic discounting, as the app handles the discount for you. Unfortunately you will lose the % OFF Discount code tag in both the checkout and cart, however you could get a developer to display this same thing via a custom tag in your cart (and checkout if you have shopify plus).
It is possible. You can display the price after applying the discount to a product on the cart page. Explain your query in detail, like sharing your desired design. and the URL of the store if you want.
I have just made an app specifically to show discounted product prices on the product page and collection , the app utilizes metafields and can display discounted price (from the automatic discount you have created on Shopify Admin) on the product page / collection / search result.
You can generate the discounted price text with one click in the app (it will follow the discount percentage / amount of the automatic discount).
On product page, you can use the app block to display the discounted price (you can drag and drop it in the theme editor), which does not impact the store speed, as it uses Liquid to output the discounted price. (There’s also instruction in the app for showing discounted price in collection / home page, I would be happy to assist on the setup)
Yep, that’s a common issue with automatic discounts — Shopify applies them at checkout, but doesn’t show the reduced price earlier.
If you’re not using compare_at_price, you’ll need custom Liquid code to reflect the discount on product & collection pages.
Or — if you want to skip code and have it work everywhere (product, cart, collection), Adsgun (https://apps.shopify.com/adsgun) handles this automatically.
Plug it in, and it updates all prices across your theme.