Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
  2.  
  3. $specialPrice = $_product->getFinalPrice();
  4. $normalPrice = $_product->getPrice();
  5. if ($normalPrice != $specialPrice)
  6. {
  7. // has special price
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement