Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Apr 25, 2024
1 parent 37ac047 commit 8b8b26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/frontend/templates/ff/record-list.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $isSearchRequest = (bool) $block->getData('is_search_request');
</div>

<?php if ($viewModel->isAddToCartEnabled()): ?>
{{^record.HasVariants}}
{{^masterValues.HasVariants}}
<div class="product-item-inner">
<div class="product actions product-item-actions">
<div class="actions-primary">
Expand All @@ -43,7 +43,7 @@ $isSearchRequest = (bool) $block->getData('is_search_request');
</div>
</div>
</div>
{{/record.HasVariants}}
{{/masterValues.HasVariants}}
<?php endif; ?>
</div>
</div>
Expand Down

0 comments on commit 8b8b26b

Please sign in to comment.