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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -