Skip to content

magento man

SkyNet WHMCS

I want to use SkyNet’s Reseller package with Free WHMCS but seems skeptical. Is anyone able to weigh in their experience with using SkyNet? … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1934563&goto=newpost

Domain and hosting from different providers?

Should we have same provider for domain and hosting? If I buy domain from one provider and hosting from other, is it normal and would this e… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1934530&goto=newpost

Magento 2.3.7 Compilation error

Having problem getting /var/www/html# bin/magento setup:di:compile Compilation was started. Application code generator… 3/8 [==========>—————–] 37% 4 secs 252.0 MiB In PhpScanner.php line 183: Class DbClass does not exist ReflectionException: Class MagentoFrameworkAppHttpInterceptor does not exist in /var/www/html/vendor/magento/framework/Code/Reader/ClassReader.php I have follow all… Read More »Magento 2.3.7 Compilation error

Get Custom Data in the observer to set in the quote

This is my custom controller : <?php namespace VednorModuleControllerCustomer; use MagentoFrameworkControllerResultFactory; use PsrLogLoggerInterface; class Addtocart extends MagentoFrameworkAppActionAction { protected $logger; /** * @var MagentoCheckoutModelCart */ protected $cart; /** * @var MagentoCatalogModelProduct */ protected $product; /** * @var MagentoFrameworkObjectManagerInterface */ protected… Read More »Get Custom Data in the observer to set in the quote