We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a3c3c commit 76f0070Copy full SHA for 76f0070
templates/catalog/_partials/miniatures/product.tpl
@@ -176,7 +176,7 @@
176
{/block}
177
</div>
178
179
- {if $product.add_to_cart_url && $product.product_type !== 'combinations'}
+ {if $product.add_to_cart_url}
180
<form action="{$urls.pages.cart}" method="post" class="d-flex flex-wrap flex-md-nowrap gap-3 align-items-center mt-3">
181
<input type="hidden" value="{$product.id_product}" name="id_product">
182
0 commit comments