Daily Archives: May 19, 2020
Just a quick idea I had: what if PHP had support for access-controlled classes? You could have something like this: < ?php namespace Something; public class SomeClass {} This class could be accessed from everywhere; you could just do this from anywhere: new SomethingSomeClass; Now, if you had a private […]
i am kinda new to magento interface. I am using lots of extensions in my store. I was wondering let me know if there are any side effects.Thanks in advance.
Magento 2.3 Admin > Sales > orders are not updating. I have to run cron:run in the terminal and than refresh the sales > orders page to view the new orders. While checking cron_schedule I found most of the jobs in missed or pending status and a few in running […]
I have set mage: mage user for my project it’s working fine but whenever I am doing checkout then every time folder owner is getting changed to root: root for only var/cache/ & var/session/ folder. Due to this every time I am getting file permission error on the frontend. anyone […]
I have a magento extension giving a credit point to the customer and I added a custom extension giving a custom discount to the customer. The problem is that when i use the custom extension the credit point one is not adding to the grand total. My custom extension has […]