Skip to content

Commit

Permalink
Update ListProduct.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net committed Oct 24, 2024
1 parent dc172bf commit bbfc9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Block/Product/ListProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function getUrl($route = '', $params = [], $queryParams = [])
$landingPageId = (int)$this->request->getParam('id');
if (!empty($landingPageId)) {
$landingPage = $this->landingPageRepository->getById($landingPageId);
$filters = $this->registry->registry('tw_filters' . $landingPageId);
$filters = $this->registry->registry('alp_filters' . $landingPageId);
$filterTemplate = $landingPage->getTweakwiseFilterTemplate();
$sortTemplate = $landingPage->getTweakwiseSortTemplate();

Expand Down

0 comments on commit bbfc9b5

Please sign in to comment.