Hello Magento Community, I’m facing a challenge with Magento 2’s configurable products. My store sells products B2B in different quantity lengths, and I use configurable products to offer various length options (e.g., 10m, 50m). The issue arises when customers select a length variant (like 50m) from a dropdown menu but […]
Magento
We are having concern, while adding products to cart from the requisition list on Apple devices (Iphone/Ipad). We are using Magento 2 EE, prems. And it has default Requisition List. So when we add products to cart from Req List, It adds the products to the cart, and updates the […]
I am getting the below error while running the command n98-magerun2 list: PHP Fatal error: Uncaught TypeError: MagentoApplicationPerformanceMonitorPluginApplicationPerformanceMonitor::aroundLaunch(): Return value must be of type MagentoFrameworkAppResponseInterface, null returned in app/code/Magento/ApplicationPerformanceMonitor/Plugin/ApplicationPerformanceMonitor.php:38 I am unable to find any resolution on Google. Please help me. Thanks in advance.
the file env.php is changing automatically and randomly. Environment: Cluster server Deployer Magento 2.4.6-p3 Redis, varnish and cloudflare php 8.1 Here is the actual the env.php 'session' => [ 'save' => 'db', 'gc_probability' => 1, 'gc_divisor' => 1000, 'gc_maxlifetime' => 7200 ], 'cache_types' => [ 'config' => 1, 'layout' => […]
Need to add custom analyzer to Magento product index settings in Elasticsearch, but how to make this setting permanent? If I modify settings directly in Elasticsearch, Magento overwrites it with the default rules. Don’t want to set them globally in Elasticsearch, just for Magento product index. How such specific indexing […]
We are working on the custom theme with the tailwindCSS. Normal Magento flow is taking a long time to reflect the changes on the browser. My question is there any configuration or way to use Grunt to replace or update my compiled CSS from app/design/frontend/Vendor/vendor_child/web/css/styles.css to /pub? with the single […]
"command": "composerConfigRepository0", "output": [ "Finished with the '0' exit code." ] I made my own plugin and tried putting it on the marketplace. But it didn’t pass the technical review and there’s an error in the first line of the report JSON. Can you help me fix it?
WYSIWYG image upload from custom module but not sow in frontend .phtml file showing [src=”{{media url=wysiwyg/gutenberg-diagram_1.jpg}}” ] like this but image not found and image not show Link and Iframe also not working
I need to see some logs that I saved in /var/debug.log on NewRelic logs. Can anyone help me with this?