Skip to content

Commit 0fe651d

Browse files
author
Vikalp Saxena
authored
Resolved 404 url while updating quantity on multiple address cart page
Resolved 404 form validation url while updating quantity on multiple address cart page
1 parent a5f9488 commit 0fe651d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Multishipping/view/frontend/templates/checkout

1 file changed

+1
-1
lines changed

app/code/Magento/Multishipping/view/frontend/templates/checkout/addresses.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
data-mage-init='{
1919
"multiShipping":{},
2020
"cartUpdate": {
21-
"validationURL": "/multishipping/checkout/checkItems",
21+
"validationURL": "<?= /* @escapeNotVerified */ $block->getUrl('multishipping/checkout/checkItems') ?>",
2222
"eventName": "updateMulticartItemQty"
2323
}}'
2424
action="<?= $block->escapeUrl($block->getPostActionUrl()) ?>"

0 commit comments

Comments
 (0)