Skip to content

Commit

Permalink
Merge branch 'hotfix/product_block_cart_mobile'
Browse files Browse the repository at this point in the history
  • Loading branch information
Prestarocket committed Jun 9, 2020
2 parents d469367 + 4728ada commit 5e3423c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/catalog/_partials/product-add-to-cart.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
>
</div>

<div class="add col">
<div class="add col-auto">
<button
class="btn btn-primary add-to-cart btn-lg btn-block btn-add-to-cart js-add-to-cart"
data-button-action="add-to-cart"
Expand Down Expand Up @@ -72,7 +72,7 @@
{/if}
</span>
{/block}

{block name='product_minimal_quantity'}
<p class="product-minimal-quantity">
{if $product.minimal_quantity > 1}
Expand Down

0 comments on commit 5e3423c

Please sign in to comment.