File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
app/code/Magento/PageBuilder/view/frontend/templates/catalog/product/widget/content Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ use Magento\Framework\App\Action\Action;
100
100
</div>
101
101
</div>
102
102
<?= ($ iterator == count ($ items ) + 1 ) ? '</li> ' : '' ?>
103
- <script type="text/x-magento-init">
104
- {
105
- "[data-role=tocart-form], .form.map.checkout": {
106
- "catalogAddToCart": {
107
- "product_sku": "<?= $ escaper ->escapeJs ($ _item ->getSku ()); ?> "
108
- }
109
- }
110
- }
111
- </script>
112
103
<?php endforeach ?>
113
104
</ol>
105
+ <script type="text/x-magento-init">
106
+ {
107
+ "[data-role=tocart-form], .form.map.checkout": {
108
+ "catalogAddToCart": {
109
+ "product_sku": "<?= $ escaper ->escapeJs ($ _item ->getSku ()); ?> "
110
+ }
111
+ }
112
+ }
113
+ </script>
114
114
<?php endif ;?>
You can’t perform that action at this time.
0 commit comments