Guest User

Untitled

a guest
Jan 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <?php
  2. $currency_symbol = Mage::app()->getLocale()->currency( $currency_code )->getSymbol();
  3. $specialprice_col = number_format($_product->getSpecialPrice(),2);
  4. ?>
  5. <div class="price"><sup>
  6. <?php echo $currency_symbol; ?></sup><?php echo number_format($_product->getPrice(),2); ?>
  7. </div>
Add Comment
Please, Sign In to add comment