skip to Main Content

Magento 2.3.1 Blank page after installing sample data

Magento has a Blank page after installing sampledata:deploy & upgrade I tried increasing and change php memory_limit and cleared cache and session This is the error from magento root index.php Fatal error: Uncaught RuntimeException: Can't create directory /var/www/html/generated/code/Magento/Framework/App/ResourceConnection/. Class MagentoFrameworkAppResourceConnectionProxy…

VIEW QUESTION

Overwriting core block using plugin method – Magento

I have created a module in which i am overwriting core functionality of product listing widget. I can achieve this using preference but i want to understand plugin method.. Below is my code for frontend/di.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">…

VIEW QUESTION

Magento 2 Email reward points customer name is not displaying

I am using the default Reward email template, which is following {{template config_path="design/email/header_template"}} <p class="greeting">{{trans "%name," name=$customer.getName()}}</p> <p> {{trans "You have %points_balance points that may be used in our store:" points_balance=$points_balance}} <a href="{{store url=""}}">{{var store.getFrontendName()}}</a>. </p> <p>{{trans '<a href="%unsubscription_url">Unsubscribe</a> from…

VIEW QUESTION
Back To Top
Search