Guest User

Untitled

a guest
Mar 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public function getAddUrl($product)
  2. {
  3. return $this->_getUrl(’catalog/product_compare/add’, $this->_getUrlParams($product));
  4. }
  5. With
  6. public function getAddUrl($product)
  7. {
  8. //return $this->_getUrl(’catalog/product_compare/add’, $this->_getUrlParams($product)); return false;
  9. }
Add Comment
Please, Sign In to add comment