Skip to content

magento man

Hosting company with awstats

Does anyone know which hosting company still offering AWSTATS for their web statistic? thanks… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1911767&goto=newpost

Customer’s custom attribute, layout observer

This is the code snippet responsible for adding new attribute public function createAllowRequestSampleCustomerAttribute($setup) { $code = ‘allow_request_sample’; /** @var EavSetup $eavSetup */ $eavSetup = $this->eavSetupFactory->create([‘setup’ => $setup]); $eavSetup->addAttribute( Customer::ENTITY, ‘allow_request_sample’, [ ‘type’ => ‘int’, ‘label’ => ‘Allow request sample’, ‘input’… Read More »Customer’s custom attribute, layout observer