Magento 2: Setup Multiple Stores and Websites

This article shows how you can setup multiple stores and multiple websites in your Magento 2 shop. I have assumed that we are having a separate domain or sub-domain for the stores and websites. After adding the necessary stores and websites in the Magento admin, you then need to add some code in either index.php … Read more

PHP: Scrap Web Page Content using Simple HTML DOM Parser

This article shows how you can scrap or fetch any webpage’s HTML content/data in PHP. We will use Simple HTML DOM Parser to scrap webpage content. You can download it from here: PHP Simple HTML DOM Parser – Sourceforge You need to download the HTML DOM Parser from sourceforge and include simple_html_dom_parser.php in your PHP … Read more

Magento: Setup Multiple Website

This step-by-step tutorial will guide you to create multiple websites in Magento. I suppose that Magento is installed in the website’s root folder. Let’s assume the website URL to be your-website.com. Magento is already installed in your-website.com. Now, we will be setting up for new website from Magento admin. Let our new website be your-new-website.com. … Read more