Product Page Pricing
When a discount applies to a product, you can show the discounted price on the product page itself — before the customer even adds it to their cart. This is configured per-discount in the Product Page Display tab of the wizard.
What customers see
Section titled “What customers see”Depending on the discount type and your configuration, customers can see:
- Crossed-out original price with the discounted price alongside
- Savings badge — “Save 15%” or “Save £5”
- Pricing table — For tiered or bulk discounts, a table showing all tiers and their prices
- Bundle prompt — “Buy 3 for £25” callout on qualifying products

Configuring product page display
Section titled “Configuring product page display”In the wizard, the Product Page Display tab offers:
| Setting | What it does |
|---|---|
| Show discounted price | Display the after-discount price alongside the original |
| Show savings | Display how much the customer saves (percentage or amount) |
| Show pricing table | For tiered/bulk discounts, display the full tier table on the product page |

How it interacts with themes
Section titled “How it interacts with themes”Dino Discounts hooks into WooCommerce’s standard price display hooks. This means it works with most themes out of the box. The display respects your theme’s price formatting (currency symbol, decimal places, position).
If your theme uses non-standard price markup, the display may need CSS adjustments. The plugin uses clearly named CSS classes (.dd-*) for all its output, making it straightforward to style.