Magento 2.0 not working properly?
] I have an issue in magento 2.0. My admin page isn't working properly. The buttons like products, customers, etc. are not working. The image link is provided. They are encircled with blue colour.
] I have an issue in magento 2.0. My admin page isn't working properly. The buttons like products, customers, etc. are not working. The image link is provided. They are encircled with blue colour.
I am using MAgento 2.1.8 but i am stuck in moving static block to bottom of product list of a category page as i want to write the content Before and after to products.
I am brand new to Magento, and am using Magento 2. I have a custom theme that has been working just fine. Suddenly, the files in my custom theme's Magento_Theme/layout folder seem to not be loading. In my layout folder…
I am writing a script to add values to a custom attribute for 10 thousand customers. I have two questions here. when we update custom attribute values for product, we can use: $resource = $product->getResource(); $product->setData($attribute, $value); $resource->saveAttribute($product,$attribute); which is…
I have tried to add product with bundle type that time getting error like below. Could not save child: "Unknown entity type: MagentoBundleModelSelectionInterceptor requested"
I am trying to access a URL via AJAX in Magento 2's admin area. I have tried many things but every time the response is 404 Forbidden. Firefox's console shows this: This is the code my module has: Vendor/Module/etc/module.xml <?xml…
After installing a new version of a Magento 2 module composer fails on every command. Also the backend of Magento isn't working anymore: 1 exception(s): Exception #0 (UnexpectedValueException): Package magento/composer's source key should be specified as {"type": ..., "url": ...,…
I have setup magento2 in docker container build using the docker file. Now I want to automate the database setup process so looking for the config file where I can set the database configuration like database name,username and password. Reading…
I am having a module that is creating quotes using the Magento quote module. Now I want to proceed to checkout that should add the quote items to the cart and the checkout page should be displayed to the user…
Using Magento 2.2.1 freshly installed I use php 7.1.1 I am using Adyen payment gateway https://github.com/Adyen/adyen-magento2 the extension developer says its not due to their extension. I have enabled every php extension on server side thats needed. So now it…