I read a lot about this problem, but I get nothing that offers a way out. I work with version 1.3.2.4 and after creating the bundle product, Magento displays it as a price as zero, but gives the "current composition" as the correct value.
alt text http://www.balexandre.com/temp/2009-10-13_2158.png
I already tried to update the cache, rebuild the directory index, and nothing works ... Then I went deeper and went into the price.phtml template in
template / package / catalog / product / view /
and tried to call the same method that correctly displays the value, bu also returns zero.
I noticed that Magento has this javascript method
bundle.reloadPrice();
right after and if called, I get the right price ... I can try using jQuery (or Prototype, since Magento uses it by default) changes the value, but I tried it right ...
Any other ideas?
source
share