Skip to content

Commit

Permalink
Fixes incorrectly nested html in the product items list template.
Browse files Browse the repository at this point in the history
  • Loading branch information
hostep committed Apr 21, 2020
1 parent 1e28f35 commit 0635238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ $_item = null;
<?php // phpcs:disable ?>
<div class="product actions product-item-actions">
<?php if ($showCart):?>
<div class="actions-primary">
<?php if ($_item->isSaleable()):?>
<div class="actions-primary">
<?php if (!$_item->getTypeInstance()->isPossibleBuyFromList($_item)):?>
<button
class="action tocart primary"
Expand Down

0 comments on commit 0635238

Please sign in to comment.