The most popular way to handle shared application state in React is using a framework such as Redux. Quite recently, the React team introduced several new features which include React Hooks and the Context API. These two features effectively eliminated a lot of challenges that developers of large React projects […]
Daily Archives: March 21, 2020
The third interview with Marc Morera, an author of DriftPHP. At this time we talk about using CQRS in async PHP and ReactPHP.
Image quality blurry issue in mobile view product list/details page. magento ver is 2.2.4. I found the reason for this issue. Having 2 MB image file and product uploaded in admin side. Then i can see the image size as 200 kb only. using image adapter is graphics Gmagick . […]
I know how to ship orders programmatically and I’m doing it in my current Magento 2 project. However, the requirements is to ship orders programmatically (from an app using custom API) where the app user can define different qty than the ordered qty and adjust the price accordingly. Currently, when […]
I have an issue in that whenever I update a product price using the asynchronous endpoint POST http://base.test/rest/all/async/V1/products (running Rabbit MQ), the price does not change on the product description page or listing page. If I clear the BLOCK_HTML cache, it then shows OK. This only happens with the asynchronous […]
I want to check if products is already in compare list on product listing page and show remove compare button there below is come of my list.phtml Add to compare Remove from compare I want to add condition so remove code should show If product in compare list
I migrated from Magento 1.9.1 to Magento 2.3.4 using Data Migration Tool. I follow the Settings – Data – Delta steps but at least i obtain duplicated websites/views of my site. When I try to access to one category on my site I obtain the following error message: “There has […]