I’m using EaDesgin custom module to print the PDF invoice since I used Magento 2.4.2. After we did upgrade to Magento 2.4.5-p1, we faced an issue when we try to edit the pdf template from the template list page. When I open ite from google chrome on computer has static […]
Magento
We have been experiencing situations where we ship part of an order and then go back to ship the balance of the order and there is no SHIP option in the header. Image listed below. Has anyone else experienced this?
we have updated Magento from 2.4.4 to Magento 2.4.5 on our staging instance. Now after switching to PHP 8.1 during checkout we get the error message “Something went wrong with your request”. When switching back to PHP 7.4 all works well. The error logs do not show anything related. Does […]
anyone encountered this issues after upgrading from Magento 2.3.1 to 2.4. This happened when I tried to compile the magento. PHP Fatal error: Uncaught Error: Interface ‘LaminasServiceManagerFactoryFactoryInterface’ not found in setup/src/Magento/Setup/Di/MagentoDiFactory.php:17 Stack trace: #0 vendor/composer/ClassLoader.php(444): include() #1 vendor/composer/ClassLoader.php(322): ComposerAutoloadincludeFile() #2 [internal function]: ComposerAutoloadClassLoader->loadClass() #3 [internal function]: spl_autoload_call() #4 /var/www/html/setup/src/Magento/Setup/Module/Di/Code/Reader/ClassesScanner.php(134): class_exists() […]
I want to get the path of specific category using it’s ID like "Default/.../.../CategoryName" through SQL query. How can I do that? I get the category name using ID through SQL using this.
How to add a Gst Number field in billing address form and show gst number in my orders billing address in frontend
I added below code and when i upload image it shows me this error ui_component xml file Dynamic Rows Magento_Ui/js/dynamic-rows/record true true false <field name="colour_image"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="dataType" xsi:type="string">string</item> <item name="label" xsi:type="string" translate="true">Image</item> <item name="visible" xsi:type="boolean">true</item> <item name="formElement" xsi:type="string">fileUploader</item> <item name="elementTmpl" xsi:type="string">ui/form/element/uploader/uploader</item> <item name="previewTmpl" xsi:type="string">Magento_Catalog/image-preview</item> […]
i am running composer install command but getting this error how i can fix this error need help thanks [RuntimeException] Could not scan for classes inside “/var/www/html/vendor/colinmollenhour/cache-backend-redis/Cm/Cache/Backend/Redis.php” which does not appear to be a file nor a folder
I want to associate another custom view model with a template. The template already has a view model in the core file. Can I associate an other custom view model with this template?