problème de chargement magento après installation
limage de ma page magento bonjour j'ai fait l'installation de magento. mais lorsque j'ai fini l'installation quand je decide de lancer la page c'est seulement le HTML qui s'affiche
limage de ma page magento bonjour j'ai fait l'installation de magento. mais lorsque j'ai fini l'installation quand je decide de lancer la page c'est seulement le HTML qui s'affiche
We are exploring the possibility of a solution where we would not store any products in Magento, but instead, all products would be stored in a third-party application and exposed through an API. Magento would then be used solely for…
TLDR, Each of the new items created gets an ID # assigned, over the time of item being deleted remade and or just many added, the new ids are in the thousands with many unused Numbers in between. Is there…
I have removed the category from the product URL by overriding getUrlPath method in CategoryUrlPathGenerator using a module and is working fine. But now I need to show the product page on both with and without category in URL. Is…
I want to replace the image Alt in category page (list of products) with a variable, I don't want to keep the product label that Magento use by default, I want to get the value of MetaKeywords of the current…
I'm working on Magento 2.4 and I was creating a custom field in system.xml. I want to set the default value of this field as the URL of the store. How can do that? Thank you
I try to install Magento 2.4.5 through composer but showing an error "Could not find package project-community-edition with version 2.4.5." I used cmd:composer create-project --repository-url=https://repo.magento.com/ project-community-edition:2.4.5 in the folder C:xampphtdocs in cmd. following is my composer.jason file. { "name": "mycompany/sample-module-minimal",…
I try to override my layout file from my theme in my child theme I'm on magento 2.2.11 and I want to override my xml file from my theme with a child theme. I try to follow magento doc without…
Pretty much what the title says. I want to add the google map in a cms block and then call it in a form.phtml for Contact Page. How do I do it?
Magento version 2.3.3 Admin token is successfully obtained using the API, however, when trying to fetch any resource using that token, I get this message: "The consumer isn't authorized to access %resources." The user is Administrator and has access to…