<![CDATA[Blog Posts (All time)]]>https://landofcoder.com/venusblog/rss/ Fri, 20 Mar 2026 09:23:37 +0000 Zend_Feed http://blogs.law.harvard.edu/tech/rss <![CDATA[How To Create Magento 2 Blocks With Blocks Builder]]>https://landofcoder.com/blog/demo123.html
  • In this post, we will show you how to create magento 2 block in 2 ways. The first one is to write code to test out functionality. The second one is to use magento 2 block builder. This tool is included in Magento 2 Page Builder extension. Learn more here.

    I. How To Create Magento 2 Blocks by writting code

    1. Create a module.xml in in app/code/Lof/HelloWorld/etc

    <!?xml version="1.0"?>

    2. Create app/code/Lof/HelloWorld/registration.php file

    \Magento\Framework\Component\ComponentRegistrar::register(
        \Magento\Framework\Component\ComponentRegistrar::MODULE,
        'Lof_HelloWorld',
        __DIR__
        );
    

    3. Create a layout file in the following directory app\code\Lof\HelloWorld\View\frontend\layout\cms_index_index.xml The cms_index_index.xml name will make our block only appear on the home page (module_controller_action.xml). <?xml version="1.0"?-->

    4. Lets create a block for our module. Create block file app/code/Lof/HelloWorld/Block/HelloWorld.php

    getTitle(); ?>

    6. Active Lof_HelloWorld extension We have two ways to active Lof_Helloworld extension 1) Open Command line in folder root of magento and run commands: php bin/magento setup:upgrade 2) Directly edit file app/etc/config.xml: In the array module, add the element: ‘Lof_Helloworld’ => 1 7. Run the command line refresh cache and check home page php bin/magento cache:flush

    II. How to create block with block builder

    1. Add block profile Please go to Admin panel >> Ves page builder >> Add new block profile 2. Design your block Then, you need to open "design" tab to start designing your own block http://easycaptures.com/fs/uploaded/889/0595276340.png - Prefix class: This class is to custom - Enable container: If you want to enable container, you can select yes and vice versa - Use backup layout: You can take use of backup layout from select box - Design in: This funtions lets you create responsive blocks on lagre screen, laptop, tablets, mobile. - Enable Grid: you can enable/disable grid 3. Manage blocks

  • ]]>
    Fri, 20 Mar 2026 09:23:37 +0000
    <![CDATA[Top 5 Amazing Features of Magento 2 Megamenu]]>https://landofcoder.com/blog/magento-2-megamenu.html
  • Are you looking for magento 2 megamenu extension instead of simple default menu.

  • ]]>
    Fri, 20 Mar 2026 09:23:37 +0000
    <![CDATA[Top 5+ Must Have Magento 2 Extensions For Any Magento 2 Store]]>https://landofcoder.com/blog/best-magento-2-extensions.html
  • You are not totally satisfied with features on your magento 2 store? You are looking for a solution to display better menu, page layout, blog post which can appear among the top search results.

  • ]]>
    Fri, 20 Mar 2026 09:23:37 +0000
    <![CDATA[Landofcoder is launched, sign up to day to get discount for all products 123]]>https://landofcoder.com/blog/blog6.html
  • It is our pleasure to announce that landofcoder is live today. Landofcoder.com is one of BrainOs brands which provides magento & opencart extensions. Our mission is to provide the most outstanding and high quality extensions for Store, Plaza, Marketplace, Fashion Company, Ecommerce, Catalog.

  • ]]>
    Fri, 20 Mar 2026 09:23:37 +0000
    <![CDATA[[HOT] First Free Responsive Magento 2 Template is officially released- Ves Yume ]]>https://landofcoder.com/blog/blog5.html
  • As magento promised, Magento 2 GA will be released in the next few weeks. You must be looking for high-quality magento 2 template. To prepare for this special event, today Venustheme announce to release our first FREE magento 2

  • ]]>
    Fri, 20 Mar 2026 09:23:37 +0000
    <![CDATA[What’s New in Magento 2 Admin Panel ]]>https://landofcoder.com/blog/blog4.html
  • In magento 1.x, in order to create a new product you need to go through long process: Add Product -> Choose product type, choose Attribute Set -> Filling your information in product management page.

  • ]]>
    Fri, 20 Mar 2026 09:23:37 +0000
    <![CDATA[Compare Magento 1 vs magento 2! Should You Upgrade to Magento 2 ]]>https://landofcoder.com/blog/blog3.html
  • There’s over 240,000 shops on Magento out there using Magento 1.x. After Magento 2 official release, most magento merchant has expressed the same whether should move from magento 1.x to magento 2.

  • ]]>
    Fri, 20 Mar 2026 09:23:37 +0000
    <![CDATA[[NEW] Ves Vigoss- New FREE responsive Magento 2 theme is released ]]>https://landofcoder.com/blog/blog2.html
  • As magento 2 road map and their commitment, the official version is going to be launched in December, 2015. In order not to being left behind, we are going to release our first free magento 2 theme for you.The new free magento 2 theme, Ves Vigoss projects to continue our journey of developing the best magento themes. Few days ago, I talked with development team to see how it is going on. Here I will reveal what we are developing for Ves Vigoss. Ves Vigoss is also the great combination between design and functionality.

  • ]]>
    Fri, 20 Mar 2026 09:23:37 +0000
    <![CDATA[Fast & Intuitive Magento 2 Checkout]]>https://landofcoder.com/blog/blog1.html
  • As you may know, magento 2 comes with a number of amazing features and improvements. One of the most improvements is it's checkout process. Magento 2 offer 2 steps checkout process that is fast and intuitive. It speeds shopper

  • ]]>
    Fri, 20 Mar 2026 09:23:37 +0000