Magento, estrarre il prezzo del prodotto senza html

Reading Time: < 1 minuteFavoriteLoadingAggiungi ai preferiti

Prezzo pieno

 currency(number_format($_product->getPrice(),2)); /*PRICE*/ ?>

Prezzo Speciale

 currency(number_format($_product->getSpecialPrice(),2)); /*SPECIAL PRICE*/ ?>