I have migrated M1 simple products into my M2 database and as a result have had to remove/edit some incorrect eav_attribute table entities. When I reindex Catalog Products I now get this error which seems ambiguous to me. Can someone tell me how to fix this? NOTE: my store id […]
Magento
We are launching a Magento 2.4.2 site, and finding that the site will sometimes load all of its Javascript components and dependencies properly, but sometimes fails to load on the custom component. In which case a knockout template is not displayed and the console log shows an error message such […]
I am building a custom feature to create lists of favourite products. For this purpose I have created 2 models: The actual list-entity and a model representing information about a single product. For each of these models I crated a database-table as well as a model, resource-model, collection and repository […]
Frontend customer dashboard adds to Wishlist issue : Magento2 add Wishlist then an error is showing this: Exception #0 (Exception): Item (MagentoWishlistModelItemInterceptor) with the same ID “7” already exists. so give me the solution
We are using default sitemap in Magento 2, and for some reason the sitemap.xml is display two homepages? Does anyone know why this would be?
unable to run command php bin/magento setup:di:compile Showing Following error. Please Tell me 1/9 [==>------------------] 11% 1 sec 131.0 MiBClass 'LiquidAbstractBlock' not found#0 /home/737540.cloudwaysapps.com/braschathq/public_html/vendor/composer/ClassLoader.php(444): include() #1 /home/737540.cloudwaysapps.com/braschathq/public_html/vendor/composer/ClassLoader.php(322): ComposerAutoloadincludeFile() #2 [internal function]: ComposerAutoloadClassLoader->loadClass() #3 [internal function]: spl_autoload_call() #4 /home/737540.cloudwaysapps.com/braschathq/public_html/setup/src/Magento/Setup/Module/Di/Code/Reader/ClassesScanner.php(134): class_exists() #5 /home/737540.cloudwaysapps.com/braschathq/public_html/setup/src/Magento/Setup/Module/Di/Code/Reader/ClassesScanner.php(117): MagentoSetupModuleDiCodeReaderClassesScanner->includeClass() #6 /home/737540.cloudwaysapps.com/braschathq/public_html/setup/src/Magento/Setup/Module/Di/Code/Reader/ClassesScanner.php(87): MagentoSetupModuleDiCodeReaderClassesScanner->extract() #7 /home/737540.cloudwaysapps.com/braschathq/public_html/setup/src/Magento/Setup/Module/Di/App/Task/Operation/RepositoryGenerator.php(61): MagentoSetupModuleDiCodeReaderClassesScanner->getList() #8 /home/737540.cloudwaysapps.com/braschathq/public_html/setup/src/Magento/Setup/Module/Di/App/Task/Manager.php(56): […]
I have a scenario in which I am adding multiple transaction for an order, I tried to use below code but records is adding in sales_payment_transaction but not in sales_order_payment as its updating the existing record, I need to add multiple rows in both the table with different transaction_id and […]
I need to create a product using a custom Rest API. (this is my first time working on API). So to check API whether it’s working or not I wrote the code below, API is working, now I need to give different parameters to create a simple product but I […]
I would like to customize the detail view of the catalog products. First of all, I want to output the product´s base image separately as a header image. What is the best way to achieve this? I am grateful for any advice!