Morgan Starkfor#1 Web & Mobile App Development Tipskdmarketinsightsblog.hashnode.net·Apr 13, 2023OpenCart vs. Magento - Ultimate Features ComparisonOne of the most common questions for business owners when considering starting an online store is, "Which platform to choose while opening up an eCommerce Store?" It is becoming very challenging for business owners to choose the right eCommerce platf...Discuss·50 likesecommerce
MedusaforMedusamedusajs.hashnode.net·Nov 15, 2022From Magento to Node.js Ecommerce: Guide to Start Your Migration 🚀If you are a fan of open source and ever been wanting to build ecommerce, you've probably been considering Magento. But then again, you might have hesitated because it is in PHP and not JS / Typescript-based. We got your back. Here's how to quickly s...Discuss·22 likes·162 readsOpen Source
Code Explorercode-explorer.hashnode.net·Nov 27, 2020Going headless with CMS to use the new front end technologiesHave you worked with CMS like WordPress or Drupal? Or may be Magento for any e-commerce solutions? I have good experience with each of these CMS, but one thing which bothers me a lot is their choice of front end frameworks. For example, the most of t...Discuss·20 likes·72 readsWordPress
Amit Thakuramitshree.hashnode.net·Apr 23, 2023How to add a custom phtml on order success page in MagentoMagento is a popular e-commerce platform that provides merchants with a robust and customizable system to manage their online stores. One of the key advantages of Magento is its flexibility, which allows developers to customize various aspects of the...DiscussMagentoMagento
Amit Thakuramitshree.hashnode.net·Apr 22, 2023How to create a Module in Magento 2Are you looking to create custom functionality in your Magento 2 e-commerce store? Join me as I guide you step-by-step through the process of creating a Magento 2 module, also known as a component. With Magento 2's flexible development structure, cre...Discuss·42 readsMagentoMagento
Morgan Starkfor#1 Web & Mobile App Development Tipskdmarketinsightsblog.hashnode.net·Apr 13, 2023OpenCart vs. Magento - Ultimate Features ComparisonOne of the most common questions for business owners when considering starting an online store is, "Which platform to choose while opening up an eCommerce Store?" It is becoming very challenging for business owners to choose the right eCommerce platf...Discuss·50 likesecommerce
Fiko Borizqyfiko.hashnode.net·Mar 23, 2023Magento 2: Type Error occurred when creating object: Magento\Framework\Locale\ResolverMagento 2 requires several PHP Extensions for the project, you can see the requirements here for Magento 2.4 and here for Magento 2.3. How to know more detail? And by that error, it's bit too general. For more detail about that error, you can try to ...Discuss·35 readsMagento
Codilar Technologies Pvt Ltdcodilar.hashnode.net·Mar 21, 2023How to Setup Magento 2 Multistore |Case StudyOriginally published at https://www.codilar.com/how-to-setup-magento-2-multistore/ Implementing Magento 2 Multistore can help you achieve your e-commerce store experience and business goals. Here’s a case study of how we enabled our client Danube H...DiscussMagento
Fiko Borizqyfiko.hashnode.net·Jan 22, 2023Magento 2: How to Create Unit Testing?Previously I created an article about what is unit testing, now let's create one Helper class of a Magento 2 Module Fiko\Testing\Helper\Data and then we're going to create unit testing of that class. 1. Create Helper You can follow to create this Hel...Discuss·1 like·105 readsMagento 2: Unit TestMagento
Fiko Borizqyfiko.hashnode.net·Jan 8, 2023Magento 2: Add Arguments to Command LineI'm creating an article to add arguments, first of all you need to create custom command line if you want to follow this article. Define Arguments Once you already have custom command line, what you need to do is configuring option(s) onto configure ...Discuss·68 readsMagento
Fiko Borizqyfiko.hashnode.net·Jan 8, 2023Magento 2: Create Custom Command Line to Magento 2 CLI ConsoleI'm trying to create an article to create custom command line, in summary what we need to do are: Define command on di.xml. Create new Console Class. Call the command Define command on di.xml First we need to define the command on di.xml, this f...Discuss·35 readsMagento
Fiko Borizqyfiko.hashnode.net·Jan 8, 2023Magento 2: What is Unit Test?Unit Test is the smallest part of testing in Magento 2. Module must has classes and each class must has method(s) on it, that method contains lot of logic, each method return can be null, string, integer, false, etc. So this is where unit test works,...Discuss·50 readsMagento 2: Unit TestMagento
Fiko Borizqyfiko.hashnode.net·Dec 3, 2022Magento 2: How to Get Configurable Products from Simple ProductIn this case, I already call a simple product, but I want to check or call what configurable products are currently using this simple product as their options. How can I get those configurable products? You can create a helper to retrieve the configu...Discuss·76 readsMagento