Magento 2.3 Installation Notes
Documentation https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html Prerequisite check apache2 2.4 (Ubuntu: apache2 -v) PHP version 7.2 or 7.3 (php -v) MySQL version 5.6 or later (mysql -v) Installation Steps: 1. Use the depository for later PHP version sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo
Magento Notes – Migration
From 1.9x to 2.2x Official Documentation from Magento https://devdocs.magento.com/guides/v2.3/migration/migration-plan.html Others https://www.netsolutions.com/insights/how-to-migrate-from-magento-1-to-magento-2/
Magento 2 – Development
Create widget https://www.toptal.com/magento/custom-widgets-in-magento-2 Create a custom widget https://www.classyllama.com/blog/creating-a-custom-widget-in-magento-2
Magento – Errors & Solutions
Install Magento 1.9x 1.[client 192.168.2.2:60966] /var/www/html/panrosa/.htaccess: Invalid command ‘Header’, perhaps misspelled or defined by a module not included in the server configuration Solution: An apache’s module whose’s missing. To install it, run: a2enmod headers 2. If PHP 7 is used
WordPress Notes
Woocommerce Notes
User switch to place orders as a user Plug-in: User Switching by John Blackbourn https://wordpress.org/plugins/user-switching/ Apache System Status “Your server does not have the SoapClient class enabled – some gateway plugins which use SOAP may not work as expected.” Install