Guest User

Untitled

a guest
May 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. /**
  2. * @param type $item
  3. *
  4. * @return true
  5. */
  6. protected function setItemPrice($item, $price) {
  7. $item->getProduct()->setSpecialPrice($price);
  8. $item->setCustomPrice($price);
  9. $item->setOriginalCustomPrice($price);
  10. $item->getProduct()->setIsSuperMode(true);
  11. }
Add Comment
Please, Sign In to add comment