Skip to content

Commit 8cc7055

Browse files
author
Viktor Sevch
committed
MC-35599: A Customer can not change the file of the Product with Customizable Option, updating the Shopping Cart
1 parent ab5120a commit 8cc7055

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/view/options/type/file.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
<?= $_fileExists ?
7676
/* @noEscape */ $secureRenderer->renderStyleAsTag(
7777
'display:none',
78-
'input-box-' . /* @noEscape */ $_fileName
78+
'#input-box-' . /* @noEscape */ $_fileName
7979
) : '' ?>
8080
</div>

0 commit comments

Comments
 (0)