We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be00f8f + b1161c3 commit 12b9481Copy full SHA for 12b9481
app/code/Magento/Catalog/view/frontend/templates/product/list/items.phtml
@@ -242,8 +242,8 @@ $_item = null;
242
<?php // phpcs:disable ?>
243
<div class="product actions product-item-actions">
244
<?php if ($showCart):?>
245
+ <div class="actions-primary">
246
<?php if ($_item->isSaleable()):?>
- <div class="actions-primary">
247
<?php if (!$_item->getTypeInstance()->isPossibleBuyFromList($_item)):?>
248
<button
249
class="action tocart primary"
0 commit comments