bundle - Remove currency symbol from price in magento -


How to remove the currency symbol from the price on the bundled products page. Is a bundled product that I want to remove the currency symbol from the last value on that page

post-text itemprop = "text">
  $ Product = $ this- & gt; GetProduct (); If ($ product-> getTypeId () === 'bundle') {Dana :: Mill model ('directory / currency') - & gt; Format ($ product-> getFinalPrice (), array ('display' => Zend_Currency :: NO_SYMBOL), incorrect); }   

You may work in the following file

  app / design / frontend / default / traffic / template / bundle / product / Price Phtml    

Comments

Popular posts from this blog

wpf - ControlTemplate with changes for every class -

c - Performance of System() -

python - Flask - How to print different variables on the same page -