We added the bundle items properly in the bundle product from the admin side.
But when we go to the front side in the product details page at that time selected and default bundle items price display wrong.
Please if any idea to resolve this issue please share here.
Thank you.
Check Price Type – In the bundle product edit page, make sure the Price Type is set correctly (Dynamic or Fixed) according to your requirement.
Reindex Magento Data – Go to System → Index Management, select all, and reindex. Price issues often occur if indexes are outdated.
Clear Cache – Clear Magento and browser cache from System → Cache Management to ensure updated prices load.
Verify Default Options – Ensure the default selected bundle items have correct prices in their associated simple products.
Review Special Price Rules – Check if any catalog price rules are affecting the displayed bundle price unexpectedly.
Check Tier Pricing – Remove or adjust tier prices on child products if they’re unintentionally altering the bundle price.
Template Override Issues – If your theme has overridden view.phtml for bundles, compare it with Magento’s default like menu to ensure price logic isn’t broken.
Update Magento Patches – Apply any available SUPEE patches for Magento 1.9.4.0, as some fixed bundle price calculation bugs.
Inspect JavaScript Price Update – Some themes update prices dynamically via JavaScript; make sure the script pulls correct values.
Check Tax Settings – Misconfigured tax display settings can cause front-end price mismatches.
Test on Default Theme – Switch temporarily to the default RWD theme to see if the price issue persists; this will confirm if it’s theme-related.
Use a Practical Example – Just like “chick-fil-a menu items in Canada” can vary slightly in price depending on region and combo selection, Magento bundle prices can display incorrectly if the underlying rules or configurations aren’t aligned.