Magento 2: Working with Wishlist

Magento 2 wishlist – list of products that a customer can share with anyone. Another purpose is to keep products you want to buy at a later date. By default it has some limitations and theme developer often need to customize it. Following samples was tested on magento 2.3.0 You need to update Vendor/Module in […]

read more

Magento 2: Homepage 404 error

Your magento store index page shows 404 page? Magento 2 homepage 404 error is a common issue. There are several reasons that could cause it. Lets check possible scenarios from easy to difficult. Store Configuration Issue Your store configuration point to wrong CMS page. CMS Home page was deleted or recreated, or you were experimenting […]

read more

Magento 2 extensions on github

Magento Open Source platform, formerly known as Magento Community Edition, has outstanding codebase which allow you to extend almost any part of your store. You can find a lot of really useful free and premium magento extensions which makes store owner life much easier. Github is a great source of free magento 2 extensions. You […]

read more

Black Friday 2018

The time for huge discounts is coming! NWDthemes launches an event that will be live from 19 Nov 2018 till 25 Nov 2018. We are pleased to announce 50% off on all products! We bring to your attention a list of time-tested and approved by many customers products that has been chosen specifically for this […]

read more

Magento 2 Product Sliders Review

Want to implement product slider on your magento 2 store but get lost among the hundreds extensions? We gathered most popular magento 2 product slider extension and compare it by their functionality, price, demo and documentation, supported versions and features list. If your product slider extension is not in the magento 2 product slider review […]

read more

Magento 2 store secured

Ecommerce is money. Wherever there are money, there are thieves. Keeping your store secured is very important nowadays. Even though Magento itself constantly improving its security yet there is still more you can do to protect your Magento installation. By following these simple steps you can make your Magento 2 store secured. Scan your shop […]

read more

How to Add Product Video in Magento 2

Nowadays it’s hard to imaging a good product details page without a video. Watching these videos makes a truly overview of your products before purchasing that will bring even more sales by your clients. Luckily, there is built-in functionality to add product video in magento 2. It’s possible to achieve this in 3 simple steps: […]

read more

Magento 2: Working with ArraySerialized backend model

Magento 2 ArraySerialized is backend model used to store configuration data ( dynamic settings array ) in serialized state in one field. It extends \Magento\Config\Model\Config\Backend\Serialized model and has two basic methods. beforeSave serializes data before saving, as a result options converted to a string and can be stored in a single field in the database…

read more

How to disable module in Magento 2

There are 3 ways to disable module in Magento 2. Well, actually 3rd way only disable module output, but it can be done directly from admin. Disable module via command line Disable module manually Disable module output Uninstall module completely Disable module via command line Magento 2 has powerful build-in command line tool to perform […]

read more