🔥 Just Launched! Werra Premium Template for HyväSee it in Action
Are you looking for Magento 2 API for Wishlist functionality? In the post, I’ll share the Magento 2 Wishlist REST API module to add, view, move, and delete items from the Wishlist. Product wishlist is an important feature of any online shopping store/app. Magento 2 (Adobe Commerce) offers the product Wishlist functionality by default. It allows the […]
Do you want to create checkout-like step progress bar in Magento 2? In this blog post, I am going to share a detailed method to do that. Filling up never-ending forms online can be tiring. Let’s admit it—we all have ditched such lengthy forms many times. The end experience is very poor! If you are a Magento […]
Howdy, Magento devs! Today, I will share a module for a custom Magento 2 API to generate customer token using customer ID. It will be helpful if you are developing an app based on Magento 2 and want to re-generate the customer token from the admin side. The story goes like this: On a fine day, […]
Looking for a method to add newsletter subscription column to customer grid in Magento 2? Find the complete solution here. An email newsletter is an important channel of communication. From promoting new products and sending exclusive coupon codes to greeting customers on their anniversaries, newsletters are an excellent method to nourish brand-customer relations. Customers subscribed to […]
Looking for a method to display billing and shipping address by order ID in Magento 2? Follow me… Magento 2, being a highly flexible platform, makes it possible to create unique online shopping experiences! From changing the product page layout to offering customized products, the possibilities are immense. There can be multiple instances where you […]
JavaScript adds life to the UI of online applications and web forms. 💫 You can use JS to create highly interactive online experiences, which would have been challenging using HTML & CSS solely. The jQuery UI library boasts plenty of interactions, widgets, themes, effects, and utilities that you can readily use. One such useful widget […]
SQLSTATE[42S22]: Column not found: 1054 Unknown column in Magento 2 is one of the most common errors that is displayed when a certain column is not found in the database. If you are a Magento 2 store owner getting this error during mass action in the admin grid, then this blog post is for you. Many Magento 2 […]
Is MySQL not working in XAMPP? Read this quick post to fix it. It could be frustrating when MySQL stops working in your local development. Recently, I faced a similar issue while setting up a Magento store on my Windows computer. The error read “MySQL shutdown unexpectedly”. There could be various reasons why MySQL is […]
Let’s face this — you entered all the product details in Magento admin and tried to save it. But it’s not being saved. Also, there is no error message displayed on the page. This could be frustrating, right? I helped many of our clients solve this issue on their Magento admin. There is no one […]
In jQuery, the serializeArray() is commonly used by developers to convert inputs from an array into key-value pairs. However, one common issue is serializeArray() returning an empty array or an array with no values. This is particularly frustrating when you expect to collect input data and store it in an array for further processing. In […]