Skip to content

Commit

Permalink
Merge pull request #66 from EmicoEcommerce/beta
Browse files Browse the repository at this point in the history
Merge beta into master
  • Loading branch information
ah-net authored Feb 26, 2025
2 parents 9e8b9da + 548bd9e commit 22da507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/view/frontend/layout/hyva_catalog_category_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</action>
</referenceBlock>
<referenceBlock name="tweakwise.catalog.product.list.visual">
<action method="setTemplate" ifconfig="tweakwise/personal_merchandising/enabled">
<action method="setTemplate">
<argument name="template" xsi:type="string">Tweakwise_TweakwiseHyva::product/list/visual.phtml</argument>
</action>
</referenceBlock>
Expand Down
2 changes: 1 addition & 1 deletion src/view/frontend/templates/layer/navigation-form.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ use Magento\Framework\View\Element\Template;
* Should return the url to navigate to
*/
findHref(aElement) {
const href = aElement.getAttribute('href');
let href = aElement.getAttribute('href');
if (this.seoEnabled) {
const seoHref = aElement.dataset.seoHref;
href = seoHref ? seoHref : href;
Expand Down

0 comments on commit 22da507

Please sign in to comment.