Skip to content

magento man

Refused to load the font because it violates the following CSP directive:font-src *.fontawesome.com data: ‘self’ ‘unsafe-inline

[Report Only] Refused to load the font ” because it violates the following Content Security Policy directive: “font-src *.fontawesome.com data: ‘self’ ‘unsafe-inline’”. [Report Only] Refused to load the font ‘https://cdn.livechatinc.com/widget/o-fgfgfg.woff2’ because it violates the following Content Security Policy directive: “font-src… Read More »Refused to load the font because it violates the following CSP directive:font-src *.fontawesome.com data: ‘self’ ‘unsafe-inline

How i can display all available payment methods in multi select dropdown on customer edit page Admin?

I want to display all payment methods in multi select field on customer edit page (Admin From). How it is possibe ? Darshit/ShipByCustomer/view/adminhtml/layout/customer_index_edit.xml <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body> <referenceBlock name=”customer_form”> <block class=”DarshitShipByCustomerBlockAdminhtmlCustomerEditTabView” name=”disable_payment_method”> <arguments> <argument name=”sort_order” xsi:type=”number”>100</argument> </arguments> </block>… Read More »How i can display all available payment methods in multi select dropdown on customer edit page Admin?