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.
1 parent d0d18eb commit 7fc2d6eCopy full SHA for 7fc2d6e
app/code/Magento/Checkout/view/frontend/templates/cart/shipping.phtml
@@ -77,7 +77,7 @@
77
}
78
</script>
79
<?php if (($_shippingRateGroups = $block->getEstimateRates())): ?>
80
- <form id="co-shipping-method-form" action="<?php echo $block->getUrl('checkout/cart/estimateUpdatePost') ?>">
+ <form id="co-shipping-method-form" action="<?php echo $block->getUrl('checkout/cart/estimateUpdatePost') ?>" method="post">
81
<fieldset class="fieldset rates">
82
<dl class="items methods">
83
<?php foreach ($_shippingRateGroups as $code => $_rates): ?>
0 commit comments