I installed magento CE 2.4.6 in our local server and i have another database which is on magento EE 2.4.5-p1 and now i want to migrate all data from EE 2.4.5 p-1 to CE 2.4.6.
Magento
I am upgrading my website from version 2.4.3-p3 to 2.4.4 I run the following command to add the version 2.4.4 in my composer.json composer require magento/product-community-edition 2.4.4 --no-update And then running the composer update command gives me the following error composer update Problem 1 - Root composer.json requires magento/product-community-edition 2.4.4 […]
I am trying to create after plugin for MagentoFrameworkDataObject.php getData function but it seems not working also not getting sku value in it. Please suggest
is there any way to move the “product-add-form” to a new customer class? i have added in the catalog_product_view.xml <move element="product.add.form" destination="product.info.rechts" before="-"/> but not working… PriceBox and Social Links are working… <move element="product.info.price" destination="product.info.rechts" before="-"/> <move element="product.info.social" destination="product.info.rechts" after="-"/> Any idea? Thanks so much Alex
I need to get the stock value of a simple product in the dropdown selector from the configurable product page. I found the _fillSelect method in module-configurable-product/view/frontend/web/js/configurable.js I override it with app/code/Vendor/ConfigurableProduct/view/frontend/web/js/configurable-mixin.js But I don’t understand how to get the stock value and add it like this in the select […]
I am able to create categories and assign products to them but the real issue comes with category pages which gives 404, unable add them in menu and when I create custom CMS page to get products by category not getting any in that page and also unable select categories […]
I have seen this was an old problem where if you try to add a Vimeo video to the product page a modal appears with Attention Error: “Video not found”. According to Adobe this was fixed from 2.4.3, but I have tried 2.4.5-p1 and 2.4.6 and I get the same […]
On out page one product has a strange problem. Above the gallery there is an unexpected string with the name of the jpg that is shown in the gallery as main picture. Compared to the other products, I can’t find what’s wrong with this one. https://staging.relax-pillow.de/kirschkernkissen-direkt-befullt-waschbar.html What can I do […]