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 58dd8e2 commit 51b925eCopy full SHA for 51b925e
app/code/Magento/Catalog/view/frontend/templates/product/view/form.phtml
@@ -22,6 +22,7 @@
22
<input type="hidden" name="product" value="<?= /* @escapeNotVerified */ $_product->getId() ?>" />
23
<input type="hidden" name="selected_configurable_option" value="" />
24
<input type="hidden" name="related_product" id="related-products-field" value="" />
25
+ <input type="hidden" name="item" value="<?= $block->getRequest()->getParam('id') ?>" />
26
<?= $block->getBlockHtml('formkey') ?>
27
<?= $block->getChildHtml('form_top') ?>
28
<?php if (!$block->hasOptions()):?>
0 commit comments