I have updated one of my plugin versions (payment plugin) to the most recent version and after running bin/magento setup:upgrade i run the comand : bin/magento setup:di:compile which gives me the following output (see image)
Magento
I am facing the issue in the console With Content Security Policy ,I cant disable the Module Magento_Csp ,Please suggest the solution based on my efollowing console error [Report Only] Refused to load the stylesheet 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css' because it violates the following Content Security Policy directive: "style-src https://fonts.googleapis.com 'self' 'unsafe-inline'". Note […]
Would anyone know how we can change the order tracking URL on the order page (admin) to the shipping URL? (…/admin/order_shipment/view/shipment_id/xxxx) We have already managed to change the URL but we have not been able to set the shipping ID. Thank you so much.
i am writing integration tests for my custom module that has a configuration field type obscure. in test file app/code/Foo/Bar/Test/Integration/Model/ConfigTest.php i have code: <?php namespace FooBarTestIntegrationModel; use FooBarModelConfig; use MagentoFrameworkObjectManagerInterface; use MagentoTestFrameworkHelperBootstrap; use PHPUnitFrameworkTestCase; class ConfigTest extends TestCase { private ?ObjectManagerInterface $objectManager; private ?Config $config; protected function setUp(): void { […]
Our M2 store is in development and we are in the process of adding Varnish enterprise. Magento is installed in its own namespace in Kubernetes called m2-dev and varnish is in another namespace called m2-dev-varnish. For now, I have a basic VCL just to get this infrastructure up and running. […]
In Magento 1.9, is there any solution to create a shopping cart rule, to add different percent discounts. For example, if the subtotal is between 100 and 199 to give a 5% discount, if the subtotal is between 200-299 to give a 10% and so on…there will be somewhere between […]
I am using Magenerds Baseprice in my shop. It worked in version 2.3, in 2.4.6 it stopped working – the base price is not updated on swatch change. I tracked it down to vendormagenerdsbasepriceviewfrontendtemplatesconfigurableafterprice.phtml. The options var is undefined: var options = _.object(_.keys(swatchWidget.optionsMap), {}); And I guess thats the reason […]
i’m installed module and i get this error if i want command setup:upgrade and compile first problem with setup:upgrade i get this error Column definition "customer_group_id" and reference column definition "customer_group_id" are different in tables "mgz_checkoutsuccesspage_rule_customer_group" and "customer_group" and number 2 error if i make this command setup:di:compile Fatal error: […]
Does anyone know if it is possible to change the order of the images already imported through a CSV template? Example this is the loaded order I want to alternate it by this order I appreciate the help for this issue