allow displaying how much product wanted in category page

This commit is contained in:
Manuel Raynaud
2013-09-20 09:19:12 +02:00
parent c255548d9b
commit 16de9bbcc9
4 changed files with 15 additions and 35 deletions

View File

@@ -186,7 +186,8 @@ class UrlGenerator extends AbstractSmartyPlugin
protected function getCurrentUrl()
{
return URL::getInstance()->retrieveCurrent($this->request)->toString();
//return URL::getInstance()->retrieveCurrent($this->request)->toString();
return $this->request->getUri();
}
protected function getReturnToUrl()