Magento2
Magento 2 :: 404 Error Page Not Found in Admin
Problem: After upgrading or installing Magento Solution: using ssh go to your Magento root folder and run the following commands Problem: Admin Url not found. Solution: Please confirm that URL rewrite mode is enabled or not if not enable it and restart apache server. How to enable rewrite mode: apache Read more…
Magento
Magento 2: Custom Form Send Email
Techievolve/Greenenquire/Block/Enquire.php Techievolve/Greenenquire/Controller/Index/Enquire.php app/code/Techievolve/Greenenquire/etc/adminhtml/menu.xml app/code/Techievolve/Greenenquire/etc/adminhtml/system.xml app/code/Techievolve/Greenenquire/etc/frontend/routes.xml app/code/Techievolve/Greenenquire/etc/email_templates.xml app/code/Techievolve/Greenenquire/etc/module.xml app/code/Techievolve/Greenenquire/Helper/Email.php app/code/Techievolve/Greenenquire/view/frontend/email/green_enquire_admin.html app/code/Techievolve/Greenenquire/view/frontend/templates/form/enquire.phtml
Magento2
Magento 2 : Image Place Holder Image Issue
magento2/app/code/Magento/Config/Model/Config.php
Linux
Magento 2 :: How to setup Cron Job
Setup Cron In Local System. 1. Run the following command 2. Add the following command using terminal. Add Cron Jobs in Magento Custom Module. 1.Create crontab.xml 2.Create Taskname.php File Path: File: app/code/Namespace/Module/Cron/Taskname.php
Magento2
Magento 2: Remove upsell products or move upsell products
1. If you want to remove the upsell products from product details page. Open Your theme catalog_product_view.xml and add the following code. File location: app/design/frontend/Vendor/Theme/Magento_Catalog/layout/catalog_product_view.xml 2. Add upsell product block under Tab section.