Magento 2.4.2 Lets say I have a qty of 1 for product X. Now when I try to put a qty of 10 of product X to the cart, the message “The requested qty is not available” is NOT shown. Nothing is added to the cart. When I put a […]
Daily Archives: January 8, 2024
I have been searching how to export the Orders csv that is found in Orders Grid, I have not found anything regarded to that. This is the only file I have found about exporting orders to csv. /var/www/html/emall_dev/vendor/magento/module-reports/Test/Unit/Controller/Adminhtml/Report/Customer/ExportOrdersCsvTest.php But it’s a test file, I don’t know what Test folder means. […]
We have created a custom shipping method using the custom module and trying to save the shipping amount based on the subtotal ex: if subtotal < 25 shipping amount is $5 if subtotal > 25 shipping amount is $0; But the below logic is not working properly all the cases […]
I’ve created an extension , while visiting magento.com/rest/V1/wishlist/1/2 it throws error. here are my files – di.xml <?xml version="1.0" ?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <preference for="YourCompanyWishlistWebServiceApiWishlistManagementInterface" type="YourCompanyWishlistWebServiceModelWishlistManagement" /> </config> webapi.xml <?xml version="1.0" ?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Webapi:etc/webapi.xsd"> <route url="/V1/wishlist/:customerId" method="GET"> <service class="YourCompanyWishlistWebServiceApiWishlistManagementInterface" method="getWishlistForCustomer"/> <resources> <resource ref="anonymous" /> </resources> </route> <route url="/V1/wishlist/:customerId/:productId" method="POST"> […]
Have added custom attribute to order API with following info here: https://www.atwix.com/magento-2/adding-custom-attribute-to-api-response-in-magento-2/ It adds the "customer_feedback": "this is my feedback" fine to api. How to add an Json object array ? E.G: "my_custom_object": { "Key1": "value!", "Key2": "value2" } Thanks
I’m an avid user of Video Speed Controller plug-in for Firefox and that has spoiled me. Being able to skim through content online at 8x speed without any hindrance is a bliss (no pitch change, lag, or delay). Although I’m usually browsing at 2x-4x speed. When it comes to VLC […]
I am using Windows 11 and when I try to login it says your pin is no longer available due to a change to the security settings on this device. Click to set up your PIN again. So I click Set up my PIN but nothing happens. So I can’t […]
I’ve got two fast Apple machines on the same LAN (they are ethernet wired, plugged into the same switch, sitting next to each other). The router is a UniFi Dream Machine Pro. Access to the outside internet is very fast. But when copying a folder with a ton of files […]
I just follow few liks, like this one: Cloning a 4K panel to a 1080p monitor to fake a 4k monitor into a 1080p display REASON: I want to have the 1080p monitor as second monitor, but APPs are too BIG, interfaces takes most of screen Actually I have a […]