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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -