Skip to content

Commit ecb9f8e

Browse files
committed
Merge branch 'MAGETWO-54186' of github.com:magento-vanilla/magento2ce into pr_p1
2 parents 9d6e8ef + 8ebadcd commit ecb9f8e

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Catalog/view/frontend/templates/product/view

1 file changed

+3
-1
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/view/addtocart.phtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
5353
<script type="text/x-magento-init">
5454
{
5555
"#product_addtocart_form": {
56-
"catalogAddToCart": {}
56+
"catalogAddToCart": {
57+
"bindSubmit": false
58+
}
5759
}
5860
}
5961
</script>

0 commit comments

Comments
 (0)