Advertisement
Guest User

Untitled

a guest
May 29th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1.         if (!$isGuest) {
  2.             if ($user->hasRole('opt', false) && $this->no_discount == 0) {
  3.                 $this->endprice = $this->price2 * ((100 - $user->profile->discount) / 100);
  4.             }
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement