Page 45 of 69

How to get full sub-categories tree from root category id in PrestaShop 1.7

In this post I am going to explain how to get full sub-categories tree from root category id in PrestaShop 1.7. // Set your root category id $root_category_id = 2; // Set language id $language_id = $this->context->language->id; // Get category tree for given root category $category_tree = Category::getNestedCategories($root_category_id, $language_id); // Print category array and find…

How to Enable Single Store Mode in Magento 2

Single-Store Mode is disabled as default in Magento. Enable single-store mode to turning off all Store View options in Magento 2. In this article we’ll show you, how to Enable Single Store Mode in Magento 2. Follow this simple guideline… Step 1: Get Started Login into Magento Admin Panel and from sidebar go to, Store…

How to Configure the Default Pages in Magento 2

In this article we’ll show you, how to Configure the Default Pages in Magento 2. Follow this simple guideline… Step 1: Get Started Login into Magento Admin Panel and from sidebar go to, Store > Settings > Configuration. Step 2: Configure the Default Pages From Left hand side menu select Web > Default Pages Then…

How to Setup Store Information in Magento 2

In this article we’ll show you, how to setup store information in Magento 2. Follow this simple guideline… Step 1: Get Started Login into Magento Admin Panel and from sidebar go to, Store > Settings > Configuration. Step 2: Setup Store Information From Left hand side menu select General > Store Information Then Expand Store…

How to Change Weight Unit in Magento 2

In this article we’ll show you, how to change Weight Unit in Magento 2. Follow this simple guideline… Step 1: Get Started Login into Magento Admin Panel and from sidebar go to, Store > Settings > Configuration. Step 2: Change Weight Unit From Left hand side menu select General > Locale Options Then Expand Locale…

How to Change Store Email Address in Magento 2

In this article we’ll show you, how to change store email address in Magento 2. Follow this simple guideline… Step 1: Get Started Login into Magento Admin Panel and from sidebar go to, Store > Settings > Configuration. Step 2: Add Store email address From Left hand side menu select “Store Email Address” Then Click…

How to Create a Downloadable Product in Magento 2

A Downloadable product can be anything that you can deliver as a file, such as an eBook, Software, Video, Audio & Music, Photography, Graphics & digital art, Documents, Courses, Professional services and many more. In this article we’ll show you, how to create a Downloadable product in Magento 2. Follow this simple guideline… Step 1:…

How to Boost your Online Sales this Holiday Season

The most exciting time of the year is about to pop-in and it’s high-time to get ready for the BIG FAT SALE on your online store. But, Is your online store prepared for the Holiday Sales? If not, do not worry. This blog will help you to get on the track and will let you…

How to Create a Bundle Product in Magento 2

In this article we’ll show you, how to create a Bundle product in Magento 2. Follow this simple guideline… Step 1: Get Started Login into Magento Admin Panel and select the Catalog from left hand side menu. Then click on Products. Step 2: Choose the Product type Now click on Add Product button and select…

How to Create a Virtual Product in Magento 2

In this article we’ll show you, how to create a Virtual Product in Magento 2. The Virtual products are only created for services or subscriptions. Follow this simple guideline… Step 1: Get Started Login into Magento Admin Panel and select the Catalog from left hand side menu. Then click on Product. Step 2: Choose the…

« Older posts Newer posts »