Skip to content

Commit

Permalink
Don't open product detail page in Fancybox
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jul 19, 2017
1 parent 22e8f45 commit ee99a4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion classes/Controller.php
Expand Up @@ -157,7 +157,8 @@ private function products($category = null, $collectAll = false)
$products[$index]['previewPicture'] = $this->viewProvider->linkedImage(
$product->getPreviewPicturePath(),
$this->bridge->translateUrl($product->getDetailsLink(XHS_LANGUAGE)),
$product->getName()
$product->getName(),
''
);
$products[$index]['categories'] = $product->getCategories();
if ($product->hasVariants()) {
Expand Down

0 comments on commit ee99a4d

Please sign in to comment.