Blog

Read our blogs and explore more about latest updates, tips, tricks, turorials and features. TheOnlineHelper offers multiple categories in blogs to help you choose your favourtie piece of writing.

Blog

  1. How To Create Plugin in Magento 2

    <h2>Steps to Create Plugin in Magento 2</h2> <h3>Create registration.php</h3> <p><strong>Directory</strong></p> <p>app/code/vendorName/ModuleName/registration.php</p> <p><strong>Content for registration.php</strong></p> <pre>&lt;?php<br>&
    Read more
  2. How to override the PHP files in Magento 2

    In this article, you will learn how to override the Php files in Magento 2. We override the .php files in Magento 2 using the preference tag in the di.xml file. Steps for Overriding PHP file: There are only two you need to perform. Creating a di.xml file Run the PHP scripts Step#1: Creating a di.xml file Directory Path: app/code/
    Read more
  3. How to add Store Demo Message in Magento 2

    <p>Store demo message is a <a href="https://theonlinehelper.com/magento-2/">Magento</a> built-in feature. In case if your store is online but under the construction, you can display a message for your users to let them know that the Store is Under Development.&nbsp;</p> <p>The Demo store message will show on the
    Read more
  4. How To Create Controller In Magento 2

    Steps to create Controller in Magento 2 Create routes.xml file Directory app/code/VendorName/ModuleName/etc/frontend/routes.xml Content For routes.xml <?xml version="1.0" ?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd"> <router id="
    Read more
  5. How to add CMS Static Block Programmatically using Setup Patch data in Magento 2

    Centre modules utilise the declarative schema way rather than setup upgrade command. This is the modern recommended method for Magento versions 2.3 and upper version. All the InstallData and UpgrageData will be substituted by Data Patch Versioning. You have to generate the Setup/Patch/Data folder and make
    Read more
  6. How to create CMS Page Programmatically in Magento 2

    Making a CMS page programmatically in Magento 2 is also an important method you want to learn. As soon as generating a CMS page successfully, you will have complete control of the management of the content on the CMS page. There, you can edit or modify or delete any data as necessary. With a CMS page, it is adjustable to intervene in the
    Read more
  7. How to update copyright notice in Magento 2

    <p>Every page of your <a href="https://theonlinehelper.com/magento-2">Magento website</a> contains a footer notice at the bottom of the page. In<strong> copyright notice</strong>, the current year has included and the identity of your company shows that you are a legal owner of this website.</p> <h2><
    Read more
  8. How to create Module In Magento 2

    <h2>Steps to create a new <a href="https://theonlinehelper.com/we-will-develop-custom-module-for-magento-2/">module in Magento 2</a></h2> <h3>Create the folder of the module</h3> <p>The module name is defined as Your<code class="language-plaintext highlighter-rouge">VendorName_YourModuleName</
    Read more
  9. How to Configure Advanced Inventory, Warehouse in Magento 2

    <p><span data-preserver-spaces="true">Manage Inventory for <a href="https://theonlinehelper.com/magento-2">Magento 2</a> will help store owners manage the quantities of multiple products very well. For each product, you will set up the advanced inventory such as the published quantity, the minimum and maximum quantity of the
    Read more
  10. How to update the sales email configuration

    For the sales email, if you add a custom email, you need to update their configuration with any relevant email. Then the correct email address will appear as the sender. Navigate to Admin panel > Stores > Configuration. Click on the sidebar then click on sales > sales email.  to update the sales email you can edit these
    Read more

Items 131-140 of 238

Show per page