Magento2 jQuery Not loading properly
We have been having problems with jQuery loading for the past few days. as a result of the website’s malfunction, customers were unable to submit orders.
override the core acl without overriding any of core file
<type name=”MagentoPurchaseOrderGraphQlModelFiltersCompanyPurchaseOrders”> <arguments> <argument name=”allowedResources” xsi:type=”array”> <item name=”view_purchase_orders_for_company” xsi:type=”string”>Magento_PurchaseOrder::view_purchase_orders_for_company</item> </argument> </arguments> </type> If i want to tell magento not to use above acl, use the one which i created in this case if i pass my new acl in the place of this “Magento_PurchaseOrder::view_purchase_orders_for_company” works? or it takes the newly created acl as another set […]
Magento 2 | Smile Elasticsuite search results get all – “*”
In Magento 2 when I search for “*” in search field, all products are shown. I noticed that this is because of Smile Elasticsuite extension. Without that it wont work.
Magento 2.4 product details page my custom form submit then get errror
i am created custom module as per requirement.my details page add custom button when click then open popup and submit data. at time my data is save database and admin grid but email not send. i will share my code.