Nowadays, developers tend to move away from jQuery and its handy methods for DOM manipulation and Ajax requests that made it hugely popular. Regarding the Ajax requests, the Fetch API, or alternatively, the Axios library, are now more popular tools for performing asynchronous operations. That said, jQuery is still very […]
Daily Archives: May 6, 2020
16 posts
I migrated from Magento 1.8.1 to 2.2.3. Problem: in the shop I see simple products that are out of stock even when I filter on stockstatus = in stock. What I have found out, is that the index for product stock status is wrong. It has value in stock, where […]
How do I get the login form to pop up on the same page when I click on login? In the image is graphically what I need to do.
I know the correct answer is “why should you, cross sell products are supposed to be shown there”. But i got a stubborn customer who wants to show the related products on the cart page. What is the correct way to do this? Simply changing the type on Magento_Catalog/templates/product/list/items.html isn’t […]