Skip to content

Magento Commerce Cloud (Adobe Commerce Cloud) : Missing logs in debug.log

I have added logs in one of our controller using following code; MagentoFrameworkAppObjectManager::getInstance()->get(PsrLogLoggerInterface::class)->debug(‘my log’); Sometimes the logs show up in var/log/debug.log and sometimes it doesn’t. It’s not caching issue since the controller is called using POST. The controller also seems… Read More »Magento Commerce Cloud (Adobe Commerce Cloud) : Missing logs in debug.log

Best type of hosting for low involvment

I currently run a dedicated server but web hosting is no longer a core part of my business. I am tired of dealing with mod_Security rules o… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1918265&goto=newpost

Magento2 How to get Customizable dropdown Options of a simple product in phtml file

How to get this https://prnt.sc/HE4LFsRji9fs Customizable option data in a phtml file. I want to data in like in this format… <div class=”field required”> <label class=”label” for=”select_69″> <span>Options</span> </label> <div class=”control”> <select name=”options[69]” id=”select_69″ class=” required product-custom-option admin__control-select” title=”” data-selector=”options[69]”… Read More »Magento2 How to get Customizable dropdown Options of a simple product in phtml file