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 2e2af0a commit c705a29Copy full SHA for c705a29
app/code/Magento/Catalog/view/frontend/templates/product/view/options/type/file.phtml
@@ -51,7 +51,7 @@
51
id="<?= /* @noEscape */ $_fileName ?>"
52
class="product-custom-option<?= $_option->getIsRequire() ? ' required' : '' ?>"
53
<?= $_fileExists ? 'disabled="disabled"' : '' ?> />
54
- <input type="hidden" name="<?= /* @noEscape */ $_fieldNameAction ?>"
+ <input type="hidden" class="product-custom-option" name="<?= /* @noEscape */ $_fieldNameAction ?>"
55
value="<?= /* @noEscape */ $_fieldValueAction ?>" />
56
<?php if ($_option->getFileExtension()):?>
57
<p class="note">
0 commit comments