Skip to content

Catalog Search index process error during indexation process: Could not ping search engine: No alive nodes found in your cluster

I installed Magento 2.4.6-p3 by 1-click installation under Hostmonster webhosting c-panel. I didn’t touch any thing. It went through well and gave me Admin Access of Magento 2.4.6-p3. I searched whole last week to fix ‘product not showing issue’, and… Read More »Catalog Search index process error during indexation process: Could not ping search engine: No alive nodes found in your cluster

How to hide admin product form tabs for specific admin user?

I want to have an admin user who would only be able to view the ‘Images And Videos’ and ‘Search Engine Optimiation’ in the admin product edit form. I tried the following. Created app/code/Vendor/Module/view/adminhtml/layout/catalog_product_edit.xml <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body>… Read More »How to hide admin product form tabs for specific admin user?

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