Future of Magento1 merchants after June 2020

Future of Magento1 merchants after June 2020

Why Magento go-to formula for success for online merchants? Magento is an excellent and popular open-source ecommerce solution for merchants with commendable structure, content handling, design, functionality, and user-friendly navigation. Therefore, it is important for magento store owner to get ready for Magento-driven revolution and changes that occur time to time in the e-commerce landscape. […]

Create a custom theme in Magento 2

Create a custom theme in Magento 2

Please follow the steps to create a custom theme in Magento 2 Step 1: Create a directory for ThemeCreate a directory in app/desing/frontend/ with vendor name and theme like:app/design/frontend/vendorName/themeName Step 2: Declare theme.xml under the theme directoryCreate a theme.xml file under “app/design/frontend/vendorName/themeName” this file will have theme name, parent theme name and preview of the […]