File: FRONTEND/src/pages/ProductPage.jsx (lines 549-553)
Severity: LOW
Problem: The bundle total is always shown with a strikethrough, but the 10% discount only applies when ALL bundle items are selected. If only some items are selected, the strikethrough price is misleading since no discount is applied.
Fix: Only show the strikethrough when all bundle items are selected (isFullBundle is true).
File: FRONTEND/src/pages/ProductPage.jsx (lines 549-553)
Severity: LOW
Problem: The bundle total is always shown with a strikethrough, but the 10% discount only applies when ALL bundle items are selected. If only some items are selected, the strikethrough price is misleading since no discount is applied.
Fix: Only show the strikethrough when all bundle items are selected (isFullBundle is true).