Category: Magento 2 (page 29 of 33)

Best Free & Responsive Magento 2.2.6 Themes

Great News! Magento Release Magento Open Source 2.2.6 Magento is a Free Open Source Platform! With Magento you can easily create your eCommerce store. Nowadays the mobile is important to taken into account for eCommerce. Today’s more than 60% website traffic driven from mobile. So it is necessary that your store must be Responsive. Here…

Top 7 Responsive Jewelry Magento 2 Themes

Today’s so many eCommerce store powered by Magento. Number of options are available to choose best theme for your Magento store. Also nowadays the mobile is taken into account for eCommerce. Today’s more than 60% website traffic driven from mobile. So it is necessary that your store must be optimized for mobile devices. Here we…

Big Update – Bizkick v2.0.0 Free Responsive Magento 2 Theme

Every eCommerce store has unique need and those needs change over time. That’s why our team decided to upgrade most trustable and powerful free Magento 2 theme. Building flexible themes that help you to grow your business. We achieved a major milestone: 7100+ eCommerce store owner download Bizkick – Free Responsive Magento 2 Theme to…

3 Must have Magento 2 WhatsApp Extensions to Boost Sales

WhatsApp has proven to be a tool so valuable with all of the noise across social media — if you haven’t started building a WhatsApp marketing campaign, now is the time. That’s why we’re introducing Magento 2 WhatsApp Extensions: a new way to run your business on the go by bringing customer conversations, marketing workflows,…

Bluefoot Drag & Drop Page Builder For Magento 2

BlueFoot is a powerful set of tools to help you create and manage content on your Magento 2 store, everything from product descriptions through to blogs. To provide merchants with a simple drag & drop page builder tool to manage their webstore content, Magento acquired the well-known Bluefoot CMS & Page Builder module. Good news…

Magento 2 – How to create a simple product programmatically using InstallData?

You can create simple product programmatically using InstallData by using the below InstallData script. <?php namespace Vendor\Product\Setup; use Magento\Framework\Setup\InstallDataInterface; use Magento\Framework\Setup\ModuleContextInterface; use Magento\Framework\Setup\ModuleDataSetupInterface; class InstallData implements InstallDataInterface { /** * @var string */ protected $productType = \Magento\Catalog\Model\Product\Type::TYPE_SIMPLE; /** * @var \Magento\Catalog\Model\ProductFactory */ protected $productFactory; /** * @var \Magento\Store\Model\StoreManagerInterface */ protected $storeManager; public function __construct( \Magento\Catalog\Model\ProductFactory…

Magento 2: How to compile specific theme using static content deploy command?

If you want to compile only theme (Package/Theme) with all that belongs to it, run the command: php bin/magento setup:static-content:deploy –theme Package/Theme If you want to compile the theme only .less files, run the command: php bin/magento setup:static-content:deploy –theme Package/Theme –no-javascript –no-css –no-images –no-fonts –no-html –no-misc –no-html-minify To understand how it works and to see…

Solved: Magento 2.x Component Manager Problem (Please wait loading)

Recently I installed Magento 2.1.3. The problem is that, when i am in the Component Maganer, and i Sync my account, it showns an infinite “please wait” loading, and i can’t install any extension at all. After some research and searching I found one solution as below. Please open your composer.json file and move to…

How to update your Magento 2 version?

In this article, we will explain how to upgrade your Magento 2 version from 2.1.x for 2.1.5 using Command-Line Interface (CLI). Then upgrade your Magento 2 by following these steps: 1) Access Your Server via SSH 2) Navigate to the Magento 2 Root Directory 3) Upgrade Commands composer require magento/product-community-edition 2.1.5 –no-update composer update rm…

How to Configure Robots.txt in Magento 2?

As you know, configuring robot.txt is important to any online store that is working on a site’s SEO. You can configure the option by following below path in Magento 2.x admin. Go to Stores -> Configuration -> General (Left side) -> Design (section) -> Search Engine Robots -> Default Robots (Select)-> Select INDEX, FOLLOW Instructs…

Older posts Newer posts