magento2 – Not able to get data through API get 404 error
Endpoints are working but still I can’t get the data. var self = this; taskService.getList().then(function (tasks){ self.tasks = tasks; return tasks; }); return this;
Endpoints are working but still I can’t get the data. var self = this; taskService.getList().then(function (tasks){ self.tasks = tasks; return tasks; }); return this;
I need to get the product url as category/subcategory/producturlkey.html. It is working fine in Luma theme. But in graphql it is returning producturlkey.html I have refered this url Retrieve product url with category in the graphQL Here is my configuration… Read More »Magento 2 URL Rewrite issue – category/sub-category/product urls not working in graphql
I am not an IT expert. Just wondering if I do install Magento Magento Open Source Version 2.4.7-p2, Do I need to install any extra Security Patches ? Best Regards, Daniel
I have a minicart that opens when hovered over using the code below (minicart.phtml): “triggerEvent”: “mouseenter”, “closeOnMouseLeave”: true, I want the minicart to close when the cursor moves away from it, and that works nicely. But I have a problem… Read More »Minicart hide when confirm popup arrives
After applying the patch upgrade 2.4.5-p9 tests for the customer API no longer run properly. When updating a customer we get { “message”: “The %fieldName value is invalid. Set the correct value and try again.”, “parameters”: { “fieldName”: “default_billing” }… Read More »Security Patch from 2.4.5-p8 to 2.4.5-p9 may break customer API
I’d like to show all downloadable product links on the success page after the customer (guest or logged) purchase. Any ideas?
I’m trying to create magento provider for Apache airflow. I need community support to merge that pull request. https://github.com/apache/airflow/pull/41556 Please let me know who are interested to contribute this.
i have installed magento 2.4.7 on localhost on windows 10 with xampp. All was perfect but now show me this error: Media files stored outside of ‘Media Gallery Allowed’ folders will not be available to the media gallery What i… Read More »Media galery problems
When i try and upgrade my Magento from 2.4.3 to 2.4.6 i get this error now. [ab140e0b@cloudhost-82289 html]$ composer update Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.… Read More »Magento 2.4.3. to 2.4.6 upgrade error
In my magento 2, i have 3 step checkout [login at checkout, billing step, payment step] when i enabled default magento 2 google recpatcha setting for checkout, am able to see captch at payment step, its not coming in the… Read More »Magento 2 : how to show google recaptcha at checkout login step