Skip to content

Commit 76f0070

Browse files
committed
try to fix ui test
1 parent c0a3c3c commit 76f0070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/catalog/_partials/miniatures/product.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
{/block}
177177
</div>
178178

179-
{if $product.add_to_cart_url && $product.product_type !== 'combinations'}
179+
{if $product.add_to_cart_url}
180180
<form action="{$urls.pages.cart}" method="post" class="d-flex flex-wrap flex-md-nowrap gap-3 align-items-center mt-3">
181181
<input type="hidden" value="{$product.id_product}" name="id_product">
182182

0 commit comments

Comments
 (0)