What are the key differences between Magento 2 Community Edition and Magento 2 Enterprise Edition, and which one is the best fit for your business needs?
Magento
I’m working on custom API collections for Magento 2. i’m trying to add new feature that allow customer to use some coupons from Mobile Apps Only. So i need to add new condition for Cart Price Rules, for example name it as “Source” with two options “Mobile Apps, Web”. and […]
I have got last days some orders which look like: Ihre Bestellung #000001863 Aufgegeben am 04.03.2023, 02:54:47 Rechnungsinfo Herr <!DOCTYPE html> <html style="font-size: 62.5%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-size-adjust: 100%; background-color: #ffffff;"> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head> <body style="margin: 0; padding: 0; color: #333333; font-style: normal; line-height: 1.42857143; font-size: 14px; font-family: […]
: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘database_name.users’ doesn’t exist in C:xampphtdocstrainingDBloginn.php:19 Stack trace: #0 C:xampphtdocstrainingDBloginn.php(19): PDOStatement->execute() #1 {main} thrown
I have a fresh Magento 2 install using the luma theme which i am happy to use. I have tried editing less files by moving them from vendor/magento/theme-frontend-luma/web/css/source/_theme.less to design/frontend/Magento/luma/web/css/source/_theme.less but my changes are not showing on the frontend. Changes in the vendor file however are. I have cleared my […]
I have a magento multi site. We disable the default site and move the site and domain to another installation. Now the problem is that i cannot access admin from a sub site. What can be possible done in order to access the admin from a subsite?
I would like to show a product with its details in my module view page. There is summery of my code, it maybe boring but I have exhibit my issue clearly. 1)File name, path and code: MyVendor/MyModule/Api/Data/ViewInterface.php namespace MyVendorMyModuleApiData; interface ViewInterface { const VALUE = 'value '; /** * Get […]
I am trying to push code from my local to staging and getting the below error. Shouldn’t on deploy magento update the composer.lock file based on what’s in my json composer file? I am not getting how to add magento/inventory-composer-metapackage to the lock file. Warning: The lock file is not […]
The default livereload host is 127.0.0.1, but I have the access problems to access the this host directly in WSL2. Need to change it to http://localhost:35729/livereload.js Found the solution to change it via appetcenv.php – to add system' => [ 'default' => [ 'design' => [ 'footer' => [ 'absolute_footer' […]