React Native, using Magento 2 REST API.
So I have an e-commerce site set up using Magento 2 on my localhost. I want to request admin token from Magento through REST API in React Native. I tried using the fetch method but I am not able to…
So I have an e-commerce site set up using Magento 2 on my localhost. I want to request admin token from Magento through REST API in React Native. I tried using the fetch method but I am not able to…
Is their a way to put website frontend only in Maintenance mode, and allow all users to access admin. (i am working on PHP). I believe that can be done via .htaccess, but not getting how ? Any help ?…
All the sudden our Magento stopped calculating grand totals correctly, without any known changes on our side. When tax rule applies, Magento correctly calculates product prices including tax subtotal including tax tax itself But final price is too low. It…
In my application it is required to have a list of all the countries from Magento. Now I found a link in the Magento DevDocs which has a Country API. But how can I implement the list of all the…
I am trying to install Magento for the first time. I have extracted all the Magento Files to ...htdocs/magento/. So, the rediness check shows "PHP Extension intl." Error. I have tried everything. When I remove ";" from ;extension=php_intl.dll, copy all…
I'm developing C# application to communicate with Magento. When I try to login to get Session ID to do stuff. I use C# code below. My login code using (MagentoService mservice = new MagentoService()) { loginResponse = mservice.login("admin", "admin123"); }…
I am uploading product programmatically in Magento2 I have same name product with different SKU but when I run script Magento 2 gives an error because of Url Key : Uncaught PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'reine-de-naples-jour-nuit-8998.html-1'…
I have SOAP wsdl from Magento and I have to get simple product list from it. Logic is to get 'simple' products from catalogProductList. So far in VS2015 I have create console app, and in reference add service reference, paste…
I am stuck at accessing the installation page, can't seem to get it to work, it always gives me a 500 Internal Server Error error. I have looked into some of the similar question solutions but they didn't work.
I'm working on Magento 1.9.3.7 and I want to understand if is a good idea to migrate to Magento 2 or not. I summarized this differences : Magento 2.0 is faster then Magento 1.x Some significant changes in the structure…