Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. if (isset($this->request->get['product_id'])) {
  2.     $product_id = $this->request->get['product_id'];
  3. } else {
  4.     $product_id = 0;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement