File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Checkout/view/frontend/templates/cart/item/configure Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 40
40
<script type="text/x-magento-init">
41
41
{
42
42
"#product_addtocart_form": {
43
- "validation": {},
44
- "addToCart": {
45
- "cartButtonId": "#product-updatecart-button",
46
- "cartForm": "#product_addtocart_form"
47
- }
43
+ "Magento_Catalog/js/validate-product": {}
48
44
}
49
45
}
50
46
</script>
Original file line number Diff line number Diff line change 12
12
<extension_attributes for =" Magento\Quote\Api\Data\AddressInterface" >
13
13
<attribute code =" discounts" type =" Magento\SalesRule\Api\Data\RuleDiscountInterface[]" />
14
14
</extension_attributes >
15
- </config >
15
+ <extension_attributes for =" Magento\Catalog\Api\Data\ProductInterface" >
16
+ <attribute code =" discounts" type =" Magento\SalesRule\Api\Data\RuleDiscountInterface[]" />
17
+ </extension_attributes >
18
+ </config >
You can’t perform that action at this time.
0 commit comments