magento 2.4.4-p2 i have 13750 products. I have crated one dropdown attribute with 4 values it is required attribute. After that i have assigned attribute data to product it showing frontend also. in admin pannel catalog->product search by keyword i am trying to search some string getting 504 error event […]
Magento
getting error while add to cart magento 2.4.2 1 exception(s): Exception #0 (Exception): Notice: Undefined variable: linkCollectionFactory in /var/www/html/242/vendor/magento/module-downloadable/Observer/IsAllowedGuestCheckoutObserver.php on line 53 PLease help me out on this error
I am working on REST API for the cms block and adding some custom fields in the cms_block table. However, I didn’t see the methods getExtensionAttriubtes and setExtensionAttriubtes in the CMS Block model. And Curious how can I achieve this if you don’t have extension_attributes.
I have a website running on Magento where my account feature does not work on the mobile version of the website. I want it to look like the second picture when I click on the account button. enter image description here enter image description here I tried moving around elements […]
recently I came across one developer’s code in magento 2, where he was accessing objects in another class to avoid dependency injections. Like for example we have VendorFeatureHelplerData class and that has one method that we use multiple places. VendorFeatureHelplerDataCache <?php declare(strict_types=1); namespace VendorFeatureHelper; use MagentoFrameworkAppHelper; class Cache extends HelperAbstractHelper […]
We are getting orders from Magento that feeds into our Enfocus Switch computer. I have an order that has given the error: <?xml version="1.0"?> <response> <message>Internal Error. Details are available in Magento log file. Report ID: webapi-65d79324a87f6</message> </response> I do not have access to the underlying OS, only the Magento […]
I’m using the ODBC driver, which is connected to MS SQL Server. But when I’m passing this information in the Magento 2 env.php file,. I’m getting this: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for ODBC_Data_Source failed: Name or service not known ODBC_Data_Source is my DSN name, which I’m using for host.
I am not an expert in Magento and I have a problem with the sum of my bundle product when it shows the final price. The total sum of the product should be 4,850.00 but as we see it shows 4,849.99 and it should not be like that, if I […]
I created a module for custom items similar to products and showing on frontend as a listing and detail page. I want to show the listing page on this URL: storeurl.com/custom which is loading fine but the detail page is not showing up on the desirable URL which should be: […]